ocsf / ocsf-schema

OCSF Schema
Apache License 2.0
582 stars 118 forks source link

New Discovery software inventory class #1134

Closed jasonbreimer closed 5 days ago

jasonbreimer commented 1 week ago

New Discovery class for software inventory data captured via a log or collection process.

This new class is a companion and mirrors the Discovery class Device Inventory Info 5001.

Description of changes:

  1. This class models locally or scanned sourced software details.
  2. Primary using device, software package, and product objects.
  3. The Software Package object is to be used for Device specific software details.
  4. The Product object (optional) can be used to capture additional software product details as part of a vendor's software catalog.
mikeradka commented 1 week ago

Hi @jasonbreimer, take a look at the validation task, it looks like something may have failed against the metaschema.

jasonbreimer commented 1 week ago

Thanks @mikeradka!

jasonbreimer commented 5 days ago

Looks good! Just a small thing, can you add a Changelog entry for this?

Done! thank you!