Skip to content

BE: Support new Attribute filtering options

Why are we doing this work

Filtering by "attribute". An expected scenario for these filters would be to create a policy that requires approvals from the Security team only when a fix is available and when the vulnerability is not a false positive. Users will be able to use an "Is" or "Is Not" operator when defining attributes.

  1. Fix Available: Whether or not a fix is available for the vulnerability (only applies to Container and Dependency Scanning)
  2. False Positive: Whether or not the vulnerability has been identified as a false positive

This issue focusses on updating backend to support the attribute filter

Relevant links

Non-functional requirements

  • Documentation: Update scan_finding rule type to include vulnerability_attribute attribute
  • Feature flag:
  • Performance:
  • Testing:

Implementation plan

Verification steps

Edited by Sashi Kumar Kumaresan