Skip to content

feat: Implement suppression exclusions in tag mapping configuration#991

Merged
rsenden merged 2 commits into
fortify:dev/v3.xfrom
kireetivar:p/kireetivar/supression_exclusion
May 8, 2026
Merged

feat: Implement suppression exclusions in tag mapping configuration#991
rsenden merged 2 commits into
fortify: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
Copy link
Copy Markdown
Contributor

@rsenden rsenden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that there are no fcli command changes, the updated tag mapping file format has been agreed with Carl, and assuming Aviator team has tested this change, accepting this PR without detailed review.

@rsenden rsenden merged commit 8400aff into fortify:dev/v3.x May 8, 2026
12 of 13 checks passed
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.

2 participants