Anders Schack-Mulligen
|
ec34d44359
|
Java: Rename references.
|
2023-03-23 13:06:19 +01:00 |
|
Michael Nebel
|
d258a1c728
|
C#/Java: Some light re-factoring.
|
2023-03-23 10:24:46 +01:00 |
|
Paolo Tranquilli
|
ccb816ed84
|
Java: autoformat
|
2023-03-23 10:22:18 +01:00 |
|
Michael Nebel
|
eed8c72ce6
|
Java: Refactor the model generator configurations to use the new API.
|
2023-03-23 09:48:12 +01:00 |
|
Edward Minnix III
|
e91165bc01
|
Merge pull request #12531 from aschackmull/java/autoformat
Java: Autoformat.
|
2023-03-21 14:10:40 -04:00 |
|
Edward Minnix III
|
b102ddac30
|
Merge pull request #12542 from egregius313/egregius313/refactor-more-queries-to-dataflow-module-api
Java: Refactor more queries to the new DataFlow module API (part 2)
|
2023-03-21 10:35:29 -04:00 |
|
Anders Schack-Mulligen
|
225ed1e220
|
Java: Autoformat.
|
2023-03-21 13:35:02 +01:00 |
|
Asger F
|
6d665da4dc
|
Merge pull request #12570 from github/post-release-prep/codeql-cli-2.12.5
Post-release preparation for codeql-cli-2.12.5
|
2023-03-21 13:06:25 +01:00 |
|
Ed Minnix
|
b64ca5dcaa
|
Remove "private" marker from configurations
|
2023-03-20 12:26:54 -04:00 |
|
Ed Minnix
|
c7816ea180
|
Conform Config modules to naming convention
|
2023-03-20 12:26:54 -04:00 |
|
Ed Minnix
|
8856730843
|
Refactor CWE-614/InsecureCookie
|
2023-03-20 12:26:54 -04:00 |
|
Ed Minnix
|
de6959c688
|
Refactor CWE-209/StackTraceExposure
|
2023-03-20 12:26:54 -04:00 |
|
Ed Minnix
|
73a17536f5
|
Refactor CWE-129 queries
|
2023-03-20 12:26:54 -04:00 |
|
Ed Minnix
|
ae57807359
|
Refactor CWE-089 Sql queries
|
2023-03-20 12:26:54 -04:00 |
|
Ed Minnix
|
e6e974a752
|
Refactor CWE-079/SqlConcatenated
|
2023-03-20 12:26:54 -04:00 |
|
Ed Minnix
|
c1ee2dce61
|
Refactor CWE-078/ExecTaintedLocal
|
2023-03-20 12:26:54 -04:00 |
|
Edward Minnix III
|
ac58299d9e
|
Merge pull request #12541 from egregius313/egregius313/refactor-queries-to-new-dataflow-api
Java: Refactor more queries to the new DataFlow module API
|
2023-03-20 12:24:26 -04:00 |
|
Michael Nebel
|
17b3383043
|
Merge pull request #12556 from michaelnebel/java/argumentthis
Java: Argument[-1] -> Argument[this]
|
2023-03-20 15:59:59 +01:00 |
|
Ed Minnix
|
83b0d073f0
|
Fix typo in QLDoc
|
2023-03-20 08:11:01 -04:00 |
|
Ed Minnix
|
84fd5f7ee0
|
Fix naming of ZipSlip configuration
|
2023-03-20 07:55:23 -04:00 |
|
Ed Minnix
|
60a4a79537
|
Make the Config module of public Flow modules public
This is to make things easier for the CodeML/ATM team once these
configurations are moved from `src/` to `lib/`.
|
2023-03-20 07:47:55 -04:00 |
|
Michael Nebel
|
e86f1e4961
|
Java: Replace Argument[-1] with Argument[this].
|
2023-03-20 10:14:20 +01:00 |
|
Michael Nebel
|
9a3c2d3fbe
|
Java: Update summary parsing to use this instead of -1 and adjust the model generator.
|
2023-03-20 09:38:40 +01:00 |
|
Ed Minnix
|
2d5944fb0e
|
Refactor DataFlow configurations to use "Config" naming convention
|
2023-03-19 17:44:07 -04:00 |
|
Ed Minnix
|
7eb3fd2ff7
|
Conform queries to Config naming convention
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
310af99843
|
Refactor Security.CWE.CWE-807.TaintedPermissionsCheck
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
a9561a97c3
|
Refactor Security.CWE.CWE-643.XPathInjection
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
271d50ba99
|
Refactor Security.CWE.CWE-611 Xxe queries
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
80012b190d
|
Refactor Security.CWE.CWE-601.UrlRedirect
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
481d1f9b15
|
Refactor Security.CWE.CWE-297.UnsafeHostnameVerification
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
7bd7ecd9e6
|
Refactor Security.CWE.CWE-190 Arithmetic queries
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
4a202b430f
|
Security.CWE.CWE-200.AndroidWebViewSettingsAllowsContentAccess
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
d34dbbc96f
|
Refactor Security.CWE.CWE-134.ExternallyControlledFormatString
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
ac223ea57f
|
Refactor Security.CWE.CWE-094.InsecureBeanValidation
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
7aecefc4aa
|
Refactor Security.CWE.CWE-090.LdapInjectionLib
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
07fdcf2d04
|
Refactor Security.CWE.CWE-022.ZipSlip
|
2023-03-17 15:17:18 -04:00 |
|
Ed Minnix
|
e60e1a2ba9
|
Refactor Security.CWE.CWE-022.TaintedPathLocal
|
2023-03-17 15:17:18 -04:00 |
|
github-actions[bot]
|
981e171525
|
Post-release preparation for codeql-cli-2.12.5
|
2023-03-17 13:27:00 +00:00 |
|
github-actions[bot]
|
fe4d27e8cc
|
Release preparation for version 2.12.5
|
2023-03-16 12:58:50 +00:00 |
|
Anders Schack-Mulligen
|
6408d7cbbe
|
Java: Refactor RsaWithoutOaep.
|
2023-03-15 10:37:54 +01:00 |
|
Anders Schack-Mulligen
|
b3b5c2c767
|
Java: Refactor UnsafeContentUriResolution.
|
2023-03-15 10:32:58 +01:00 |
|
Anders Schack-Mulligen
|
4b814ec71c
|
Java: Refactor SensitiveCommunication.ql.
|
2023-03-15 10:32:35 +01:00 |
|
Anders Schack-Mulligen
|
ca8e013618
|
Java: Refactor FragmentInjection.
|
2023-03-15 10:23:21 +01:00 |
|
Anders Schack-Mulligen
|
5bd530f570
|
Java: Refactor IntentUriPermissionManipulation.
|
2023-03-15 10:13:28 +01:00 |
|
Anders Schack-Mulligen
|
b14b95cd79
|
Java: Refactor LogInjection
|
2023-03-15 10:10:02 +01:00 |
|
Anders Schack-Mulligen
|
e8a7139020
|
Merge pull request #12476 from aschackmull/java/refactor-dataflow-queries-2
Java: Refactor more dataflow queries to the new API
|
2023-03-15 09:40:32 +01:00 |
|
Edward Minnix III
|
de1ecf943e
|
Merge pull request #11915 from egregius313/egregius313/arbitrary-apk-installation
Java: Arbitrary APK installation
|
2023-03-14 06:23:51 -04:00 |
|
Anders Schack-Mulligen
|
7c0e89ffdd
|
Java: Refactor ArithmeticTainted.ql, TempDirLocalInformationDisclosure.ql
|
2023-03-13 11:27:14 +01:00 |
|
Anders Schack-Mulligen
|
da273269cb
|
Java: Refactor PolynomialReDoS.ql
|
2023-03-13 11:27:14 +01:00 |
|
Ed Minnix
|
b6eeac5bc8
|
Update names to new naming convention
|
2023-03-10 15:13:58 -05:00 |
|