ch8matt
ch8matt
### Description Adds support for configuring how internal component regex filters are applied. - Introduced a new config property: `internal-components.match-mode` (`OR` by default, accepts `AND`) - When set to `AND`,...
### Description This PR adds support for a new policy condition subject: LATEST_VERSION_STATUS. It allows policies to match whether a component is latest version or not. https://github.com/DependencyTrack/frontend/pull/1396 ### Addressed Issue...
### Current Behavior Notification rules currently target publishers with static destinations (email address). When a portfolio-scoped event occurs (such as a policy violation), Dependency-Track generates a notification containing the impacted...
### Description This PR adds support for a new policy condition subject: IS_INTERNAL. It allows policies to match whether a component is classified as internal. https://github.com/DependencyTrack/frontend/pull/1394 ### Addressed Issue ###...
Adds the NotificationRule's level (e.g. [WARNING], [ERROR]) to the subject of outgoing SMTP emails. Improves clarity and urgency of notifications received by users. Uses ctx.ruleLevel() for formatting. ### Description Adds...