Geoffrey White
|
e6695e3780
|
Merge branch 'main' into swiftregex
|
2023-06-22 12:21:58 +01:00 |
|
Geoffrey White
|
90499c0b17
|
Update swift/ql/lib/codeql/swift/regex/internal/ParseRegex.qll
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2023-06-22 12:09:22 +01:00 |
|
Jeroen Ketema
|
277dbdf410
|
Merge pull request #13498 from jketema/inline-4
Rework more inline expectation tests to use the parameterized module
|
2023-06-22 10:01:07 +02:00 |
|
Geoffrey White
|
d3af8c5123
|
Swift: The perf. issue is fixed by above commit "Do regex locations more like Ruby does them."
|
2023-06-21 19:00:27 +01:00 |
|
Geoffrey White
|
925477ed66
|
Swift: Remove another bit of code that doesn't currently make sense in Swift.
|
2023-06-21 18:29:10 +01:00 |
|
Geoffrey White
|
5449bdc993
|
Swift: Do regex locations more like Ruby does them.
|
2023-06-21 18:25:48 +01:00 |
|
Geoffrey White
|
5a99007ab1
|
Swift: We don't need the location components logic inRegExpTerm, at least, not yet.
|
2023-06-21 18:11:53 +01:00 |
|
Geoffrey White
|
e127030b5c
|
Swift: Test some edge cases for locations.
|
2023-06-21 18:11:53 +01:00 |
|
Geoffrey White
|
58c9bf4b12
|
Swift: Copy the 'parse' test from Ruby.
|
2023-06-21 18:05:17 +01:00 |
|
Henry Mercer
|
5afdaf8fe1
|
Merge pull request #13525 from github/rc/3.10
Merge `rc/3.10` back to `main`
|
2023-06-21 17:13:36 +01:00 |
|
Erik Krogh Kristensen
|
3b0220d556
|
Merge pull request #13501 from adrienpessu/main
JS: Add another example the Hardcoded credential help
|
2023-06-21 17:02:22 +02:00 |
|
Ian Lynagh
|
18a5c48c79
|
Merge pull request #13508 from igfoo/igfoo/rc_kot
Kotlin: Backport some Kotlin 1.9 fixes to the rc/3.10 branch
|
2023-06-21 15:26:41 +01:00 |
|
Kasper Svendsen
|
eca3df2a16
|
Merge pull request #13523 from kaspersv/kaspersv/ql-lang-spec-polish
Polish QL language spec "Call with results" section
|
2023-06-21 15:57:25 +02:00 |
|
Kasper Svendsen
|
6d3f9fc67e
|
Polish QL language spec "Call with results" section
|
2023-06-21 14:29:16 +02:00 |
|
Tom Hvitved
|
039bbb6288
|
Merge pull request #13521 from hvitved/ql/final-extends
QL: Model `final extends`
|
2023-06-21 14:18:31 +02:00 |
|
Adrien Pessu
|
5541fe79a8
|
Merge branch 'main' into main
|
2023-06-21 12:55:48 +01:00 |
|
Adrien Pessu
|
e332a4348d
|
Update javascript/ql/src/Security/CWE-798/HardcodedCredentials.qhelp
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2023-06-21 12:55:33 +01:00 |
|
Kasper Svendsen
|
a4ee152efb
|
Merge pull request #13512 from kaspersv/rc/3.10
QL language ref: explain implicit this receivers
|
2023-06-21 12:02:02 +02:00 |
|
Michael Nebel
|
3a81d21c1c
|
Merge pull request #13520 from michaelnebel/csharp/usestubs3
C#: Use stubs for query test cases.
|
2023-06-21 11:41:26 +02:00 |
|
Kasper Svendsen
|
8015c3cf28
|
QL language ref: explain implicit this receivers
|
2023-06-21 11:07:16 +02:00 |
|
Michael Nebel
|
27ee4241e8
|
C#: Remove unused test assemblies.
|
2023-06-21 10:45:08 +02:00 |
|
Tom Hvitved
|
e6e966bd22
|
QL: Model final extends
|
2023-06-21 10:40:12 +02:00 |
|
Tom Hvitved
|
0edd80001b
|
QL: Add tests for AbstractClassImport.ql
|
2023-06-21 10:40:12 +02:00 |
|
Michael Nebel
|
34e50de76d
|
C#: Only use the dll's that are strictly needed in the API Abuse/NoDisposeCallOnLocalIDisposable test case.
|
2023-06-21 10:39:52 +02:00 |
|
Adrien Pessu
|
4d1bbe36a9
|
Merge branch 'main' into main
|
2023-06-21 09:11:57 +01:00 |
|
Adrien Pessu
|
7dfb404fd7
|
clean examples
|
2023-06-21 08:11:39 +00:00 |
|
Adrien Pessu
|
e85987bfc5
|
remove useless phrase
|
2023-06-21 07:59:24 +00:00 |
|
Erik Krogh Kristensen
|
12b3913a4b
|
Merge pull request #13511 from tspascoal/patch-1
JS: Single quote was preventing the shell from expanding the BODY variable in Expression injection in Actions example
|
2023-06-21 09:57:20 +02:00 |
|
Michael Nebel
|
82bf27c7b2
|
C#: Base the remaining API Abuse query test cases on stubs.
|
2023-06-21 09:52:35 +02:00 |
|
Michael Nebel
|
52323d3990
|
C#: Base API Abuse/IncorrectCompareToSignature test case on stubs and update expected test output.
|
2023-06-21 09:40:37 +02:00 |
|
Michael Nebel
|
0e263fb744
|
C#: Base API Abuse/DisposeNotCalledOnException test case on stubs. Since the stubs requires C# 11 the language version has been removed from the options (also it doesn't affect the output).
|
2023-06-21 09:40:37 +02:00 |
|
Michael Nebel
|
4546d8f0bf
|
C#: Base API Abuse/UncheckedReturnValue test case on stubs, clean up test and update expected output.
|
2023-06-21 09:40:37 +02:00 |
|
Michael Nebel
|
ada49dbb2c
|
C#: Specific language version not needed in options file for API Abuse/NoDisposeCallOnLocalIDisposable.
|
2023-06-21 09:40:19 +02:00 |
|
Michael Nebel
|
d1184f0b3c
|
C#: Base the AlertSupression test on stubs.
|
2023-06-21 07:59:56 +02:00 |
|
Tom Hvitved
|
59147ad674
|
QL: Add more tests for MissingOverride.ql
|
2023-06-20 19:30:30 +02:00 |
|
Adrien Pessu
|
9cb12cdcbe
|
Merge branch 'main' of https://github.com/adrienpessu/codeql
|
2023-06-20 17:28:28 +00:00 |
|
Adrien Pessu
|
2a2f6de78c
|
fixed text not in a tag
|
2023-06-20 17:27:37 +00:00 |
|
Adrien Pessu
|
77077da20c
|
Merge branch 'main' into main
|
2023-06-20 18:24:44 +01:00 |
|
Adrien Pessu
|
36cb60c746
|
Add fixed proposition for NodeJS
|
2023-06-20 17:22:56 +00:00 |
|
Jami
|
5259a6ecfc
|
Merge pull request #13324 from jcogs33/jcogs33/shared-sink-kind-validation
Shared: share MaD kind validation across languages
|
2023-06-20 11:56:12 -04:00 |
|
Mathias Vorreiter Pedersen
|
865c050226
|
Merge pull request #13517 from hvitved/ql/field-only-used-in-charpred-fix
QL: Exclude overridden fields from `FieldOnlyUsedInCharPred.ql`
|
2023-06-20 16:28:23 +01:00 |
|
Geoffrey White
|
c501fa5289
|
Swift: Add more test cases exploring the timeout.
|
2023-06-20 15:27:54 +01:00 |
|
Tony Torralba
|
19de7cd54b
|
Merge pull request #13507 from atorralba/atorralba/ql/android-ids-check
QL: Add query to find Android queries with improper ids
|
2023-06-20 16:08:09 +02:00 |
|
Tony Torralba
|
3c60f52a1b
|
Update ql/ql/src/queries/style/AndroidIdPrefix.ql
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2023-06-20 15:41:30 +02:00 |
|
Tony Torralba
|
c230c9f793
|
Consider only Java files in importsAndroidModule
|
2023-06-20 15:30:46 +02:00 |
|
Erik Krogh Kristensen
|
2341c82450
|
Merge pull request #13342 from erik-krogh/once-again-deps
Py: delete more old deprecations
|
2023-06-20 15:29:17 +02:00 |
|
Owen Mansel-Chan
|
cdc1c2c1aa
|
Merge pull request #13454 from owen-mc/go/add-mad-content-for-pointer-content
Go: Add models-as-data content for pointer content
|
2023-06-20 14:26:07 +01:00 |
|
Tom Hvitved
|
d296256920
|
QL: Exclude overridden fields from FieldOnlyUsedInCharPred.ql
|
2023-06-20 15:24:09 +02:00 |
|
Tom Hvitved
|
12c810c63d
|
QL: Add tests for FieldOnlyUsedInCharPred.ql
|
2023-06-20 15:23:08 +02:00 |
|
Tony Torralba
|
768478103c
|
Add another exception
|
2023-06-20 15:16:37 +02:00 |
|