Skip to content

Commit

Permalink
Added the profile: null statement to avoid hiding osint when the prof…
Browse files Browse the repository at this point in the history
…ile isn't applied (#1191)

#### Related Issue: N/A

#### Description of changes:
Bug fix to avoid hiding the `osint` primary attribute when the optional
`OSINT` profile isn't selected.

Signed-off-by: Paul Agbabian <[email protected]>
  • Loading branch information
pagbabian-splunk authored Oct 4, 2024
1 parent 609e739 commit 527b92c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ Thankyou! -->
10. Added `vendor_name` and `model` to `device` object.

### Bugfixes
1. Added sibling definition to `confidence_id` in dictionary, accurately associating `confidence` as its sibling. #1180
1. Added sibling definition to `confidence_id` in dictionary, accurately associating `confidence` as its sibling. #1180
2. Added a fix (profile: null) to `OSINT Inventory Info` so that the `osint` attribute is present w/o the OSINT profile, per the class definition.

* #### Profiles
1. Added `is_alert`, `confidence_id`, `confidence`, `confidence_score` attributes to the `security_control` profile. #1178
Expand Down
1 change: 1 addition & 0 deletions events/discovery/osint_inventory_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"requirement": "optional"
},
"osint": {
"profile": null,
"description": "The OSINT that is being discovered by an inventory process.",
"group": "primary",
"requirement": "required"
Expand Down

0 comments on commit 527b92c

Please sign in to comment.