erik-krogh
|
b3dd50bc36
|
inline Location into the shared implementation of InlineExpectationsTest
|
2022-12-22 11:09:43 +01:00 |
|
Rasmus Lerchedahl Petersen
|
4667068017
|
java: use shared inline tests
- remove from identical-files
|
2022-12-22 10:20:06 +01:00 |
|
Jami Cogswell
|
de5965525f
|
Java: add initial test cases for summary models
|
2022-12-21 16:19:37 -05:00 |
|
Jami Cogswell
|
c251da799f
|
Java: update TopJdkApis test
|
2022-12-21 13:19:09 -05:00 |
|
Jami Cogswell
|
16de30e07e
|
Java: add java.util.stream models
|
2022-12-21 13:05:23 -05:00 |
|
Jami Cogswell
|
1db829e55c
|
Java: add java.util models
|
2022-12-21 13:03:57 -05:00 |
|
Jami Cogswell
|
573de92441
|
Java: add java.util.function models
|
2022-12-21 12:59:58 -05:00 |
|
Jami Cogswell
|
a8c55ee4b7
|
Java: add java.util.concurrent models
|
2022-12-21 12:59:00 -05:00 |
|
Jami Cogswell
|
db0d24fdd1
|
Java: add java.util.concurrent.atomic models
|
2022-12-21 12:57:22 -05:00 |
|
Jami Cogswell
|
cfe075ef54
|
Java: add java.time models
|
2022-12-21 12:54:35 -05:00 |
|
Jami Cogswell
|
8e20aeb314
|
Java: add java.text models
|
2022-12-21 12:51:44 -05:00 |
|
Jami Cogswell
|
b9ce588076
|
Java: add java.sql models
|
2022-12-21 12:49:29 -05:00 |
|
Jami Cogswell
|
1544f49f91
|
Java: add java.math models
|
2022-12-21 12:47:32 -05:00 |
|
Jami Cogswell
|
ed534b06d5
|
Java: add java.lang models
|
2022-12-21 12:45:12 -05:00 |
|
Jami Cogswell
|
99ddd484be
|
Java: add java.io models
|
2022-12-21 12:34:26 -05:00 |
|
Edward Minnix III
|
b77923f6e6
|
Merge pull request #11767 from atorralba/atorralba/java/fix-pinning-tests
Java: Small simplification in Missing Certificate Pinning tests
|
2022-12-21 11:21:47 -05:00 |
|
Edward Minnix III
|
597523e65a
|
Merge pull request #11766 from atorralba/atorralba/java/fix-android-query-id
Java: Fix new Android queries' IDs
|
2022-12-21 11:21:12 -05:00 |
|
Arthur Baars
|
98c5b81456
|
Merge pull request #11723 from aibaars/alert-suppression
CodeQL alert suppression
|
2022-12-21 10:59:57 +01:00 |
|
Arthur Baars
|
035ad65e43
|
AlertSuppression: move library into util folder
|
2022-12-21 10:39:57 +01:00 |
|
Tony Torralba
|
ab73d13d8b
|
Small simplification
|
2022-12-21 09:58:13 +01:00 |
|
Tony Torralba
|
345c383acc
|
Fix new Android queries' IDs
|
2022-12-21 09:36:57 +01:00 |
|
github-actions[bot]
|
eb98bb2842
|
Add changed framework coverage reports
|
2022-12-21 00:15:01 +00:00 |
|
Jami
|
c9258effb6
|
Merge pull request #11572 from jcogs33/jcogs33/model-top-jdk-apis
Java: model top 100 JDK APIs
|
2022-12-20 09:13:53 -05:00 |
|
Jami
|
dc0bad3dc5
|
update change note
Co-authored-by: yo-h <55373593+yo-h@users.noreply.github.com>
|
2022-12-20 07:55:58 -05:00 |
|
Tony Torralba
|
149cae9603
|
Merge pull request #10971 from joefarebrother/android-certificate-pinning
Java: Add Android missing certificate pinning query (CWE-295)
|
2022-12-20 11:03:16 +01:00 |
|
Tony Torralba
|
3e7a819fe7
|
Simplification
|
2022-12-20 09:42:25 +01:00 |
|
Jeroen Ketema
|
edc768b43b
|
Merge pull request #11707 from smowton/smowton/fix/java-empty-multiline-comment
Java: handle printing an empty comment (/**/); add relevant tests
|
2022-12-20 08:07:42 +01:00 |
|
Aditya Sharad
|
ed29b3e4d6
|
Shared packs: Depend on codeql/tutorial from all language libraries
This allows `import tutorial` from queries targeting
any language, just like before, while removing the
duplicate copies of `tutorial.qll`.
|
2022-12-19 15:52:11 -08:00 |
|
Jami Cogswell
|
19deb59d07
|
Java: sort neutral models alphabetically
|
2022-12-19 14:22:17 -05:00 |
|
Tony Torralba
|
a47ef17a0d
|
Update java/ql/src/Security/CWE/CWE-295/AndroidMissingCertificatePinning1.java
Co-authored-by: Edward Minnix III <egregius313@github.com>
|
2022-12-19 18:11:54 +01:00 |
|
Chris Smowton
|
ebc0b0c4d6
|
Merge pull request #11665 from smowton/smowton/admin/revert-kotlin-default-method-type-erasure
Kotlin: Revert type erasure within $default functions
|
2022-12-19 16:33:20 +00:00 |
|
Edward Minnix III
|
39a7c7bb12
|
Merge pull request #11282 from egregius313/egregiu313/webview-addjavascriptinterface
Java: Query for detecting addJavascriptInterface method calls
|
2022-12-19 11:28:45 -05:00 |
|
Tony Torralba
|
624c9ff834
|
Update java/ql/src/Security/CWE/CWE-295/AndroidMissingCertificatePinning1.java
|
2022-12-19 17:26:41 +01:00 |
|
Arthur Baars
|
a8be5d7274
|
AlertSuppression: add change notes
|
2022-12-19 17:02:52 +01:00 |
|
Arthur Baars
|
0f313231bc
|
AlertSuppression: add more tests
|
2022-12-19 16:43:11 +01:00 |
|
Tony Torralba
|
0c6ace350f
|
Update java/ql/src/Security/CWE/CWE-295/AndroidMissingCertificatePinning.ql
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
|
2022-12-19 16:24:39 +01:00 |
|
Arthur Baars
|
c9739b21cb
|
AlertSuppression: add support for //codeql comments
|
2022-12-19 16:10:28 +01:00 |
|
Arthur Baars
|
c176606be5
|
AlertSuppression: allow //lgtm comments to scope over the next line
|
2022-12-19 16:10:26 +01:00 |
|
Arthur Baars
|
016c7a8ca7
|
Merge pull request #11719 from aibaars/alert-suppression-shared
Shared AlertSuppression library
|
2022-12-19 16:04:44 +01:00 |
|
Jami Cogswell
|
a8ee633acd
|
Java: apply review suggestions
|
2022-12-19 09:09:01 -05:00 |
|
Jami Cogswell
|
f37f0a09aa
|
Java: update change note
|
2022-12-19 08:41:56 -05:00 |
|
Jami Cogswell
|
42ddd66360
|
Java: add hasApiName predicate
|
2022-12-19 08:38:12 -05:00 |
|
Chris Smowton
|
2ca56e0c1e
|
Java: handle printing an empty comment (/**/); add relevant tests
|
2022-12-19 14:12:09 +01:00 |
|
Tony Torralba
|
484a16ce1b
|
Update java/ql/src/Security/CWE/CWE-295/AndroidMissingCertificatePinning.ql
|
2022-12-19 12:10:32 +01:00 |
|
Arthur Baars
|
bc646d407e
|
Java: use shared AlertSuppression.qll
|
2022-12-19 12:07:28 +01:00 |
|
Tony Torralba
|
a880fecc8b
|
Apply suggestions from code review
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
|
2022-12-19 11:56:36 +01:00 |
|
Jami Cogswell
|
f933fc75cd
|
Java: update another test affected by Integer.parseInt, and one affected by String.length
|
2022-12-18 21:46:43 -05:00 |
|
Jami Cogswell
|
f3fc68352e
|
Java: update tests affected by Integer.parseInt model
|
2022-12-18 19:43:32 -05:00 |
|
erik-krogh
|
ba7321ac5c
|
add qldoc to RegExpCharEscape
|
2022-12-18 17:23:45 +01:00 |
|
erik-krogh
|
26c5480ee6
|
share {js,rb}/regex/missing-regexp-anchor
|
2022-12-18 17:23:41 +01:00 |
|