-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
codeql: add security-extended query suite - v2 #10259
Conversation
Add the CodeQL security-extended suite to the CodeQL workflow configuration.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10259 +/- ##
==========================================
- Coverage 82.28% 82.28% -0.01%
==========================================
Files 977 977
Lines 271950 271950
==========================================
- Hits 223784 223767 -17
- Misses 48166 48183 +17
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Going from 52 to 87 queries if I get right the logs from the runners
with addition like NonConstantFormat
I do not know if we need a ticket for such a QA improvement...
So, to close the opened ticket? |
This is a question for us, not for you Daniel :-) |
Oh 😅. Understood. |
Can be a good idea :) |
List of Queries present in the
|
Merged in #10413, thanks! |
Add the CodeQL security-extended suite to the CodeQL workflow configuration.
The
security-extended
query suite consists of all the queries in the default query suite, with addition of queries with slightly lower precision and severity, although, relative to thedefault
query suite, the security-extended suite may return a greater number of false positive code scanning results.It will allow us to catch likely flaws in the codebase that we may have missed during development, and flaws that are not checked for with the
default
suite, hence, allowing for greater hardening of Suricata, and eradicating potential threats.Previous PR: #10258