Tom Hvitved
|
9e8e2e2b48
|
Ruby: Update CFG test output (some nodes have been reordered)
|
2021-11-16 12:45:24 +01:00 |
|
Tom Hvitved
|
e7b091086d
|
Ruby: Eliminate unnecessary recursion through RealNode
|
2021-11-16 12:24:17 +01:00 |
|
Geoffrey White
|
aafa5762ad
|
C++: Add a CWE tag associated with OWASP A8.
|
2021-11-16 11:21:25 +00:00 |
|
Rasmus Wriedt Larsen
|
98e6fc8a88
|
Python/Ruby: Remove owasp tags
These are no longer correct, since the A1 category changed from 2017 to
2021, see https://owasp.org/Top10/#whats-changed-in-the-top-10-for-2021
Since only a very few queries had these tags, I think we're much better
off having them removed.
|
2021-11-16 12:03:50 +01:00 |
|
Tom Hvitved
|
3a8e2db3ab
|
Merge pull request #7121 from hvitved/ruby/lookup-const-anti-join
|
2021-11-16 11:32:55 +01:00 |
|
Geoffrey White
|
ed3e5395d1
|
Merge pull request #7063 from MathiasVP/use-range-analysis-in-buffer-write
C++: Use `SimpleRangeAnalysis` in `Printf.qll`
|
2021-11-16 10:24:47 +00:00 |
|
Benjamin Muskalla
|
0e6bb28016
|
Only consider store steps
|
2021-11-16 10:46:24 +01:00 |
|
Rasmus Wriedt Larsen
|
a980f26fda
|
Python: Model os.stat (and friends)
|
2021-11-16 10:45:32 +01:00 |
|
Rasmus Wriedt Larsen
|
9f4107d211
|
Python: Model posixpath, ntpath, and genericpath modules
|
2021-11-16 10:45:14 +01:00 |
|
Mathias Vorreiter Pedersen
|
71c279f537
|
Merge branch 'main' into use-range-analysis-in-buffer-write
|
2021-11-16 09:14:02 +00:00 |
|
ihsinme
|
7f0a7bbec9
|
Update IncorrectPrivilegeAssignment.ql
|
2021-11-16 10:12:50 +03:00 |
|
Erik Krogh Kristensen
|
b9ea4a8709
|
recognize library inputs when the library exports "through" a function
|
2021-11-15 22:43:38 +01:00 |
|
Erik Krogh Kristensen
|
1a98079100
|
Merge pull request #7139 from erik-krogh/gotGet
JS: improve the got model
|
2021-11-15 22:42:03 +01:00 |
|
Erik Krogh Kristensen
|
12c24c07df
|
improve the got model
|
2021-11-15 21:52:12 +01:00 |
|
Tom Hvitved
|
f01b9005b1
|
Merge pull request #7122 from hvitved/csharp/expose-repr-perf
C#: Replace `localFlow` with `localFlowStep` in recursive predicate
|
2021-11-15 21:11:21 +01:00 |
|
Tom Hvitved
|
6599eca9fb
|
Merge pull request #7138 from hvitved/ruby/forward-param-cfg
Ruby: Add missing CFG entry for `ForwardParameter`
|
2021-11-15 19:28:31 +01:00 |
|
Chris Smowton
|
708e059e7f
|
Merge branch 'lgtm.com' of github.com:github/codeql into smowton/admin/merge-lgtm-com-cherry-pick
|
2021-11-15 18:18:28 +00: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 |
|
Tony Torralba
|
d97b130bdd
|
Merge pull request #7092 from atorralba/atorralba/android-asynctask-jumpstep
Java: Add AsyncTask additional value step
|
2021-11-15 16:59:56 +01:00 |
|
Benjamin Muskalla
|
fd9199c0c0
|
Simplify handling of tainting fields
|
2021-11-15 16:40:09 +01:00 |
|
Benjamin Muskalla
|
d7ed325b3f
|
Refactor content flow into predicate
|
2021-11-15 16:30:55 +01:00 |
|
Benjamin Muskalla
|
f4310898b3
|
Capture sources flowing into parameters
|
2021-11-15 16:28:28 +01:00 |
|
Tom Hvitved
|
03ae58830a
|
Ruby: Add missing CFG entry for ForwardParameter
|
2021-11-15 16:28:17 +01:00 |
|
Tom Hvitved
|
3ce41015bb
|
Ruby: Add CFG test for forward parameters
|
2021-11-15 16:25:06 +01:00 |
|
Tony Torralba
|
87ebcea913
|
Add AsyncTask value step
|
2021-11-15 16:13:36 +01:00 |
|
Anders Schack-Mulligen
|
a40a393b38
|
Merge pull request #7134 from aschackmull/java/additionalvaluestep
Java: Add support for adding additional value steps.
|
2021-11-15 16:07:30 +01:00 |
|
Anders Schack-Mulligen
|
1cd42ea668
|
Java: Fix test and some references.
|
2021-11-15 16:03:04 +01:00 |
|
Rasmus Wriedt Larsen
|
6b7abacc5f
|
Merge pull request #7135 from RasmusWL/b32hexencode
Python: Model `b32hexencode`/`b32hexdecode`
|
2021-11-15 15:51:46 +01:00 |
|
Benjamin Muskalla
|
8040d9cfcf
|
Only consider true return statements as sinks
|
2021-11-15 15:29:01 +01:00 |
|
Rasmus Wriedt Larsen
|
95dbe1383b
|
Merge pull request #7133 from RasmusWL/minor-3.10-fix
Python: Minor additions for 3.10
|
2021-11-15 15:25:34 +01:00 |
|
Rasmus Wriedt Larsen
|
39927fa613
|
Python: Model b32hexencode/b32hexdecode
New in Python 3.10
See
- https://devdocs.io/python~3.10/library/base64#base64.b32hexencode
- https://devdocs.io/python~3.10/library/base64#base64.b32hexdecode
|
2021-11-15 15:23:49 +01:00 |
|
Benjamin Muskalla
|
e6e52a3b32
|
190
|
2021-11-15 15:18:03 +01:00 |
|
Anders Schack-Mulligen
|
2fe6880d70
|
Java: Add support for adding additional value steps.
|
2021-11-15 15:05:48 +01:00 |
|
Rasmus Wriedt Larsen
|
cfdfcaa3e8
|
Python: Support Path.hardlink_to (new in 3.10)
See https://docs.python.org/3.10/library/pathlib.html#pathlib.Path.hardlink_to
|
2021-11-15 14:57:59 +01:00 |
|
Rasmus Wriedt Larsen
|
5d60975f65
|
Python: Support aiter and anext (new in 3.10)
See
- https://docs.python.org/3/whatsnew/3.10.html#other-language-changes
- https://docs.python.org/3.10/library/functions.html#aiter
- https://docs.python.org/3.10/library/functions.html#anext
|
2021-11-15 14:55:34 +01:00 |
|
Mathias Vorreiter Pedersen
|
3f0bfe1d75
|
C++: Remove the implicit assumption about the existence of a lower bound implying the existence of an upper bound (and vice veraa).
|
2021-11-15 13:39:15 +00:00 |
|
Mathias Vorreiter Pedersen
|
63f50a9eb7
|
C++: Cleanup the case for possibly-negative unsigned values.
|
2021-11-15 13:31:51 +00:00 |
|
ihsinme
|
c916bed853
|
Update test1.cpp
|
2021-11-15 16:29:51 +03:00 |
|
Mathias Vorreiter Pedersen
|
9a9f7943aa
|
C++: Fix bug for exact powers of 10 and accept test changes.
|
2021-11-15 13:20:45 +00:00 |
|
Mathias Vorreiter Pedersen
|
53884915a5
|
C++: Add more tests (which demonstrate a couple of bugs in the implementation).
|
2021-11-15 13:18:30 +00:00 |
|
Anders Schack-Mulligen
|
c616f5784d
|
Java: Fix overrides to not be transitive.
|
2021-11-15 13:54:53 +01:00 |
|
Rasmus Wriedt Larsen
|
7c3b68b7f8
|
Merge pull request #7091 from RasmusWL/port-request-without-validation
Python: Port `py/request-without-cert-validation` to use API graphs
|
2021-11-15 13:51:57 +01:00 |
|
Erik Krogh Kristensen
|
0023b885f5
|
update expected output
|
2021-11-15 13:50:12 +01:00 |
|
Erik Krogh Kristensen
|
2163648b39
|
fix location off-by-ones with regexp parsing
|
2021-11-15 13:43:39 +01:00 |
|
Rasmus Wriedt Larsen
|
9e097f5430
|
Python: Improve PoorMansFunctionResolution
|
2021-11-15 13:40:19 +01:00 |
|
Rasmus Wriedt Larsen
|
0d4cb1e6ce
|
Python: Add test of PoorMansFunctionResolution
|
2021-11-15 13:34:39 +01:00 |
|
Rasmus Wriedt Larsen
|
6eb4525ab2
|
Python: Model wsgiref.simple_server applications
|
2021-11-15 13:34:39 +01:00 |
|
Rasmus Wriedt Larsen
|
e812029c03
|
Python: Add test for wsgiref.simple_server
|
2021-11-15 13:34:38 +01:00 |
|
Tom Hvitved
|
4bbfa514c9
|
Merge pull request #6535 from hvitved/csharp/consistency-queries
C#: Add consistency queries
|
2021-11-15 13:15:58 +01:00 |
|