Arjav

Results 19 issues of Arjav

### Description Introduce a boolean flag `invertTagMatch` to allow policies to apply to all projects, **excluding** those with the selected tags. ### Addressed Issue Policies apply to projects with selected...

### Current Behavior Policies apply to projects with selected tags. There's no way to apply a policy to all projects except those with specific tags, making exclusion use cases cumbersome....

enhancement

### 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 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...

add AttributedOnPolicyEvaluator for vulnerability age-based policy evaluation Implements production-ready evaluator with caching, error handling, and comprehensive logging. Supports ISO-8601 period formats with injectable dependencies for testing. ### Description ### Addressed...

### Description Updated the Bootstrap Table configuration to preserve checkbox selections across pagination and page-size changes. Previously, when users changed the number of rows per page, any selected checkboxes were...

### Current Behavior When using the permissions selection modal (or any table with checkboxes), the selected rows are cleared after changing the “rows per page” value in pagination. The issue...

defect
in triage

### Description ### Addressed Issue ### Additional Details ### Checklist - [ ] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#pull-requests) - [ ] This PR introduces new or alters...

### Description Introduce a boolean flag invertTagMatch to allow policies to apply to all projects, excluding those with the selected tags. ### Addressed Issue Policies apply to projects with selected...

enhancement