From a68ec71bf8efde70431df1bcab154eddf0955487 Mon Sep 17 00:00:00 2001 From: Asuka Nakajima Date: Thu, 5 Dec 2024 14:44:48 +0900 Subject: [PATCH] Update 0048-fileorigin-fields.md --- rfcs/text/0048-fileorigin-fields.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rfcs/text/0048-fileorigin-fields.md b/rfcs/text/0048-fileorigin-fields.md index eb75e78001..4df7c5ef7f 100644 --- a/rfcs/text/0048-fileorigin-fields.md +++ b/rfcs/text/0048-fileorigin-fields.md @@ -26,7 +26,7 @@ For example, in Windows, when you download an image file (`image17.webp`) from [ In ensuring endpoint security, the origin information of a file is crucial for determining whether a downloaded file or executable from the internet comes from a safe source and if it is safe to execute. Thus, this PR adds new fields to store the URL of the file's origin information for `file`, `process`, and `dll`. -The ReferrerUrl is intended to be stored in the `origin_referrer_url` field, and the `HostUrl` is inteded to be stored in the `origin_url` field. The ZoneId is intended to be stored in the `zone_identifier` field. +The ReferrerUrl is intended to be stored in the `origin_referrer_url` field, and the `HostUrl` is inteded to be stored in the `origin_url` field.