Michael Nebel
|
b1329fd806
|
Merge pull request #16362 from michaelnebel/java/removelocalqueries
Java: Remove local query variants.
|
2024-05-16 14:34:04 +02:00 |
|
Max Schaefer
|
3c47c1137d
|
Simplify query.
|
2024-05-15 12:49:45 +01:00 |
|
Anders Schack-Mulligen
|
76e740bc1d
|
Java: Clean up some instances of getQualifiedName.
|
2024-05-13 13:06:44 +02:00 |
|
Michael Nebel
|
d9c7401ea2
|
Java: Deprecate the local content of UrlRedirectLocalQuery and remove the local query variant.
|
2024-05-01 13:07:21 +02:00 |
|
Michael Nebel
|
ed7538d0b9
|
Java: Deprecate the local content of TaintedPathQuery and remove the local query variant.
|
2024-05-01 13:07:21 +02:00 |
|
Michael Nebel
|
5b89bd23c7
|
Java: Deprecate the content of SqlTaintedLocalQuery and remove the local query variant.
|
2024-05-01 13:07:21 +02:00 |
|
Michael Nebel
|
b68abab12a
|
Java: Deprecate the content of ResponseSplittingLocalQuery and remove local query variant.
|
2024-05-01 13:07:21 +02:00 |
|
Michael Nebel
|
d05c5e3d94
|
Java: Deprecate the content of NumericCastTaintedLocalQuery, remove the local query variant and update the non-local query variant.
|
2024-05-01 13:07:21 +02:00 |
|
Michael Nebel
|
301a6cc191
|
Java: Deprecate the content of ImproperValidationOrArray and remove local query variants.
|
2024-05-01 13:07:21 +02:00 |
|
Michael Nebel
|
acd0fa4b7b
|
Java: Deprecate the content of ExternallyControlledFormatStringLocalQuery and remove the externally controlled format string local query variant.
|
2024-05-01 13:07:21 +02:00 |
|
Michael Nebel
|
85a4dd0325
|
Java: Deprecate the local content of CommandLineQuery and remove the exec tainted local query variant.
|
2024-05-01 13:07:20 +02:00 |
|
Michael Nebel
|
072f19008a
|
Java: Deprecate the content of ArithmeticTaintedLocalQuery and remove the arithmetic tainted local query variant.
|
2024-05-01 08:59:51 +02:00 |
|
Michael Nebel
|
93988e5834
|
Java: Deprecate the content of XxeLocalQuery and remove the Xxe local query variant.
|
2024-05-01 08:59:50 +02:00 |
|
Michael Nebel
|
e0c2a43780
|
Java: Deprecate the content of XssLocalQuery and remove the Xss local query variant.
|
2024-05-01 08:59:50 +02:00 |
|
Jami
|
d889e3cf98
|
Merge pull request #14854 from jcogs33/jcogs33/unsafe-url-forward-promotion
Java: Promote Unsafe URL Forward query from experimental
|
2024-03-29 16:34:06 -04:00 |
|
Jami
|
2f8c4df309
|
docs wording updates
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
|
2024-03-28 16:15:05 -04:00 |
|
erik-krogh
|
ef8368cfc4
|
fix typo
|
2024-03-13 22:37:13 +01:00 |
|
Jami Cogswell
|
c331393cfd
|
Java: update qhelp
|
2024-03-13 16:28:41 -04:00 |
|
Jami Cogswell
|
09bc21dbd3
|
Java: rename 'UnsafeUrlForward' to 'UrlForward'
|
2024-03-13 16:28:41 -04:00 |
|
Jami Cogswell
|
6e7c05467b
|
Java: update query metadata and alert message
|
2024-03-13 16:28:41 -04:00 |
|
Jami Cogswell
|
2793f28428
|
Java: move config to Query.qll file
|
2024-03-13 16:28:40 -04:00 |
|
Jami Cogswell
|
0d38a9625e
|
Java: copy files from experimental
|
2024-03-13 16:28:39 -04:00 |
|
erik-krogh
|
013ed7adb3
|
Java: update the url-redirection in the same style as the C# qhelp
|
2024-03-13 11:58:16 +01:00 |
|
Joe Farebrother
|
2ebb80b632
|
Merge pull request #15548 from joefarebrother/android-local-auth-keys
Java: Add query for insecurely generated keys for local authentication.
|
2024-02-22 14:04:17 +00:00 |
|
Felicity Chapman
|
4810657515
|
Remove period from 'name'
This is an error for the Docs content linter and does not match the style guide for query help.
|
2024-02-22 10:50:45 +00:00 |
|
Joe Farebrother
|
ef124695a5
|
Apply suggestions from documentation review
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
|
2024-02-22 10:11:49 +00:00 |
|
Joe Farebrother
|
9ad05fe51c
|
Address reveiws - Add BAD example to doc, add doc example to tests and fix typo.
|
2024-02-16 12:00:51 +00:00 |
|
Jonathan Leitschuh
|
50056d603e
|
Fix typo in NettyRequestSplitting.java
|
2024-02-14 14:03:33 -05:00 |
|
Tony Torralba
|
b6385f7938
|
Merge pull request #15533 from JLLeitschuh/patch-5
Reduce severity of `java/relative-path-command`
|
2024-02-12 15:04:05 +01:00 |
|
Joe Farebrother
|
3a4a841844
|
Add change note + update severity
|
2024-02-12 14:01:27 +00:00 |
|
Joe Farebrother
|
16a7d68780
|
Add documentation
|
2024-02-12 13:58:01 +00:00 |
|
Joe Farebrother
|
2eb93b7a3b
|
Add unit tests
|
2024-02-12 13:49:45 +00:00 |
|
Joe Farebrother
|
c79a3eb6ae
|
Add query for insecure key generation
|
2024-02-12 13:49:44 +00:00 |
|
Joe Farebrother
|
75a2b9415c
|
Merge pull request #15481 from joefarebrother/android-local-auth
Java: Add query for insecure local authentication
|
2024-02-12 13:48:53 +00:00 |
|
Joe Farebrother
|
d3fea4044e
|
Apply suggestions from documentation review
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
|
2024-02-12 10:27:56 +00:00 |
|
Joe Farebrother
|
16aed18821
|
Address reviews - Elaborate on docs and update severity
|
2024-02-09 13:53:36 +00:00 |
|
Anders Schack-Mulligen
|
b7d4a6926f
|
Dataflow: Add empty provenance column to PathGraph.
|
2024-02-09 11:27:30 +01:00 |
|
Joe Farebrother
|
f4b6a85a48
|
Fix typo in qldoc
|
2024-02-09 10:09:24 +00:00 |
|
Tony Torralba
|
4c0d535cc2
|
Merge pull request #12886 from atorralba/atorralba/java/path-injection-mad-sinks
Java: Refactor path injection sinks
|
2024-02-09 10:48:49 +01:00 |
|
Jonathan Leitschuh
|
1484a169d7
|
Reduce severity of java/relative-path-command
Significantly reduces the severity of `java/relative-path-command` from 9.8 to 5.4
https://www.first.org/cvss/calculator/4.0#CVSS:4.0/AV:L/AC:L/AT:P/PR:H/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
|
2024-02-06 15:43:19 -05:00 |
|
Erik Krogh Kristensen
|
879d882fa4
|
Java: fix typo in JndiInjection.qhelp
|
2024-02-06 15:17:30 +01:00 |
|
Joe Farebrother
|
5022adba56
|
Fixes to qhelp example
|
2024-02-02 17:26:00 +00:00 |
|
Joe Farebrother
|
3878192810
|
Apply suggestions from documentation review
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
|
2024-02-02 17:21:23 +00:00 |
|
Joe Farebrother
|
2a00375bb7
|
Add documentation
|
2024-02-02 14:34:43 +00:00 |
|
Joe Farebrother
|
9098428c2a
|
Add security severity
|
2024-02-01 14:28:14 +00:00 |
|
Joe Farebrother
|
8bd79908a6
|
Implement local auth query
|
2024-01-30 16:49:55 +00:00 |
|
Joe Farebrother
|
8d201626e1
|
Add documentation
|
2024-01-29 16:25:38 +00:00 |
|
Joe Farebrother
|
6081f18089
|
Add unit tests + make some fixes
|
2024-01-29 16:25:37 +00:00 |
|
Joe Farebrother
|
5dd0addfc2
|
Add sensitive text flow query
|
2024-01-29 16:25:36 +00:00 |
|
Joe Farebrother
|
031bd8bd0c
|
Merge pull request #15281 from joefarebrother/android-sensitive-ui-notif
Java: Add query for exposure of sensitive information to android notifiactions
|
2024-01-26 16:42:55 +00:00 |
|