Skip to content

Commit

Permalink
Merge pull request #3 from jonrau-at-queryai/jonrau-at-queryai-patch-3
Browse files Browse the repository at this point in the history
Update `pattern_match` in dictionary and data security object
  • Loading branch information
jonrau-at-queryai authored Feb 7, 2024
2 parents a60ac3e + 5c84fcc commit 54dd833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,7 @@
},
"pattern_match": {
"caption":"Pattern Match",
"description":"The name of the information store or file, or the binary or string that matched the <code>detection_pattern</code>.",
"description":"A text, binary, file name, or datastore that matched against a detection rule.",
"type": "string_t"
},
"percentile": {
Expand Down
1 change: 1 addition & 0 deletions objects/data_security.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"requirement": "recommended"
},
"pattern_match": {
"description":"The name of the information store or file, or the binary or string that matched the <code>detection_pattern</code>.",
"requirement": "optional"
},
"data_lifecycle_state_id": {
Expand Down

0 comments on commit 54dd833

Please sign in to comment.