DependencyTrack / DependencyTrack/dependency-track
Add VEX Support for Rejected
- Dominant language
- Java
- Stars
- 4.2k
- Forks
- 811
- Avg merge
- 8h 39m
- Merged PRs (30d)
- 237
Description
### Current Behavior
CycloneDX 1.5 adds support for a new date field to record when (if) a vulnerability has been Rejected. See [specification issue 168](https://github.com/CycloneDX/specification/issues/168). ie, if field is not present then vulnerability has not been rejected!
An example of a rejected vulnerability is CVE-2021-23334.
Dependency-Track does not currently support handling this field.
### Proposed Behavior
Update VEX handling in DT to support rejected timestamp. This would apply to VEX export and import,
### Checklist
- [X] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues)
- [X] I have checked the [existing issues](https://github.com/DependencyTrack/dependency-track/issues) for whether this enhancement was already requested
Contributor guide
Assessment
This issue has not been assessed yet.