Erik Krogh Kristensen
|
cc43a94385
|
Java: remove duplicated class
|
2022-03-11 11:10:38 +01:00 |
|
Erik Krogh Kristensen
|
69353bb014
|
patch upper-case acronyms to be PascalCase
|
2022-03-11 11:10:33 +01:00 |
|
Tony Torralba
|
c99bad4047
|
Recover old change note
|
2022-03-11 10:35:04 +01:00 |
|
github-actions[bot]
|
3a5ebbb861
|
Post-release preparation for codeql-cli-2.8.3
|
2022-03-11 09:23:34 +00:00 |
|
Jonathan Leitschuh
|
1c9864286d
|
Remove SystemProperty from FlowSources
|
2022-03-10 18:29:29 -05:00 |
|
github-actions[bot]
|
6b194bc55f
|
Release preparation for version 2.8.3
|
2022-03-10 19:43:58 +00:00 |
|
Jonathan Leitschuh
|
ecb8911756
|
Apply suggestions from code review
Co-authored-by: Chris Smowton <smowton@github.com>
|
2022-03-10 11:48:16 -05:00 |
|
Joe Farebrother
|
4bf6c10896
|
Split configs into Query.qll library
|
2022-03-10 13:23:40 +00:00 |
|
Chris Smowton
|
3113b27606
|
Fix style
|
2022-03-10 10:03:14 +00:00 |
|
Erik Krogh Kristensen
|
9c4fcf4c6d
|
fix typo in change-note
Co-authored-by: Stephan Brandauer <kaeluka@github.com>
|
2022-03-09 18:28:13 +01:00 |
|
Erik Krogh Kristensen
|
5312e4a8b5
|
add change note that all old deprecations were deleted
|
2022-03-09 18:28:11 +01:00 |
|
Erik Krogh Kristensen
|
f924d69dbd
|
Java: remove deprecations that were recently updated from an automated patch of mine
|
2022-03-09 18:28:11 +01:00 |
|
Erik Krogh Kristensen
|
a86f0afb3c
|
delete all deprecations that are over 14 months old
|
2022-03-09 18:28:07 +01:00 |
|
Jonathan Leitschuh
|
2a6c4e9350
|
Add localFlowPlusInitializers
|
2022-03-09 11:06:26 -05:00 |
|
Jonathan Leitschuh
|
363fff2358
|
Cleanup from code review feedback
|
2022-03-09 10:48:06 -05:00 |
|
Taus
|
7b877fb317
|
Merge pull request #8336 from tausbn/python-fix-a-bunch-of-ql-warnings
Python: Fix a bunch of QL warnings
|
2022-03-09 16:31:28 +01:00 |
|
Jonathan Leitschuh
|
65457cc2e2
|
Apply suggestions from code review
Co-authored-by: Chris Smowton <smowton@github.com>
|
2022-03-09 10:25:05 -05:00 |
|
jorgectf
|
447636bf1c
|
Attempt to add MyBatis' sinks and taint steps to SQL and OGNL injection queries
|
2022-03-09 04:21:26 +01:00 |
|
jorgectf
|
e000163614
|
Properly model AbstractSQL sinks and taint steps
|
2022-03-09 04:20:34 +01:00 |
|
Taus
|
063a8bbc43
|
Python: Apply suggestions from code review
Co-authored-by: yoff <lerchedahl@gmail.com>
|
2022-03-08 15:20:35 +01:00 |
|
Jonathan Leitschuh
|
2e8b5f743b
|
[Java] Add CompileTimeConstantExpr.getStringified method
Removes CharacterLiteral from CompileTimeConstantExpr.getStringValue
Resolves:
- https://github.com/github/codeql/pull/8325#issuecomment-1060470279
- https://github.com/github/codeql/pull/8325#issuecomment-1060587205
|
2022-03-07 20:11:38 -05:00 |
|
Jonathan Leitschuh
|
a21992ade9
|
Minor refactoring to improve tests and documentation
|
2022-03-07 18:40:53 -05:00 |
|
Jonathan Leitschuh
|
5b651f29d8
|
Fix insufficient tests and add documentation
|
2022-03-07 16:39:40 -05:00 |
|
Taus
|
af7f532212
|
Python: Fix up a bunch of function QLDoc
|
2022-03-07 18:59:49 +00:00 |
|
Jonathan Leitschuh
|
b282c7f1b9
|
Apply suggestions from code review
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
Co-authored-by: Chris Smowton <smowton@github.com>
|
2022-03-07 11:31:32 -05:00 |
|
Jonathan Leitschuh
|
523ddb79f3
|
Cleanup after code review feedback
|
2022-03-04 15:35:01 -05:00 |
|
Jonathan Leitschuh
|
5243fe3dbf
|
Apply suggestions from code review
Co-authored-by: Chris Smowton <smowton@github.com>
|
2022-03-04 15:30:52 -05:00 |
|
Jonathan Leitschuh
|
38897f2ec1
|
Fixup tests from code review changes
|
2022-03-04 09:33:51 -05:00 |
|
Jonathan Leitschuh
|
17b6e66814
|
Apply suggestions from code review
Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
|
2022-03-04 09:29:57 -05:00 |
|
Joe Farebrother
|
6c05f7a81a
|
remove url from sensitive info regex
|
2022-03-04 10:37:05 +00:00 |
|
Jonathan Leitschuh
|
7ab193dde2
|
Add System.getProperties().getProperty support
|
2022-03-03 20:08:38 -05:00 |
|
Jonathan Leitschuh
|
04cd0dbfe9
|
[Java] Add CharacterLiteral to CompileTimeConstantExpr.getStringValue
|
2022-03-03 18:08:17 -05:00 |
|
Jonathan Leitschuh
|
31527a67e5
|
Refactor OS Checks & SystemProperty logic from review feedback
|
2022-03-03 17:15:35 -05:00 |
|
Jonathan Leitschuh
|
103c770ce7
|
Apply suggestions from code review
Co-authored-by: Chris Smowton <smowton@github.com>
|
2022-03-03 16:39:45 -05:00 |
|
Joe Farebrother
|
4ad402f33f
|
Move from experimental to main
|
2022-03-03 12:13:14 +00:00 |
|
Jonathan Leitschuh
|
fea50065f5
|
Fix duplicated comment
|
2022-03-02 19:54:04 -05:00 |
|
Jonathan Leitschuh
|
85de9f305e
|
Fix naming of OSCheck method
|
2022-03-02 19:41:46 -05:00 |
|
Jonathan Leitschuh
|
a7adbb7291
|
Refactor more system property access logic
|
2022-03-02 19:33:05 -05:00 |
|
Jonathan Leitschuh
|
3c53a05e16
|
Add OS Checks based upon separator or path separator
|
2022-03-02 14:15:56 -05:00 |
|
Jonathan Leitschuh
|
82d3cd8924
|
Improve system property lookup
|
2022-03-02 12:51:15 -05:00 |
|
Jonathan Leitschuh
|
dad9a02fbd
|
Update TempDirInfoDisclosure with new OS Guards
|
2022-03-02 12:51:15 -05:00 |
|
Jonathan Leitschuh
|
5913c9acad
|
Refactor OS Guard Checks
|
2022-03-02 12:51:14 -05:00 |
|
Jonathan Leitschuh
|
fd63107edf
|
Update OS Check from Review Feedback
|
2022-03-02 12:51:12 -05:00 |
|
Jonathan Leitschuh
|
9f5022ee95
|
Review fixup and add test for apache SystemUtils
|
2022-03-02 12:50:38 -05:00 |
|
Jonathan Leitschuh
|
49513443f2
|
Update java/ql/lib/semmle/code/java/os/OSCheck.qll
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
|
2022-03-02 12:50:37 -05:00 |
|
Jonathan Leitschuh
|
3cdfc00542
|
Cleanup from review feedback
|
2022-03-02 12:50:37 -05:00 |
|
Jonathan Leitschuh
|
39828fd596
|
Apply OS guard checks to TempDirLocalInformationDisclosure
|
2022-03-02 12:50:37 -05:00 |
|
Jonathan Leitschuh
|
cd073a2173
|
Java: Add Guard Classes for checking OS
|
2022-03-02 12:50:35 -05:00 |
|
Tamás Vajk
|
94cb5c2be4
|
Merge pull request #8296 from github/post-release-prep/codeql-cli-2.8.2
Post-release preparation for codeql-cli-2.8.2
|
2022-03-01 11:57:36 +01:00 |
|
github-actions[bot]
|
980f822983
|
Post-release preparation for codeql-cli-2.8.2
|
2022-03-01 09:24:30 +00:00 |
|