Closed himynamesdave closed 1 month ago
@fqrious did you push this?
@fqrious
We should create the object so it can be handled by downstream software (namely ACTIP) without issue,
The exception is now avoided. But no note object is created.
UPDATE: I realised this might happen b/c of modified / created time taking EPSS time. If not EPSS, the note should take the same created/modified time as Vulnerability.
IF EPSS exists, then use CVE time
if there is no epss, it gets skipped... what's wrong with that?
We should create the object so it can be handled by downstream software (namely ACTIP) without issue,
We don't need to create an object for ACTIP to work
We should create the object so it can be handled by downstream software (namely ACTIP) without issue,
We don't need to create an object for ACTIP to work
OK, so just to confirm, if no Note object exists for a CVE. When ACTIP goes to update it (when a EPSS is published), ACTIP has the logic to create a brand new note to represent EPSS?
Yes
On Wed, Oct 9, 2024, 6:42 AM David Greenwood @.***> wrote:
We should create the object so it can be handled by downstream software (namely ACTIP) without issue,
We don't need to create an object for ACTIP to work
OK, so just to confirm, if no Note object exists for a CVE. When ACTIP goes to update it (when a EPSS is published), ACTIP has the logic to create a brand new note to represent EPSS?
— Reply to this email directly, view it on GitHub https://github.com/muchdogesec/cve2stix/issues/26#issuecomment-2401362879, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHB3QISMHILARLE3YGKEDZTZ2S625AVCNFSM6AAAAABPSQW6I6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBRGM3DEOBXHE . You are receiving this because you were mentioned.Message ID: @.***>
Some CVE's have no EPSS data, e.g.
https://api.first.org/data/v1/epss?cve=CVE-2024-37031
Causes hard error (shown below). In these case, create the note object, but do not add any EPSS scores to it. We should create the object so it can be handled by downstream software (namely ACTIP) without issue,