RFC: AI Security Bug Reporting Policy - #54
Open
makubacki wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a new RFC proposing updates to the Open Device Partnership’s security policy guidance for handling vulnerabilities identified with AI assistance, aiming to treat such findings as public information to reduce embargo-related risk and delays.
Changes:
- Adds a new RFC document defining the motivation, goals, and requirements for AI-assisted security bug reporting.
- Includes “prior art” and a proposed SECURITY.md template update that adds a “Security Bugs Found Using AI” section.
- Documents alternatives and explicitly scopes out code/design considerations (N/A sections).
Suppressed comments (2)
rfc/0000-ai-security-policy.md:139
- In GitHub’s branding, “GitHub” should be capitalized as such (currently “Github”).
To do so, please reach out in the form of a
[Github Security Advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities).
rfc/0000-ai-security-policy.md:40
- Typo/consistency: “AI assisted” should be hyphenated as the compound adjective “AI-assisted” to match usage elsewhere (e.g., “AI-assisted discovery”).
- The template must state that AI assisted findings are treated as public information.
- Reporters should still avoid posting public information to reproduce the bug, but be ready to offer it privately
on request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
makubacki
force-pushed
the
update_security_policy_for_ai
branch
from
August 7, 2026 18:22
894a72a to
fc001a3
Compare
Updates the ODP security policy to account for security bugs found using AI tools to make handling such findings consistent and efficient across the organization. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
makubacki
force-pushed
the
update_security_policy_for_ai
branch
from
August 7, 2026 18:24
fc001a3 to
74a3283
Compare
os-d
approved these changes
Aug 7, 2026
Comment on lines
+159
to
+160
| people around the same time and delays addressing the issue increase the window | ||
| of time others are aware of the problem while a fix is not available. Because of |
There was a problem hiding this comment.
Suggested change
| people around the same time and delays addressing the issue increase the window | |
| of time others are aware of the problem while a fix is not available. Because of | |
| people around the same time and delays addressing the issue by increasing the window | |
| of time others are aware of the problem while a fix is not available. Because of |
I think you mean this, but that sentence has gotten quite long with multiple clauses, I'd consider splitting into multiple sentences.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the ODP security policy to account for security bugs found using AI tools to make handling such findings consistent and efficient across the organization.