dependency-track icon indicating copy to clipboard operation
dependency-track copied to clipboard

Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain.

Results 665 dependency-track issues
Sort by recently updated
recently updated
newest added

### Organization Name UIDAI ### Organization Website _No response_ ### Organization Logo (optional) _No response_ ### How is your organization using Dependency Track? We have deployed Dependency-Track using Docker and...

### Current Behavior You can PUT this policy json: ``` { "name": "TestPolicy" } ``` ### Steps to Reproduce If you POST a json of existing policy like: ``` {...

defect
in triage

### Description This commit introduces functionality to suppress or unsuppress a vulnerability in all projects where the affected component appears. It streamlines bulk vulnerability management across projects, reducing the need...

### Current Behavior When Dependency-Track came into existence around 2013, the only public and widely accepted vulnerability database was the NVD. Since its inception, DT has supported mirroring of the...

enhancement
help wanted
p2
size/XL

### Current Behavior Alert notifications in Dependency-Track can currently be limited by: - A specific project-version combination - Specific tags However, there is no support for parentName in the alert...

enhancement

Would it be possible to add the logic and webhooks for DependencyTrack to call the DefectDoJo API and create a Product with a CI/CD enguagement, then update the DependancyTrack Pjject...

enhancement
help wanted
integration/defectdojo

### Description Make PUT `api/oidc/mapping` idempotent as it should be ### Addressed Issue #4950 ### Additional Details ### Checklist - [x] I have read and understand the [contributing guidelines](../CONTRIBUTING.md#pull-requests) -...

### Current Behavior Upload an sbom file to perform an analysis with trivy. ### Proposed Behavior Trivy provides useful information during its analysis such as "Status" and "Fixed Version". Can...

enhancement

### Description This PR adds support for configuring which CVE severities should trigger alert notifications. #### Previously: All NEW_VULNERABILITY_IDENTIFIED events triggered notifications, regardless of severity (e.g., low, medium, high). ####...

### Current Behavior PURLs in SBOMs contain often the information to which distribution they belonging to e.g. pkg:deb/debian/[email protected]+deb12u1?arch=amd64&distro=debian-12 means expat in version 2.5.0-1+deb12u1 from distribution debian-12 (which is bookworm). For...

defect
p2
size/M