Automating interactions with GitHub Security Advisories #276
Answered
by
phillmv
JLLeitschuh
asked this question in
Q&A
|
What's the best way to automate interactions with GitHub security advisories? For example, adding comments to the advisories? My use case is trying to enforce 90-day disclosure timelines on my disclosures and keeping disclosure information in sync with a private GitHub issue. I can't seem to find a REST nor GraphQL API for doing any of this against a yet-undisclosed Security Advisory. Is my best bet to do something with Selenium and a Chromedriver? |
Answered by
phillmv
Feb 26, 2021
Replies: 1 comment 2 replies
|
Hey Jonathan, Unfortunately, we haven't yet exposed an API for dealing with unpublished Security Advisories. FWIW, you probably don't need a full browser to automate interacting with it 🤔. |
2 replies
Answer selected by
JLLeitschuh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Jonathan,
Unfortunately, we haven't yet exposed an API for dealing with unpublished Security Advisories.
FWIW, you probably don't need a full browser to automate interacting with it 🤔.