ihsinme
|
fd73f4094f
|
Update FindIncorrectlyUsedExceptions.ql
|
2021-11-19 10:54:02 +03:00 |
|
Geoffrey White
|
da412178ce
|
C++: Use set literals (more).
|
2021-10-20 14:18:27 +01:00 |
|
Mathias Vorreiter Pedersen
|
df8c399efb
|
Merge pull request #6710 from ihsinme/ihsinme-patch-70
CPP: Add query for CWE-1041 Use of Redundant Code
|
2021-10-11 17:17:01 +01:00 |
|
ihsinme
|
4334acb6f2
|
Update FindWrapperFunctions.qhelp
|
2021-10-11 18:40:03 +03:00 |
|
ihsinme
|
8c42545d1c
|
Update FindWrapperFunctions.qhelp
|
2021-10-08 13:10:36 +03:00 |
|
ihsinme
|
d79596354e
|
Update cpp/ql/src/experimental/Security/CWE/CWE-1041/FindWrapperFunctions.ql
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2021-10-08 11:50:45 +03:00 |
|
ihsinme
|
13741ba137
|
Update FindWrapperFunctions.ql
|
2021-09-23 12:55:03 +03:00 |
|
ihsinme
|
88a257fcdc
|
Apply suggestions from code review
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2021-09-21 20:32:08 +03:00 |
|
Robert Marsh
|
d62f76afa6
|
Merge pull request #6133 from MathiasVP/promote-sql-pqxx
C++: Promote `cpp/sql-injection-via-pqxx` out of experimental
|
2021-09-21 10:13:57 -07:00 |
|
Robert Marsh
|
97c2917c16
|
Merge pull request #6409 from JordyZomer/main
cpp: Add query to detect unsigned integer to signed integer conversio…
|
2021-09-21 09:57:44 -07:00 |
|
ihsinme
|
b393c6a285
|
Add files via upload
|
2021-09-16 19:16:54 +03:00 |
|
Jordy Zomer
|
0f6e845418
|
Merge branch 'main' of https://github.com/JordyZomer/codeql into main
|
2021-09-15 10:41:31 +02:00 |
|
Jordy Zomer
|
01a06d1f5c
|
Add filter and format the query
|
2021-09-15 10:37:40 +02:00 |
|
Mathias Vorreiter Pedersen
|
44dca68463
|
Merge branch 'main' into promote-sql-pqxx
|
2021-09-14 15:29:37 +01:00 |
|
ihsinme
|
8fa3cefb8c
|
Update DoubleRelease.ql
|
2021-09-14 10:31:20 +03:00 |
|
ihsinme
|
d150c9a6be
|
Update DoubleRelease.ql
|
2021-09-14 08:51:13 +03:00 |
|
ihsinme
|
8b0d5a2e7b
|
Update cpp/ql/src/experimental/Security/CWE/CWE-675/DoubleRelease.qhelp
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2021-09-05 22:46:37 +03:00 |
|
ihsinme
|
9f4b7255aa
|
Add files via upload
|
2021-09-02 10:21:07 +03:00 |
|
Andrew Eisenberg
|
03d6b15401
|
Merge branch 'main' into aeisenberg/pack/cpp
|
2021-08-17 15:28:47 -07:00 |
|
Andrew Eisenberg
|
88ceb42356
|
Packaging: Migrate cpp experimental/semmle folder to lib
Also, fix up some library path dependencies.
|
2021-08-17 14:41:41 -07:00 |
|
ihsinme
|
6988912b72
|
Update UndefinedOrImplementationDefinedBehavior.ql
|
2021-08-16 15:20:00 +03:00 |
|
ihsinme
|
74f372d547
|
Update UndefinedOrImplementationDefinedBehavior.ql
|
2021-08-16 14:11:28 +03:00 |
|
Mathias Vorreiter Pedersen
|
89ce25f247
|
Merge pull request #6083 from ihsinme/ihsinme-patch-275
CPP: Add query for CWE-783 Operator Precedence Logic Error When Use Bitwise Or Logical Operations
|
2021-08-11 14:40:09 +02:00 |
|
ihsinme
|
6d24047626
|
Update OperatorPrecedenceLogicErrorWhenUseBitwiseOrLogicalOperations.ql
|
2021-08-11 14:34:20 +03:00 |
|
Jordy Zomer
|
a3bacc76f1
|
Update cpp/ql/src/experimental/Security/CWE/CWE-787/UnsignedToSignedPointerArith.ql
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
|
2021-08-05 23:31:12 +02:00 |
|
Jordy Zomer
|
cf40d0ae4d
|
Fix a typo unsiged -> unsigned
|
2021-08-05 16:40:49 +02:00 |
|
Jordy Zomer
|
489ac04f86
|
Remove author tag
|
2021-08-05 12:34:31 +02:00 |
|
Jordy Zomer
|
19bb8e8c17
|
Make requested changes
|
2021-08-03 21:54:04 +02:00 |
|
Jordy Zomer
|
e07516585a
|
cpp: Add query to detect unsigned integer to signed integer conversions used in pointer arithmetics
|
2021-08-03 19:08:47 +02:00 |
|
Geoffrey White
|
23ba7dcf9c
|
Merge pull request #6141 from ihsinme/ihsinme-patch-276
CPP: Add a query to find incorrectly used exceptions. 2
|
2021-08-03 14:46:39 +01:00 |
|
ihsinme
|
a1755b0b53
|
Update OperatorPrecedenceLogicErrorWhenUseBitwiseOrLogicalOperations.ql
|
2021-08-03 15:42:59 +03:00 |
|
ihsinme
|
e5c30c2edf
|
Update OperatorPrecedenceLogicErrorWhenUseBitwiseOrLogicalOperations.ql
|
2021-08-03 15:29:51 +03:00 |
|
ihsinme
|
4f09545f24
|
Update OperatorPrecedenceLogicErrorWhenUseBitwiseOrLogicalOperations.ql
|
2021-08-03 15:12:39 +03:00 |
|
ihsinme
|
15e76d1a98
|
Update cpp/ql/src/experimental/Security/CWE/CWE-783/OperatorPrecedenceLogicErrorWhenUseBitwiseOrLogicalOperations.ql
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2021-08-03 15:11:22 +03:00 |
|
Mathias Vorreiter Pedersen
|
43044cd475
|
Merge pull request #6081 from ihsinme/ihsinme-patch-273
CPP: Add a query to find incorrectly used switch
|
2021-08-03 13:16:45 +02:00 |
|
ihsinme
|
375a60194b
|
Update OperatorPrecedenceLogicErrorWhenUseBitwiseOrLogicalOperations.ql
|
2021-08-01 16:44:54 +03:00 |
|
ihsinme
|
098773dd10
|
Update FindIncorrectlyUsedSwitch.ql
|
2021-08-01 15:04:30 +03:00 |
|
ihsinme
|
2d5a263799
|
Update FindIncorrectlyUsedExceptions.ql
|
2021-07-28 18:46:49 +03:00 |
|
ihsinme
|
cf689b83a9
|
Apply suggestions from code review
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2021-07-21 08:29:42 +03:00 |
|
ihsinme
|
4083da3218
|
Update cpp/ql/src/experimental/Security/CWE/CWE-561/FindIncorrectlyUsedSwitch.ql
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2021-07-16 23:18:58 +03:00 |
|
ihsinme
|
4d3666692b
|
Update cpp/ql/src/experimental/Security/CWE/CWE-758/UndefinedOrImplementationDefinedBehavior.ql
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2021-07-14 10:17:53 +03:00 |
|
ihsinme
|
1e12ede9fa
|
Apply suggestions from code review
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2021-07-14 10:11:28 +03:00 |
|
ihsinme
|
b10bdf1475
|
Add files via upload
|
2021-07-05 11:13:05 +03:00 |
|
ihsinme
|
02bf800b6d
|
Update FindIncorrectlyUsedSwitch.ql
|
2021-07-01 08:50:46 +03:00 |
|
ihsinme
|
6e7644f529
|
Update FindIncorrectlyUsedExceptions.ql
|
2021-06-27 22:27:41 +03:00 |
|
ihsinme
|
460fde72ff
|
Add files via upload
|
2021-06-23 10:44:27 +03:00 |
|
Mathias Vorreiter Pedersen
|
2e2673aff6
|
C++: Delete the experimental SqlPqxxTainted query.
|
2021-06-22 17:13:07 +02:00 |
|
ihsinme
|
94bd2a32f9
|
Update FindIncorrectlyUsedSwitch.qhelp
|
2021-06-22 10:39:37 +03:00 |
|
ihsinme
|
1cabaec0c3
|
Update cpp/ql/src/experimental/Security/CWE/CWE-561/FindIncorrectlyUsedSwitch.qhelp
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2021-06-17 11:09:36 +03:00 |
|
ihsinme
|
f5008d31f5
|
Add files via upload
|
2021-06-15 16:51:38 +03:00 |
|