Tony Torralba
|
21079a1315
|
Fix conditionControlsMethod predicate
Exceptions for throw and return statements were missing the appropriate condition
|
2021-09-15 17:51:51 +02:00 |
|
Tony Torralba
|
d3cf697b07
|
QLDoc
|
2021-09-15 17:32:36 +02:00 |
|
Tony Torralba
|
5ed9949498
|
Adapt InsecureBasicAuth to the previous commit
|
2021-09-15 17:20:28 +02:00 |
|
Tony Torralba
|
2e08c5dd2b
|
Refactored HttpsUrls.ql
|
2021-09-15 17:20:28 +02:00 |
|
Tony Torralba
|
c3c73377b8
|
Fix scope issues in the Java example
|
2021-09-15 17:20:28 +02:00 |
|
Tony Torralba
|
023264660b
|
Suggestions from code review
|
2021-09-15 17:20:28 +02:00 |
|
mc
|
0e7cbbfeb8
|
Update InsecureBasicAuth.qhelp
|
2021-09-15 17:20:28 +02:00 |
|
mc
|
e58b90ef1c
|
Added full stops
|
2021-09-15 17:20:28 +02:00 |
|
Tony Torralba
|
e159351179
|
Update java/change-notes/2021-06-01-insecure-basic-auth-query.md
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
|
2021-09-15 17:20:27 +02:00 |
|
Tony Torralba
|
30178d4f23
|
Decouple InsecureBasicAuth.qll to reuse the taint tracking configuration
|
2021-09-15 17:20:27 +02:00 |
|
Tony Torralba
|
90df3fa94c
|
Remove CWE reference from qlhelp since it's obtained from metadata
|
2021-09-15 17:20:27 +02:00 |
|
Tony Torralba
|
49c6a56f97
|
Add change note
|
2021-09-15 17:20:27 +02:00 |
|
Tony Torralba
|
148443fae1
|
Use InlineExpectationsTest
|
2021-09-15 17:20:27 +02:00 |
|
Tony Torralba
|
2cada386b4
|
Refactored into InsecureBasicAuth.qll
|
2021-09-15 17:20:27 +02:00 |
|
Tony Torralba
|
905be67aae
|
Moved from experimental
|
2021-09-15 17:20:27 +02:00 |
|
Anders Schack-Mulligen
|
c0fd44c909
|
Dataflow: Sync.
|
2021-09-15 16:10:54 +02:00 |
|
Anders Schack-Mulligen
|
3abe1b4fc6
|
Dataflow: Fix bad join-order.
|
2021-09-15 16:10:30 +02:00 |
|
Geoffrey White
|
c4714b55a3
|
Merge pull request #6588 from ihsinme/ihsinme-patch-069
CPP: Add query for CWE-675: Duplicate Operations on Resource
|
2021-09-15 15:10:03 +01:00 |
|
Jonas Jensen
|
65f4ec403f
|
Merge pull request #6593 from geoffw0/samate-move
C++: Add test cases with SAMATE Juliet code snippets to the codeql test suite.
|
2021-09-15 14:18:08 +02:00 |
|
Mathias Vorreiter Pedersen
|
947ab8a14d
|
Make the QLDoc on 'getAnSqlParameter' more clear.
|
2021-09-15 13:15:05 +01:00 |
|
Erik Krogh Kristensen
|
3f736d3eb8
|
Merge pull request #6694 from erik-krogh/owasp-fixes
JS/Java: use the correct cwe tags
|
2021-09-15 13:46:35 +02:00 |
|
CodeQL CI
|
b228398b87
|
Merge pull request #6587 from erik-krogh/ts44
Approved by asgerf
|
2021-09-15 04:00:13 -07:00 |
|
Rasmus Lerchedahl Petersen
|
8ea7a28a77
|
Python: Unexpose fields as suggested.
|
2021-09-15 12:32:21 +02:00 |
|
yoff
|
758b6bd4dd
|
Update python/ql/src/semmle/python/functions/ModificationOfParameterWithDefaultCustomizations.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
|
2021-09-15 12:25:27 +02:00 |
|
Geoffrey White
|
0e7afb24cf
|
Merge pull request #6643 from MathiasVP/add-frontend-and-extractor-diagnostic-query
C++: Add uninterpreted query for obtaining frontend and extraction time
|
2021-09-15 11:17:58 +01:00 |
|
Geoffrey White
|
9ad51fbc02
|
C++: Fix the correct test this time.
|
2021-09-15 11:03:09 +01:00 |
|
Erik Krogh Kristensen
|
cf149bd8c8
|
add static_initializer as a stmt_parent
|
2021-09-15 11:54:30 +02:00 |
|
Chris Smowton
|
03db15af9a
|
Merge pull request #6685 from smowton/smowton/admin/android-uri-model
Java: Add models for android.net.Uri[.Builder]
|
2021-09-15 10:48:33 +01:00 |
|
Erik Krogh Kristensen
|
0b83d033d7
|
add @static_initializer in the stats file
|
2021-09-15 11:33:05 +02: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 |
|
Anders Fugmann
|
e49cd83868
|
C++: update change note per suggestion from peer review
|
2021-09-15 10:31:15 +02:00 |
|
Anders Schack-Mulligen
|
8485b6f0b3
|
Merge pull request #6691 from bmuskalla/moreStringMethods
Java: Support String#getChars and #translateEscapes
|
2021-09-15 10:14:54 +02:00 |
|
CodeQL CI
|
220f2ded85
|
Merge pull request #6698 from asgerf/js/template-self-assignment
Approved by esbena
|
2021-09-15 01:08:39 -07:00 |
|
Anders Schack-Mulligen
|
3f7d6e6f85
|
Merge pull request #6136 from smowton/smowton/admin/spring-xss-content-type-sensitivity
Spring HTTP: improve content-type sensitivity
|
2021-09-15 09:50:56 +02:00 |
|
Anders Schack-Mulligen
|
2a9e3da24f
|
Merge pull request #6697 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2021-09-15 09:35:09 +02:00 |
|
Asger Feldthaus
|
b5db4047a0
|
JS: Exclude template files in SelfAssignment
|
2021-09-15 08:59:47 +02:00 |
|
github-actions[bot]
|
baab70bea6
|
Add changed framework coverage reports
|
2021-09-15 00:07:57 +00:00 |
|
CodeQL CI
|
b25b19f71b
|
Merge pull request #6584 from erik-krogh/clipBoard
Approved by esbena
|
2021-09-14 12:41:49 -07:00 |
|
Erik Krogh Kristensen
|
5a7785776c
|
add upgrade script
|
2021-09-14 20:43:07 +02:00 |
|
Erik Krogh Kristensen
|
fdbf5f73b1
|
add JS support for static initializers
|
2021-09-14 20:40:46 +02:00 |
|
Erik Krogh Kristensen
|
cc0d86403e
|
revert some type changes that are no longer needed
|
2021-09-14 20:40:46 +02:00 |
|
Erik Krogh Kristensen
|
48b763c7e9
|
add qldoc to StaticInitializer::getBody
|
2021-09-14 20:40:46 +02:00 |
|
Erik Krogh Kristensen
|
7ce87a7118
|
remove stray import
|
2021-09-14 20:40:46 +02:00 |
|
Erik Krogh Kristensen
|
c8c7a1f772
|
remove the body field from StaticInitializer and relax the valuye type on MemberDefinition
|
2021-09-14 20:40:45 +02:00 |
|
Erik Krogh Kristensen
|
e3ed6c2523
|
refactor StaticInitializer into it's own class
|
2021-09-14 20:40:45 +02:00 |
|
Erik Krogh Kristensen
|
23e28ae5d4
|
fix typo in comment
Co-authored-by: Asger F <asgerf@github.com>
|
2021-09-14 20:40:45 +02:00 |
|
Erik Krogh Kristensen
|
2a03a84315
|
remove TODO comment
Co-authored-by: Asger F <asgerf@github.com>
|
2021-09-14 20:40:45 +02:00 |
|
Erik Krogh Kristensen
|
68ab210dc8
|
update TypeScript version info in versions-compilers.rst
|
2021-09-14 20:40:45 +02:00 |
|
Erik Krogh Kristensen
|
ffd51e725f
|
add getter for static initializer blocks
|
2021-09-14 20:40:45 +02:00 |
|