Skip to content

Commit

Permalink
Adding obserables
Browse files Browse the repository at this point in the history
  • Loading branch information
query-jeremy committed Feb 7, 2024
1 parent f80d473 commit ec65b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -4119,7 +4119,7 @@
"description": "A unique identifier for a process",
"type": "string_t",
"type_name": "String",
"observable": 17,
"observable": 17
},
"resource_name_t": {
"caption": "Resource Name",
Expand Down
2 changes: 1 addition & 1 deletion objects/cve.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"caption": "CVE ID",
"description": "The Common Vulnerabilities and Exposures unique number assigned to a specific computer vulnerability. A CVE Identifier begins with 4 digits representing the year followed by a sequence of digits that acts as a unique identifier. For example: <code>CVE-2021-12345</code>.",
"requirement": "required",
"type": "vulnerability_id"
"type": "vulnerability_id_t"
}
}
}

0 comments on commit ec65b4d

Please sign in to comment.