How long do you wait between reporting vulnerabilities and publishing the query that found them? #120
-
As the title says, my question is: How long do you wait between reporting vulnerabilities and publishing the query that found them? Due to its nature the GitHub Security Lab bounty program encourages participants to publish queries as soon as they are written, potentially enabling others to find and exploit critical vulnerabilities before a fixed version of an affected piece of software is released. However, this is probably not a big problem most of the time. What do you think? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @p-, |
Beta Was this translation helpful? Give feedback.
Hey @p-,
This are all great question that have no easy or correct answer.
Queries are a fantastic way to find vulnerabilities but requires someone to look at them. That process, triaging, requires someone time to do it. Sometimes is the developer and sometime is a security researcher. Right now we are trying to find creative ways to encourage the community and developers to help us triage some of those bugs (Which is the reason why we built the Bug Slayer bug bounty program. Use the query you write to report vulnerabilities to vendors).
We do believe that a query is knowledge that we want everyone to share them with the community to get better. The way our code-scanning workflow works for…