Skip to content

feat(debugging): complete finding suppression workflow#1629

Open
Komal2008 wants to merge 3 commits into
imDarshanGK:mainfrom
Komal2008:feature/finding-suppression
Open

feat(debugging): complete finding suppression workflow#1629
Komal2008 wants to merge 3 commits into
imDarshanGK:mainfrom
Komal2008:feature/finding-suppression

Conversation

@Komal2008

Copy link
Copy Markdown

Description

Implemented finding suppression support for debugging results.

This PR adds frontend and backend support for suppressing individual debugging findings. Suppressed findings are removed from the active debug view, persisted in the backend, and covered with automated tests. The changelog has also been updated.

Related Issue

Fixes #671

Type of change

  • Bug fix
  • New feature / enhancement
  • Documentation update
  • Test addition
  • Refactor

Checklist

  • I have read CONTRIBUTING.md
  • My branch is up to date with main
  • I have run pytest -v and all tests pass
  • I have not introduced duplicate issues or features
  • My PR title follows the format: feat/fix/docs/test: short description
  • I have added tests for new features (Level 2 and 3 issues)
  • No hardcoded secrets or API keys in my code
  • This PR is linked to a GSSoC 2026 issue

Screenshots (frontend change)

Screenshot 2026-07-20 015242

Before

before

After

'''supp'''

'''issue'''

'''confirmation'''

Test evidence

pytest -v

============================= test session starts =============================
...
441 passed, 116 warnings in 34.61s
Screenshot 2026-07-20 022429

@Komal2008
Komal2008 requested a review from imDarshanGK as a code owner July 19, 2026 21:25
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.

Add support for suppressing/ignoring specific findings

1 participant