Skip to content

feat: Implement suppression exclusions in tag mapping configuration#991

Open
kireetivar wants to merge 2 commits intofortify:dev/v3.xfrom
kireetivar:p/kireetivar/supression_exclusion
Open

feat: Implement suppression exclusions in tag mapping configuration#991
kireetivar wants to merge 2 commits intofortify:dev/v3.xfrom
kireetivar:p/kireetivar/supression_exclusion

Conversation

@kireetivar
Copy link
Copy Markdown
Contributor

This PR adds support for suppression exclusions in Aviator tag mapping.

Aviator can now skip auto-suppressing issues that match configured exclusions. The config shape is extensible, but for now we only support categories.

Changes

  • add suppression_exclusions to tag mapping config
  • validate exclusion entries during YAML parsing
  • apply exclusions when deciding whether to suppress issues
  • update default YAML comments and native-image reflect config
  • add tests for validation, YAML binding, matching, and suppression behavior

Example

suppression_exclusions:
  - categories:
      - "Privacy Violation"

@kireetivar kireetivar self-assigned this May 4, 2026
@kireetivar kireetivar marked this pull request as ready for review May 4, 2026 04:56
@kireetivar kireetivar requested a review from rsenden May 6, 2026 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant