Extend APIs related to GitHub Security Advisories and their Temporary Private Forks #60800
Unanswered
ScriptAutomate
asked this question in
Apps, API and Webhooks
Replies: 1 comment
|
Thank you for sharing this feedback @ScriptAutomate and welcome to the Community! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
What is this related to?
Extending API
The API of a repository should state whether it is a temporary fork / GHSA-related repository. Otherwise, you have to retrieve this information by querying:
fork: Falsein API calls...)parent: Noneif the value retrieved...)All in order to see whether it is, for certain, a GHSA-related temp fork. This means it would be valuable to have multiple aspects of the API updated when it comes to the API-retrieved data on these repository types.
Misc Feedback on GitHub Security Advisories and Temporary Private Forks
This also brings up the problem of not being able to delete a temp private fork, even if the security advisory draft is closed (not released or made public), as I am no unable to delete them after having tested this feature out:
This means that dependabot alerts will continually go off until we are able to delete a private fork. Which, at the moment, these seem to be permanently stuck open until GitHub introduces the ability to delete them.
Another problem I ran into was related to GitHub Actions on these temporary forks:
Many other great suggestions have come up out of another discussion, when it comes to discoverability, permissions, etc.
All reactions