You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using codeql in my github repository for the past two years to review code. There is a file that has existed in the repository for the same duration without ever triggering a codeql alert. However, yesterday i suddenly received an alert for that file.
What could have caused this new alert to appear despite no recent changes to that file or its dependencies?
Thanks,
Subh
The text was updated successfully, but these errors were encountered:
We constantly develop (and hopefully improve!) the queries behind our alerts, and by default CodeQL analysis will use the latest released CodeQL bundle. New bundle releases might mean changes in what data gets extracted from code and what we mark with alerts. Without having more information, I would say this is the most probable cause of a new alert popping up. If you do believe this alert is a false positive, you can let us know via a github/codeql issue 🙌
Hi ,
I've been using codeql in my github repository for the past two years to review code. There is a file that has existed in the repository for the same duration without ever triggering a codeql alert. However, yesterday i suddenly received an alert for that file.
What could have caused this new alert to appear despite no recent changes to that file or its dependencies?
Thanks,
Subh
The text was updated successfully, but these errors were encountered: