luchua-bc
|
72f28513eb
|
Move test check to the sink
|
2021-03-10 12:12:27 +00:00 |
|
Asger Feldthaus
|
fbca06f4e1
|
JS: Move TaintMetrics.qll into internal folder
|
2021-03-10 11:53:44 +00:00 |
|
Cornelius Riemenschneider
|
16a3dfa30a
|
C++: Update summary metrics query format.
|
2021-03-10 11:15:55 +00:00 |
|
Anders Schack-Mulligen
|
4941d9b7bf
|
Java: Add query for CSV framework coverage.
|
2021-03-10 12:03:44 +01:00 |
|
Calum Grant
|
cb977cb290
|
Ruby: Use getAUniqueRead TC
|
2021-03-10 10:56:33 +00:00 |
|
Mathias Vorreiter Pedersen
|
0f6c56ad74
|
C++: Use names that better match the AST dataflow library.
|
2021-03-10 11:44:19 +01:00 |
|
Erik Krogh Kristensen
|
49b1bfc41b
|
add a step for referencing instance/static methods on classes
|
2021-03-10 10:57:28 +01:00 |
|
Rasmus Lerchedahl Petersen
|
76e936c64d
|
Python, doc: Add links to runs on LGTM.com
|
2021-03-10 10:52:22 +01:00 |
|
Anders Schack-Mulligen
|
ed250d5017
|
Merge pull request #5339 from smowton/smowton/feature/commons-regex-utils
Java: Add models for Commons-Lang's RegExUtils class
|
2021-03-10 10:23:37 +01:00 |
|
Chris Smowton
|
410f21cd55
|
Fix comment describing two-arg nextInt/nextLong
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
|
2021-03-10 08:43:37 +00:00 |
|
Artem Smotrakov
|
df60268023
|
Split qhelp files
|
2021-03-10 10:49:47 +03:00 |
|
luchua-bc
|
48975fa7d2
|
Replace sanitizers
|
2021-03-10 00:17:26 +00:00 |
|
Arthur Baars
|
3966de6b2b
|
Merge pull request #151 from github/aibaars/scopes-refactor
Add Scopes.qll and remove VariableScopes IPA type
|
2021-03-09 20:55:18 +01:00 |
|
Arthur Baars
|
6a284378d6
|
Update ql/src/codeql_ruby/ast/Scope.qll
Co-authored-by: Nick Rolfe <nickrolfe@github.com>
|
2021-03-09 18:57:24 +01:00 |
|
Rasmus Lerchedahl Petersen
|
91c0066b8b
|
Python: Make the documentation not lie
|
2021-03-09 18:17:51 +01:00 |
|
yoff
|
dfdf0344de
|
Update python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
Co-authored-by: Felicity Chapman <felicitymay@github.com>
|
2021-03-09 16:44:08 +01:00 |
|
Chris Smowton
|
fa51af5be1
|
NBSP -> original-flavour space
|
2021-03-09 15:40:45 +00:00 |
|
Erik Krogh Kristensen
|
518bfa4d41
|
move getAnInstanceMemberAccess to ClassNode
|
2021-03-09 16:37:36 +01:00 |
|
Erik Krogh Kristensen
|
e8afafca7a
|
add another route-handler test
|
2021-03-09 16:37:36 +01:00 |
|
ihsinme
|
c281820f0f
|
Update LateCheckOfFunctionArgument.ql
|
2021-03-09 18:22:11 +03:00 |
|
ihsinme
|
07769c7322
|
Update LateCheckOfFunctionArgument.expected
|
2021-03-09 18:21:08 +03:00 |
|
Erik Krogh Kristensen
|
c95a8e6776
|
add change note
|
2021-03-09 16:17:33 +01:00 |
|
Erik Krogh Kristensen
|
11793800ad
|
support subrouters, and engine registrations with file extensions
|
2021-03-09 16:17:33 +01:00 |
|
Erik Krogh Kristensen
|
70b8cdee9b
|
add qhelp
|
2021-03-09 16:17:33 +01:00 |
|
Erik Krogh Kristensen
|
28951e98c4
|
add engine filter to js/template-object-injection
|
2021-03-09 16:17:33 +01:00 |
|
Erik Krogh Kristensen
|
b30484dd69
|
behaviour preserving refactorization into modules
|
2021-03-09 16:17:29 +01:00 |
|
Aditya Sharad
|
b1d0b9afbb
|
Merge pull request #5363 from github/adityasharad/actions/docs-review-fix
Actions: Fix comment that tags the Docs team
|
2021-03-09 07:17:24 -08:00 |
|
Chris Smowton
|
189b2215c5
|
Remove useless value from inline test expectations
|
2021-03-09 15:11:39 +00:00 |
|
Chris Smowton
|
e8f81c4f30
|
Improve change note
|
2021-03-09 15:11:13 +00:00 |
|
Chris Smowton
|
074d73e325
|
Add change note
|
2021-03-09 15:11:13 +00:00 |
|
Chris Smowton
|
9163893879
|
Add models for Commons-Lang's RegExUtils class
|
2021-03-09 15:11:13 +00:00 |
|
Tom Hvitved
|
fe6efde449
|
Address review comments
|
2021-03-09 14:30:12 +01:00 |
|
Arthur Baars
|
f28071ceb6
|
Fix VariableRead/WriteAcess for instance and class variables
|
2021-03-09 13:55:55 +01:00 |
|
Rasmus Lerchedahl Petersen
|
8b25806a2c
|
Python: Attempt to clarify help
|
2021-03-09 13:29:33 +01:00 |
|
Rasmus Lerchedahl Petersen
|
a16de26799
|
Python: add linebreak to qhelp file
hopefully this will generate better markdown
|
2021-03-09 13:27:44 +01:00 |
|
yoff
|
fd5ac13828
|
Update python/ql/src/Security/CWE-327/InsecureDefaultProtocol.ql
Co-authored-by: Felicity Chapman <felicitymay@github.com>
|
2021-03-09 13:23:44 +01:00 |
|
yoff
|
88784fbd31
|
Update python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
Co-authored-by: Felicity Chapman <felicitymay@github.com>
|
2021-03-09 13:23:35 +01:00 |
|
yoff
|
b6257edc9e
|
Update python/ql/src/Security/CWE-327/InsecureDefaultProtocol.qhelp
Co-authored-by: Felicity Chapman <felicitymay@github.com>
|
2021-03-09 13:20:19 +01:00 |
|
yoff
|
d5b304ce75
|
Update python/change-notes/2021-02-23-port-insecure-default-protocol.md
Co-authored-by: Felicity Chapman <felicitymay@github.com>
|
2021-03-09 13:19:48 +01:00 |
|
Taus
|
19b74e6e01
|
Merge pull request #5367 from tausbn/mergeback-rc/3.1-to-main
Merge rc/3.1 into main
|
2021-03-09 12:46:24 +01:00 |
|
Mathias Vorreiter Pedersen
|
19d08d7b40
|
Merge branch 'main' into rdmarsh/cpp/use-taint-configuration-dtt
|
2021-03-09 12:35:44 +01:00 |
|
Tamas Vajk
|
5480a31b68
|
Java: Remove MultipartFile.getSize/isEmpty from remote flow sources
|
2021-03-09 12:23:47 +01:00 |
|
Tamas Vajk
|
0d405c293a
|
Java: Convert PlayRequestGetMethod to CSV based flow source
|
2021-03-09 12:20:35 +01:00 |
|
Joe Farebrother
|
7a4ce83169
|
Merge pull request #5310 from joefarebrother/guava-io
Java: Add modelling for Guava IO utilities
|
2021-03-09 11:19:44 +00:00 |
|
Arthur Baars
|
600d9c66ae
|
Remove VariableScope
|
2021-03-09 11:56:17 +01:00 |
|
Joe Farebrother
|
bd4a414abd
|
Remove CSV data from query
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
|
2021-03-09 10:50:15 +00:00 |
|
Tamas Vajk
|
e0b1a86038
|
Java: Convert WebSocketMessageParameterSource to CSV based flow source
|
2021-03-09 11:49:59 +01:00 |
|
Tamas Vajk
|
193458eb3d
|
Java: Convert SpringRestTemplateResponseEntityMethod to CSV based flow source
|
2021-03-09 11:49:59 +01:00 |
|
Arthur Baars
|
86a89ab1fe
|
Remove VariableScope IPA type
|
2021-03-09 11:48:18 +01:00 |
|
Tamas Vajk
|
e0c51b510f
|
Java: Convert WebViewGetUrlMethod to CSV based flow source
|
2021-03-09 11:42:40 +01:00 |
|