BACK Yonah
|
d7313f3a82
|
C/C++ : Useless test
|
2022-01-30 14:33:32 +01:00 |
|
Erik Krogh Kristensen
|
a235f8f023
|
remove redundant inline type casts
|
2022-01-21 11:46:33 +01:00 |
|
Erik Krogh Kristensen
|
4e8e3a7420
|
simplify expressions that could be type-casts
|
2022-01-20 10:41:35 +01:00 |
|
Jaroslav Lobačevski
|
a1b0315d90
|
Update cpp/ql/src/experimental/Security/CWE/CWE-266/IncorrectPrivilegeAssignment.ql
|
2022-01-19 00:52:10 +01:00 |
|
Jaroslav Lobačevski
|
3fa2516898
|
Update cpp/ql/src/experimental/Security/CWE/CWE-266/IncorrectPrivilegeAssignment.ql
|
2022-01-18 21:47:55 +01:00 |
|
Jaroslav Lobačevski
|
d1c89562b8
|
Apply suggestions from code review
|
2022-01-18 21:45:13 +01:00 |
|
Jaroslav Lobačevski
|
92f5a5f893
|
Reduce FPs in IncorrectPrivilegeAssignment.ql
Implements suggestions from https://github.com/github/codeql/pull/6949#issuecomment-976482965
|
2022-01-18 13:43:17 +01:00 |
|
Geoffrey White
|
344e380fa3
|
Merge pull request #6949 from ihsinme/ihsinme-patch-073
CPP: Add query for CWE-266 Incorrect Privilege Assignment
|
2022-01-04 11:37:17 +00:00 |
|
Sergey
|
0f0bd34958
|
Update IncorrectPrivilegeAssignment.ql
|
2021-12-13 20:35:13 +03:00 |
|
Erik Krogh Kristensen
|
3c59aa319e
|
Merge pull request #7245 from erik-krogh/explicit-this-all-the-places
All langs: apply the explicit-this patch to all remaining code
|
2021-12-07 10:40:26 +01:00 |
|
Mathias Vorreiter Pedersen
|
6b1ac73a46
|
Merge pull request #7177 from ihsinme/ihsinme-patch-6141
fix request for cpp exceptions
|
2021-12-06 09:24:59 +00:00 |
|
Erik Krogh Kristensen
|
6ff8d4de5c
|
add all remaining explicit this
|
2021-11-26 13:50:10 +01:00 |
|
ihsinme
|
6e8d56f044
|
Update IncorrectPrivilegeAssignment.ql
|
2021-11-23 10:22:26 +03:00 |
|
ihsinme
|
62ae702e07
|
Update FindIncorrectlyUsedExceptions.ql
|
2021-11-23 09:55:43 +03:00 |
|
ihsinme
|
6d27585b92
|
Update FindIncorrectlyUsedExceptions.ql
|
2021-11-19 16:59:00 +03:00 |
|
ihsinme
|
418adb824c
|
Update FindIncorrectlyUsedExceptions.ql
|
2021-11-19 16:04:04 +03:00 |
|
ihsinme
|
21ab8b0f63
|
Update IncorrectPrivilegeAssignment.ql
|
2021-11-19 13:06:08 +03:00 |
|
ihsinme
|
fd73f4094f
|
Update FindIncorrectlyUsedExceptions.ql
|
2021-11-19 10:54:02 +03:00 |
|
ihsinme
|
6168b15bbc
|
Update cpp/ql/src/experimental/Security/CWE/CWE-266/IncorrectPrivilegeAssignment.ql
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2021-11-19 08:56:21 +03:00 |
|
ihsinme
|
7f0a7bbec9
|
Update IncorrectPrivilegeAssignment.ql
|
2021-11-16 10:12:50 +03:00 |
|
ihsinme
|
7832e8572b
|
Update cpp/ql/src/experimental/Security/CWE/CWE-266/IncorrectPrivilegeAssignment.cpp
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2021-11-15 21:08:20 +03:00 |
|
ihsinme
|
0359c381e1
|
Update cpp/ql/src/experimental/Security/CWE/CWE-266/IncorrectPrivilegeAssignment.cpp
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2021-11-15 21:08:11 +03:00 |
|
ihsinme
|
f102fa1d33
|
Update IncorrectPrivilegeAssignment.ql
|
2021-11-14 12:17:01 +03:00 |
|
ihsinme
|
e383e44d36
|
Update IncorrectPrivilegeAssignment.ql
|
2021-11-14 11:57:40 +03:00 |
|
ihsinme
|
ea1d18ed60
|
Update IncorrectPrivilegeAssignment.cpp
|
2021-11-14 11:36:06 +03:00 |
|
Mathias Vorreiter Pedersen
|
bf9b8cfff0
|
Merge pull request #6947 from ihsinme/ihsinme-patch-077
CPP: Add query for CWE-377 Insecure Temporary File
|
2021-11-11 09:02:04 +00:00 |
|
ihsinme
|
289d58745a
|
Update InsecureTemporaryFile.ql
|
2021-11-10 09:22:03 +03:00 |
|
ihsinme
|
55fe01018f
|
Update InsecureTemporaryFile.ql
|
2021-11-09 09:33:33 +03:00 |
|
ihsinme
|
8ddfea1dee
|
Update cpp/ql/src/experimental/Security/CWE/CWE-200/ExposureSensitiveInformationUnauthorizedActor.qhelp
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2021-11-09 09:20:39 +03:00 |
|
ihsinme
|
cedc5fd743
|
Update InsecureTemporaryFile.ql
|
2021-11-05 09:42:06 +03:00 |
|
Mathias Vorreiter Pedersen
|
e9b114630a
|
Merge pull request #6948 from ihsinme/ihsinme-patch-076
CPP: Add query for CWE-243 Creation of chroot Jail Without Changing Working Directory
|
2021-11-03 18:50:13 +00:00 |
|
ihsinme
|
a9dd868348
|
Update IncorrectChangingWorkingDirectory.qhelp
|
2021-11-03 18:38:30 +03:00 |
|
ihsinme
|
c94b64cbca
|
Update IncorrectChangingWorkingDirectory.qhelp
|
2021-11-03 18:28:57 +03:00 |
|
ihsinme
|
c175f0aa9d
|
Update IncorrectChangingWorkingDirectory.ql
|
2021-11-03 12:25:30 +03:00 |
|
ihsinme
|
62b3c3c9a0
|
Update IncorrectChangingWorkingDirectory.ql
|
2021-11-02 16:16:17 +03:00 |
|
ihsinme
|
738354b8e7
|
Update cpp/ql/src/experimental/Security/CWE/CWE-243/IncorrectChangingWorkingDirectory.ql
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2021-11-02 16:13:34 +03:00 |
|
ihsinme
|
9b8b916199
|
Update IncorrectChangingWorkingDirectory.ql
|
2021-11-02 11:33:29 +03:00 |
|
ihsinme
|
3161d112d1
|
Update IncorrectChangingWorkingDirectory.ql
|
2021-10-30 13:47:22 +03:00 |
|
Erik Krogh Kristensen
|
d36c66cfca
|
remove redundant inline casts in arguments where the type is inferred by the call target
|
2021-10-29 14:37:56 +02:00 |
|
ihsinme
|
635a668670
|
Update IncorrectChangingWorkingDirectory.ql
|
2021-10-29 10:08:41 +03:00 |
|
ihsinme
|
c8a4a8b965
|
Update InsecureTemporaryFile.ql
|
2021-10-29 09:44:43 +03:00 |
|
ihsinme
|
432fc74455
|
Apply suggestions from code review
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2021-10-28 10:37:01 +03:00 |
|
ihsinme
|
235a3ec232
|
Update InsecureTemporaryFile.qhelp
|
2021-10-28 10:34:42 +03:00 |
|
ihsinme
|
0addb2d1ea
|
Update IncorrectChangingWorkingDirectory.ql
|
2021-10-28 10:17:48 +03:00 |
|
ihsinme
|
c3b1d7e5c8
|
Apply suggestions from code review
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2021-10-28 10:17:13 +03:00 |
|
ihsinme
|
1c80f26178
|
Update ExposureSensitiveInformationUnauthorizedActor.ql
|
2021-10-28 09:50:41 +03:00 |
|
ihsinme
|
04ee78aecf
|
Apply suggestions from code review
thanks
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2021-10-28 09:46:26 +03:00 |
|
ihsinme
|
41e15cd497
|
Update IncorrectPrivilegeAssignment.cpp
|
2021-10-25 22:15:52 +03:00 |
|
ihsinme
|
1dacd2ea76
|
Add files via upload
|
2021-10-25 14:47:25 +03:00 |
|
ihsinme
|
6173b11274
|
Add files via upload
|
2021-10-25 14:39:43 +03:00 |
|