Chris Fort
Chris Fort
Current Behavior in Dependency Track: The /team API returns a list of API Keys assigned to a team, but does not provide a timestamp for when each key was created...
## Description The CPE for a Debian package **should be** `cpe:2.3:a:debian:dpkg:1.20.9:*:*:*:*:*:*:*` but Trivy reports it as `cpe:2.3:a:dpkg:dpkg:1.20.9:*:*:*:*:*:*:*` ## What did you expect to happen? The correct CPE `cpe:2.3:a:debian:dpkg:1.20.9:*:*:*:*:*:*:*` ## What...
This PR adds a new field to the Finding model to store the Planned Remediation Date. This is used to track progress towards remediation and to indicate to security teams...
### Description View Finding fields are all wrapped in `` tags, breaking markdown formatting. This PR just removes those tags and allows markdown formatting to be parsed correctly. ### Test...