am0o0
|
8c106964ec
|
remove duplicate parts thanks to @owen-mc
|
2024-07-13 11:11:07 +02:00 |
|
am0o0
|
3868b386f3
|
update inline tests
|
2024-07-13 10:47:42 +02:00 |
|
am0o0
|
0165696a1e
|
update tests
|
2024-07-13 10:33:35 +02:00 |
|
am0o0
|
8ba48e801a
|
fix examples
|
2024-07-13 10:28:19 +02:00 |
|
am0o0
|
dd3cc33298
|
move DecompressionBombsFlow::PathGraph to DecompressionBomb.ql
|
2024-07-13 10:24:07 +02:00 |
|
am0o0
|
c824aa4e45
|
delete pom.xml
|
2024-07-13 10:21:53 +02:00 |
|
Am
|
a3b5d2a28d
|
Update java/ql/src/experimental/Security/CWE/CWE-522-DecompressionBombs/DecompressionBomb.qhelp
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2024-07-13 10:20:43 +02:00 |
|
Am
|
4fbf76008e
|
Update java/ql/src/experimental/Security/CWE/CWE-522-DecompressionBombs/DecompressionBomb.qhelp
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2024-07-13 10:20:25 +02:00 |
|
am0o0
|
dd4bce8e30
|
finilize tests
|
2024-07-09 19:48:58 +02:00 |
|
am0o0
|
7a5838f1a2
|
MethodAccess => MethodCall
|
2024-07-09 19:43:22 +02:00 |
|
am0o0
|
e87d2fe922
|
remove redundent imports
|
2024-07-09 19:41:06 +02:00 |
|
am0o0
|
fe1103d997
|
add stubs, upgrade test to inline test, update test files
|
2024-07-04 15:25:36 +02:00 |
|
am0o0
|
7df59ffe6c
|
update tests, is not completed yet :)
|
2024-07-01 18:22:27 +02:00 |
|
am0o0
|
a6833945c1
|
remove additional taint steps and flow states
|
2024-07-01 16:07:44 +02:00 |
|
am0o0
|
d31711bd89
|
merge all ne flow sources into one by extending current abstract class
|
2024-07-01 15:16:44 +02:00 |
|
am0o0
|
f1324a413a
|
update qlhelp
|
2024-07-01 15:09:56 +02:00 |
|
am0o0
|
02b0b402d6
|
remove useless predicate
add missed FlowState
|
2024-05-12 19:29:37 +02:00 |
|
am0o0
|
484923e706
|
update test files
|
2024-05-12 18:21:17 +02:00 |
|
am0o0
|
be03e582c6
|
remove isBarrier
|
2024-05-12 18:17:47 +02:00 |
|
am0o0
|
9fffd7846a
|
remove empty predicates, fix FP for zipFile
|
2024-05-12 18:16:57 +02:00 |
|
am0o0
|
c9daf914cb
|
remove unused predicate
|
2024-05-12 14:09:55 +02:00 |
|
am0o0
|
3eb5778543
|
upgrade FlowState to new DecompressionState
|
2024-05-12 14:08:52 +02:00 |
|
am0o0
|
e23cbeda24
|
update to MethodCall
|
2024-05-12 13:54:21 +02:00 |
|
am0o0
|
4b68dd2315
|
add new additional taint steps, fix some comments
|
2024-05-12 13:51:08 +02:00 |
|
Am
|
9946e07f36
|
Merge branch 'github:main' into amammad-java-bombs
|
2024-05-12 13:17:02 +02:00 |
|
Ian Lynagh
|
4d54c09a6f
|
Java: Add changenote for dropping support for some old variables
|
2024-05-09 15:59:47 +01:00 |
|
Michael Nebel
|
5fe3ab7890
|
Java: Prepare for inline test sharing with C#.
|
2024-05-07 10:38:24 +02:00 |
|
Michael Nebel
|
b53fa0f7f3
|
Java: Ensure that it is the callable for the model origin that carries the comment containing the model.
|
2024-05-06 16:41:58 +02:00 |
|
Michael Nebel
|
a8549d2e23
|
Java: Convert remaining tests to inline flow tests.
|
2024-05-06 15:54:01 +02:00 |
|
Michael Nebel
|
95ddd6ec74
|
Java: Generalize the inline mad test to allow further re-use.
|
2024-05-06 13:57:18 +02:00 |
|
Michael Nebel
|
51e7f3be1a
|
Java: Rename MaD to summary.
|
2024-05-06 13:03:38 +02:00 |
|
Michael Nebel
|
a33393d452
|
Java: Delete old summary models expected output.
|
2024-05-06 11:02:04 +02:00 |
|
Michael Nebel
|
7cb8a6c52f
|
Java: Inline models as data expected output as comments in the java files and add a test.
|
2024-05-06 11:01:23 +02:00 |
|
Michael Nebel
|
6815bcaa80
|
Java: Move param module into TestUtilities.
|
2024-05-06 10:19:39 +02:00 |
|
Michael Nebel
|
105984f7de
|
Java: Make param module for MaD inline test.
|
2024-05-06 10:01:34 +02:00 |
|
Michael Nebel
|
95ff5bae65
|
Merge pull request #16297 from michaelnebel/java/improveapitelemetry
Java: Identify more APIs as supported in the telemetry queries.
|
2024-05-03 12:34:19 +02:00 |
|
Michael Nebel
|
c07bf65eb6
|
Update java/ql/lib/semmle/code/java/dataflow/FlowSources.qll
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2024-05-03 11:13:05 +02:00 |
|
Michael Nebel
|
8def1c2c13
|
Java: Address review comments and some other code quality improvements.
|
2024-05-03 11:11:52 +02:00 |
|
Owen Mansel-Chan
|
83249cd9c2
|
Fix grammar in comment
|
2024-05-02 09:59:48 +01:00 |
|
Owen Mansel-Chan
|
16dcc0969b
|
Standardise comment explaining why extensible predicates must be defined
|
2024-05-01 22:00:01 +01:00 |
|
Owen Mansel-Chan
|
09e59ccf44
|
Name files with empty definitions of MaD extensible predicates to erowdmpty.model.yml
|
2024-05-01 21:39:38 +01:00 |
|
Henry Mercer
|
797f675285
|
Merge pull request #16365 from github/post-release-prep/codeql-cli-2.17.2
Post-release preparation for codeql-cli-2.17.2
|
2024-04-30 14:51:01 +01:00 |
|
Ian Lynagh
|
0715c4ac5a
|
Merge pull request #16341 from igfoo/igfoo/ODASA_BUILD_ERROR_DIR
Java: Remove support for deprecated ODASA_BUILD_ERROR_DIR env var
|
2024-04-30 13:18:51 +01:00 |
|
github-actions[bot]
|
99928b82ed
|
Post-release preparation for codeql-cli-2.17.2
|
2024-04-30 12:15:35 +00:00 |
|
github-actions[bot]
|
5228d94d42
|
Release preparation for version 2.17.2
|
2024-04-30 10:25:51 +00:00 |
|
Ian Lynagh
|
676bcf39a5
|
Java: Remove support for deprecated ODASA_BUILD_ERROR_DIR env var
|
2024-04-29 18:02:28 +01:00 |
|
erik-krogh
|
800d7546fa
|
change all the change-notes to breaking
|
2024-04-26 17:17:23 +02:00 |
|
Michael Nebel
|
f95b33049e
|
Java: Improve the Api sources and sinks implementation.
|
2024-04-26 14:12:41 +02:00 |
|
erik-krogh
|
14d88eb3ce
|
add change-notes
|
2024-04-26 12:56:28 +02:00 |
|
Michael Nebel
|
b754706e44
|
Java: Update SupportedExternalApi expected test output.
|
2024-04-26 12:39:46 +02:00 |
|