Skip to content

Commit 7da2327

Browse files
committed
resolved suggestions from @trisch-me
1 parent 395cb6e commit 7da2327

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

rfcs/text/0044-add-apple-platform-specific-fields.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Field | Type | Example | Description
3232
--- | --- | --- | ---
3333
cdhash | keyword | 3783b4052fd474dbe30676b45c329e7a6d44acd9 | The Code Directory (CD) hash of an executable
3434

35-
##### Proposed New Fields for Host object
35+
##### Proposed New Fields for Device object
3636

3737
Field | Type | Example | Description
3838
--- | --- | --- | ---

rfcs/text/0044/code_signature.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
- name: code_signature
33
fields:
44
- name: flags
5-
format: string
65
level: extended
7-
type: long
6+
type: string
87
short: Code signing flags of the process
98
description: >
109
The flags used to sign the process.

rfcs/text/0044/host.yml rfcs/text/0044/device.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: host
2+
- name: device
33
fields:
44
- name: serial_number
55
level: core

0 commit comments

Comments
 (0)