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

### Current Behavior Currently Nuget repos are added by setting the baseURL (the default one being `https://api.nuget.org/` ) and not the value of the service index (like `https://api.nuget.org/v3/index.json` ). The...

defect
in triage

### Current Behavior Hello, We are using Dependency-Track v4.13.2. We have many projects and we would like to be alerted in slack chnanel based on the tag selection. If we...

enhancement
p2
size/S

### Current Behavior Creating a new API key in Dependency-Track fails with a unique constraint violation on the APIKEY table. This issue occurs when using the “New API Key” function...

defect
pending more information

### Description ### Addressed Issue ### Additional Details ### Checklist - [x] I have read and understand the [contributing guidelines](../CONTRIBUTING.md#pull-requests) - [ ] This PR fixes a defect, and I...

### Current Behavior DT only allows hard coded analysers and vulnerability sources. There is internal, Sonatype, VulnDB, Snyk and Trivy as examples. At the moment you cannot connect to ones...

enhancement

### Current Behavior The email template displays the correct number of suppressed vulnerabilities in the _Overview_ section, but shows wrong numbers (always zero) in the _Project Summaries_ section, e.g.: ![Image](https://github.com/user-attachments/assets/ce543b3a-e468-4969-bf65-22a9b944dfb3)...

defect
in triage

### Current Behavior I'm currently running a dockerized version of Dependency-Track (apiserver+frontend+postgresql) on a homelab and permanently have 1 vCPU stuck at 100% due to the Dependency-Track apiserver java runtime....

defect
p2
performance
size/S

### Current Behavior In the current implementation of the Trivy analyser integration: When Trivy reports a vulnerability, we: 1. Check if the reported `vulnId` exists in Dependency-Track's database. 2. If...

enhancement

### Description * A new flag in the UI under: `Administration → Analyzer → Trivy` Labeled as **"Ignore severity reported by Trivy scan"** * This flag will be enabled by...

### Current Behavior I noticed that every non 2xx http response code triggers an `ERROR` notification to be raised for metadata analysis: https://github.com/DependencyTrack/dependency-track/blob/45982a2e1a12a0b0de17f955b856b27008fee02a/src/main/java/org/dependencytrack/tasks/repositories/AbstractMetaAnalyzer.java#L78-L89 ### Proposed Behavior I propose to make...

enhancement
p2
good first issue
size/S