Ross Murphy
Ross Murphy
Fixes #382 The change currently only works for adding a 'Bank Account' as adding other types of accounts only creates a new Bank Account. When new types of accounts are...
### Description Currently there is no logs printed to display which group is creating the new project when uploading a bom using curl. This change finds the group associated with...
#### Description of problem: I am trying to harden UBI 8 base images using the openscap tool. The scanner has a rule: xccdf_org.ssgproject.content_rule_network_configure_name_resolution which checks the /etc/resolv.conf file for multiple...
### Description Add a button to the notifications settings to test the publisher. Back-end implementation: https://github.com/DependencyTrack/dependency-track/pull/3983 ### Addressed Issue https://github.com/DependencyTrack/dependency-track/issues/2924 ### Checklist - [x] I have read and understand the...
### Current Behavior https://github.com/DependencyTrack/dependency-track/pull/3746 The PR above contains the back end implementation for using EPSS in policies. There is no front end implementation yet. ### Proposed Behavior The front end...
### Description Adds the project info to the metrics for /metrics/project/{uuid}/current and /metrics/project/{uuid}/since/{date}. ### Addressed Issue #3884 ### Additional Details The issue suggests having at least the project UUID in...
### Description This change adds a new PolicyCondition operator `NOT_PRESENT` which can be used with PURL or CPE to evaluate wether or not its present. I am setting "NOT_PRESENT" for`value`...