Skip to content

Commit

Permalink
Update process.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AsuNa-jp authored Oct 25, 2024
1 parent 13a6343 commit b74b224
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rfcs/text/0048/process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
level: extended
type: keyword
ignore_above: 8192
description: The URL of the webpage that linked to the file.
description: The URL of the webpage that linked to the process's executable file.
example: http://example.com/article1.html

- name: origin_url
level: extended
type: keyword
ignore_above: 8192
description: The URL where the file is hosted.
example: http://example.com/imgs/article1_img1.jpg
description: The URL where the process's executable file is hosted.
example: http://example.com/files/example.exe

- name: zone_identifier
level: extended
type: short
description: Windows Zone Identifier for a file.
example: 3
description: Numerical identifier that indicates the security zone of the executable file's origin.
example: 3

0 comments on commit b74b224

Please sign in to comment.