FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for cpp/ql/src/Critical - github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
997
Pull requests
467
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
cpp
ql
src
Critical
on
codeql-cli/v2.19.0
User selector
Datepicker
Commit history
Commits on Sep 5, 2024
Updating test cases.
bdrodes
committed
1005a89
View commit details
Copy full SHA for 1005a89
View code at this point
Browse repository at this point
Commits on Jul 31, 2024
Merge pull request #17110 from geoffw0/memfree
Show description for 20672ac
geoffw0
authored
20672ac
View commit details
Copy full SHA for 20672ac
View code at this point
Browse repository at this point
C++: Simple fix.
geoffw0
committed
4aea4c0
View commit details
Copy full SHA for 4aea4c0
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
Merge pull request #17054 from geoffw0/scanf
Show description for eaf2949
geoffw0
authored
eaf2949
View commit details
Copy full SHA for eaf2949
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
C++: Fix FPs in cpp/incorrectly-checked-scanf.
geoffw0
committed
6026f65
View commit details
Copy full SHA for 6026f65
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
C++: Switch to using the Buffer.qll implementation directly.
geoffw0
committed
437c679
View commit details
Copy full SHA for 437c679
View code at this point
Browse repository at this point
C++: Fix false positives.
geoffw0
committed
7b03f32
View commit details
Copy full SHA for 7b03f32
View code at this point
Browse repository at this point
Commits on May 20, 2024
C++: Autoformat.
MathiasVP
committed
2f7766a
View commit details
Copy full SHA for 2f7766a
View code at this point
Browse repository at this point
Commits on May 19, 2024
Static variables are initialized to zero or null by compiler
Show description for 1d8d45b
codeqlhelper
authored
1d8d45b
View commit details
Copy full SHA for 1d8d45b
View code at this point
Browse repository at this point
Commits on May 8, 2024
Update cpp/ql/src/Critical/DoubleFree.qhelp
Show description for 53d4a10
geoffw0
and
subatoi
authored
53d4a10
View commit details
Copy full SHA for 53d4a10
View code at this point
Browse repository at this point
C++: Use nullptr.
geoffw0
committed
088f829
View commit details
Copy full SHA for 088f829
View code at this point
Browse repository at this point
C++: Fix qhelp format.
geoffw0
committed
3fd6bc9
View commit details
Copy full SHA for 3fd6bc9
View code at this point
Browse repository at this point
C++: Add a second example.
geoffw0
committed
4862268
View commit details
Copy full SHA for 4862268
View code at this point
Browse repository at this point
Commits on May 7, 2024
C++: Clarify the recommendation and example.
geoffw0
committed
575b66a
View commit details
Copy full SHA for 575b66a
View code at this point
Browse repository at this point
C++: Move qhelp.
geoffw0
committed
dd95a2a
View commit details
Copy full SHA for dd95a2a
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
C++: Use interpolation to avoid a bad join order.
MathiasVP
committed
c3cf425
View commit details
Copy full SHA for c3cf425
View code at this point
Browse repository at this point
C++: Add tests (and fix a missing quote in the alert message).
MathiasVP
committed
e1884c1
View commit details
Copy full SHA for e1884c1
View code at this point
Browse repository at this point
C++: Small performance optimization.
MathiasVP
committed
439afd9
View commit details
Copy full SHA for 439afd9
View code at this point
Browse repository at this point
C++: Address (my own) review comments.
MathiasVP
committed
132bb9f
View commit details
Copy full SHA for 132bb9f
View code at this point
Browse repository at this point
Commits on Apr 9, 2024
C++: Autoformat.
MathiasVP
committed
8a92a42
View commit details
Copy full SHA for 8a92a42
View code at this point
Browse repository at this point
Commits on Apr 8, 2024
Reduce false alarms of `InconsistentNullnessTesting.ql`
Show description for af2a7ea
codeqlhelper
authored
af2a7ea
View commit details
Copy full SHA for af2a7ea
View code at this point
Browse repository at this point
Reduce the false alarms of `GlobalUseBeforeInit.ql`
codeqlhelper
authored
fb15a4e
View commit details
Copy full SHA for fb15a4e
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
C++: Fix join order in 'cpp/double-free'.
MathiasVP
committed
bd0ddec
View commit details
Copy full SHA for bd0ddec
View code at this point
Browse repository at this point
Commits on Mar 21, 2024
Merge pull request #15997 from MathiasVP/simplify-guard-in-missing-check-scanf
Show description for 7fb6426
MathiasVP
authored
7fb6426
View commit details
Copy full SHA for 7fb6426
View code at this point
Browse repository at this point
Commits on Mar 20, 2024
C++: Simplify 'checkedForEof'.
MathiasVP
committed
f31bb13
View commit details
Copy full SHA for f31bb13
View code at this point
Browse repository at this point
C++: Simplify use of 'GuardCondition's in 'cpp/missing-check-scanf'.
MathiasVP
committed
5476f42
View commit details
Copy full SHA for 5476f42
View code at this point
Browse repository at this point
C++: Convert 'cpp/missing-check-scanf' to a path-problem query.
MathiasVP
committed
14aff5c
View commit details
Copy full SHA for 14aff5c
View code at this point
Browse repository at this point
C++: Rewrite 'cpp/missing-check-scanf' to use standard dataflow configurations.
MathiasVP
committed
c9dbb7c
View commit details
Copy full SHA for c9dbb7c
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
C++: Use the new predicate in 'ScanfChecks.qll'.
MathiasVP
committed
decede5
View commit details
Copy full SHA for decede5
View code at this point
Browse repository at this point
Commits on Jan 29, 2024
C++: Fix FP by concluding that a less-than-zero check also implies a not-equal-to-EOF check.
MathiasVP
committed
ebd1595
View commit details
Copy full SHA for ebd1595
View code at this point
Browse repository at this point
C++: Explicitly check that a check for EOF isn't present.
MathiasVP
committed
41f44f5
View commit details
Copy full SHA for 41f44f5
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
Moving FlowAfterFree and UseAfterFree.qll as a general purpose lib.
bdrodes
committed
da10e6c
View commit details
Copy full SHA for da10e6c
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Further reorg of libraries and predicates to allow for more reusable and consistent libraries.
bdrodes
committed
833ef9d
View commit details
Copy full SHA for 833ef9d
View code at this point
Browse repository at this point
Separating out use after free logic into a library and a ql so the query can be expanded easily.
bdrodes
committed
967526b
View commit details
Copy full SHA for 967526b
View code at this point
Browse repository at this point
Commits on Jan 17, 2024
C++: Suggestions to #15343 (#39)
Show description for 39dafd6
MathiasVP
authored
39dafd6
View commit details
Copy full SHA for 39dafd6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL