Skip to content

fix: include informational findings in report.md projection - #156

Closed
mangeshraut712 wants to merge 1 commit into
openai:mainfrom
mangeshraut712:fix/report-include-informational
Closed

fix: include informational findings in report.md projection#156
mangeshraut712 wants to merge 1 commit into
openai:mainfrom
mangeshraut712:fix/report-include-informational

Conversation

@mangeshraut712

Copy link
Copy Markdown
Contributor

Summary

Note for maintainers

Per CONTRIBUTING, this public repo is a one-way mirror. This PR is a ready-to-port reference implementation for the canonical tree.

Test plan

  • python3 sdk/typescript/_bundled_plugin/scripts/test_report_projection_informational.py
  • Maintainer port/review

Made with Cursor

informational is a valid findings severity and is exported to SARIF/CSV,
but report.md filtered it out via REPORTABLE_SEVERITIES, so all-
informational scans rendered as "No findings". Include informational in
the reportable set and cover it with a projection unit test.

Fixes #48
@chatgpt-codex-connector

Copy link
Copy Markdown

Note

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@mangeshraut712 mangeshraut712 closed this by deleting the head repository Aug 1, 2026
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.

informational findings are exported to SARIF and CSV but dropped from report.md, which then reports no findings

1 participant