Skip to content

[docs] Add OSS governance files blocked by false positive content filter (#61688)#61698

Open
giruuuuj wants to merge 1 commit into
anthropics:mainfrom
giruuuuj:fix/oss-governance-false-positive-61688
Open

[docs] Add OSS governance files blocked by false positive content filter (#61688)#61698
giruuuuj wants to merge 1 commit into
anthropics:mainfrom
giruuuuj:fix/oss-governance-false-positive-61688

Conversation

@giruuuuj
Copy link
Copy Markdown

Summary

Adds standard OSS governance and security-posture files that were previously blocked by a false positive in the content filtering policy.

Closes #61688

Files Added

File Purpose
CODE_OF_CONDUCT.md Contributor Covenant v2.1 - community conduct policy
.github/workflows/codeql.yml CodeQL static analysis - security scanning workflow
.github/CODEOWNERS Ownership and review routing for the repository
SECURITY.md Added supported packages table and disclosure policy

Impact

These are standard, defensive OSS repository health artifacts. No exploit instructions, bypass techniques, payloads, or offensive content. The content filter should allowlist these patterns.

Fix Needed (content filter)

  1. Add CODE_OF_CONDUCT.md, SECURITY.md, CODEOWNERS, and codeql.yml patterns to a defensive content allowlist
  2. Improve contextual awareness to distinguish security policy writing from exploit writing

Adds standard OSS repository health artifacts that were previously
blocked by a false positive in the content filtering policy:

- CODE_OF_CONDUCT.md: Contributor Covenant v2.1
- .github/workflows/codeql.yml: CodeQL static analysis workflow
- .github/CODEOWNERS: ownership and review routing
- SECURITY.md: add supported packages table and disclosure policy

References: anthropics#61688
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.

False positive policy block on OSS governance/security files (CodeQL, CODEOWNERS, CoC)

1 participant