feat(enrichment): flag CORP unsafe-none in iac-misconfig - #3682
feat(enrichment): flag CORP unsafe-none in iac-misconfig#3682luciferlive112116 wants to merge 1 commit into
Conversation
Extend HTTP security-header coverage with Cross-Origin-Resource-Policy unsafe-none, matching the existing COOP/COEP rules. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Caution 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 🛑 Gittensory review result - reject/close recommendedReview updated: 2026-07-06 03:34:53 UTC
🛑 Suggested Action - Reject/Close
Review summary Nits — 5 non-blocking
Why this is blocked
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
|
Gittensory is closing this pull request on the maintainer's behalf (No linked issue detected). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Summary
Extend the IaC-misconfig HTTP security-header scanner with
Cross-Origin-Resource-Policy: unsafe-none, matching the existing COOP/COEPunsafe-nonerules. Includes positive/negative patch scans and render text.Fixes #2096
Scope
type(scope): short summaryConventional Commit format.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Validation
git diff --checknpm run typecheckreview-enrichment: build +node --test test/iac-misconfig.test.ts(22/22 pass)npm run test:coveragedeferred to CIIf any required check was skipped, explain why:
Safety
UI Evidence
N/A — enrichment analyzer rule only.
Notes
Incremental maintenance parity for the IaC-misconfig scanner (same 4-file shape as merged #3545). Avoids path-matcher / #561 duplicate churn.
Made with Cursor