✨ feat: factor private vulnerability reporting into Security-Policy check - #5163
Open
bilaldeveloper4312 wants to merge 4 commits into
Open
✨ feat: factor private vulnerability reporting into Security-Policy check#5163bilaldeveloper4312 wants to merge 4 commits into
bilaldeveloper4312 wants to merge 4 commits into
Conversation
bilaldeveloper4312
requested review from
AdamKorcz and
justaugustus
and removed request for
a team
August 5, 2026 12:43
Author
|
Correction pushed in e64afd3: private vulnerability reporting status is exposed by GitHub's REST API, not the GraphQL Verification:
Both pass locally with Go 1.25.6. The full |
bilaldeveloper4312
force-pushed
the
feat/private-vuln-reporting
branch
from
August 11, 2026 15:39
3a4f048 to
2f878d2
Compare
|
This pull request has been marked stale because it has been open for 10 days with no activity |
Signed-off-by: Bilal <designbybilal9@gmail.com>
Signed-off-by: Muhammad Bilal Mukhtar <119035493+bilaldeveloper4312@users.noreply.github.com>
Signed-off-by: Muhammad Bilal Mukhtar <119035493+bilaldeveloper4312@users.noreply.github.com>
Signed-off-by: Muhammad Bilal Mukhtar <119035493+bilaldeveloper4312@users.noreply.github.com>
bilaldeveloper4312
force-pushed
the
feat/private-vuln-reporting
branch
from
August 24, 2026 10:53
2f878d2 to
fa8d0d4
Compare
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.
This PR checks private vulnerability reporting through GitHub's REST API using
go-github'sRepositories.IsPrivateReportingEnabledand factors the signal into the Security-Policy check evaluation.It also:
Fixes #2465
Verification
The focused tests pass locally with Go 1.25.6. The full
clients/githubrepopackage reaches an unrelated existing Windows tar-path failure inTestExtractTarball; the focused client coverage above passes.