Geoffrey White
|
541df9b550
|
Swift: Remove TODO comment. We have a test for this problem now.
|
2022-07-18 14:26:12 +01:00 |
|
Geoffrey White
|
336548f746
|
Swift: Improve comments.
|
2022-07-18 14:24:16 +01:00 |
|
Geoffrey White
|
9474e63faf
|
Swift: Clean up isSink (4 - move common code out).
|
2022-07-18 14:24:15 +01:00 |
|
Geoffrey White
|
b136790efd
|
Swift: Clean up isSink (3 - rename f -> funcDecl and move that out as well; in the other two cases this variable didn't exist, now it does).
|
2022-07-18 14:24:14 +01:00 |
|
Geoffrey White
|
0bd94a6307
|
Swift: Clean up isSink (2 - rename methodName -> funcName and move that out as well).
|
2022-07-18 14:24:13 +01:00 |
|
Geoffrey White
|
4854679a40
|
Swift: Clean up isSink (1 - move common variables to an outer exists).
|
2022-07-18 14:24:13 +01:00 |
|
Geoffrey White
|
39fb714ad1
|
Swift: Add test with substring declared differently.
|
2022-07-18 14:24:12 +01:00 |
|
Paolo Tranquilli
|
e1bd4a78ff
|
Merge branch 'main' into redsun82/swift-type-repr-collapse
|
2022-07-18 14:05:43 +02:00 |
|
Paolo Tranquilli
|
10b7b1f183
|
Merge branch 'main' into redsun82/swift-file-label-caching
|
2022-07-18 14:02:57 +02:00 |
|
Paolo Tranquilli
|
410167671f
|
Merge pull request #9795 from github/redsun82/swift-extraction
Swift: extract more entities
|
2022-07-18 13:37:43 +02:00 |
|
Nick Rolfe
|
eebba36b18
|
Merge pull request #9708 from github/nickrolfe/pathname
Ruby: model the standard library's `Pathname` class
|
2022-07-18 11:29:30 +01:00 |
|
Paolo Tranquilli
|
98fc8812fc
|
Merge 'main' into redsun82/swift-extraction
|
2022-07-18 11:55:21 +02:00 |
|
Paolo Tranquilli
|
c779936ee8
|
Swift: commit forgotten files
|
2022-07-18 11:19:40 +02:00 |
|
Paolo Tranquilli
|
c08c3955d6
|
Swift: add UnresolvedPatternExpr test
|
2022-07-18 10:37:54 +02:00 |
|
Paolo Tranquilli
|
78fc356feb
|
Swift: address review comments
|
2022-07-18 10:29:20 +02:00 |
|
Nick Rolfe
|
dbd6607875
|
Ruby: use ASCII dash in comment
Co-authored-by: Harry Maclean <hmac@github.com>
|
2022-07-18 08:54:58 +01:00 |
|
Harry Maclean
|
cc5f59f313
|
Merge pull request #9138 from hmac/hmac/array-inclusion-guard-local-flow
Ruby: Make StringArrayInclusion more sensitive
|
2022-07-18 10:11:49 +12:00 |
|
yo-h
|
d4443592eb
|
Merge pull request #9776 from raulgarciamsft/azure-sdk-client-encryption-version
New queries to detect unsafe client side encryption in Azure Storage
|
2022-07-16 14:59:51 -04:00 |
|
Raul Garcia
|
6b17890e4f
|
Fixing warning on usage of a deprecated feature.
|
2022-07-16 08:30:06 -07:00 |
|
Raul Garcia
|
eefa659503
|
Update java/ql/src/experimental/Security/CWE/CWE-327/Azure/UnsafeUsageOfClientSideEncryptionVersion.ql
Co-authored-by: yo-h <55373593+yo-h@users.noreply.github.com>
|
2022-07-16 08:23:59 -07:00 |
|
Raul Garcia
|
fe789c8aa9
|
Update java/ql/src/experimental/Security/CWE/CWE-327/Azure/UnsafeUsageOfClientSideEncryptionVersion.ql
Co-authored-by: yo-h <55373593+yo-h@users.noreply.github.com>
|
2022-07-16 08:22:18 -07:00 |
|
Andrew Eisenberg
|
b897a40228
|
Move python contextual queries to lib folders
This will ensure that python projects can use jump to ref/def in
vscode when the core libraries are not installed.
|
2022-07-15 13:12:17 -07:00 |
|
Andrew Eisenberg
|
2f50549184
|
Move definitions.ql back to src
|
2022-07-15 11:48:15 -07:00 |
|
thiggy1342
|
a1df1d1119
|
Merge branch 'main' into experimental-strong-params
|
2022-07-15 11:17:57 -04:00 |
|
thiggy1342
|
ee1c09329f
|
Merge branch 'main' into add-activerecord-annotate
|
2022-07-15 11:17:48 -04:00 |
|
Aditya Sharad
|
d50816a284
|
Merge pull request #9802 from adityasharad/docs/language-pack-changelogs
Docs: Add links from query help to query pack changelog for each language
|
2022-07-14 08:52:50 -07:00 |
|
github-actions[bot]
|
0ee476129a
|
Post-release preparation for codeql-cli-2.10.1
|
2022-07-14 14:38:49 +00:00 |
|
Paolo Tranquilli
|
5e74df3882
|
Swift: cache file paths
This required a bit of a generalization of `TrapLabelStore` to not
work only with pointers.
|
2022-07-14 16:32:33 +02:00 |
|
Aditya Sharad
|
d13f9d5d71
|
Update docs/codeql/query-help/javascript.rst
Co-authored-by: Felicity Chapman <felicitymay@github.com>
|
2022-07-14 07:29:29 -07:00 |
|
Paolo Tranquilli
|
7fbe4f8547
|
Merge pull request #9815 from github/redsun82/swift-exclusive-file
Swift: trap output rework
|
2022-07-14 16:23:44 +02:00 |
|
thiggy1342
|
592ce3ec58
|
Merge branch 'main' into add-activerecord-annotate
|
2022-07-14 09:55:25 -04:00 |
|
Paolo Tranquilli
|
22ff8c2c7e
|
Swift: remove redundant braces
|
2022-07-14 15:40:48 +02:00 |
|
Paolo Tranquilli
|
3e06455ac1
|
Swift: delete TargetFile's move assignment
|
2022-07-14 15:39:36 +02:00 |
|
Anders Schack-Mulligen
|
21066d277f
|
Merge pull request #9819 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2022-07-14 15:13:37 +02:00 |
|
Erik Krogh Kristensen
|
5ba4f6dae8
|
Merge pull request #9826 from erik-krogh/combineWork
QL: rewrite the QL-for-QL workflow to just do everything in one go
|
2022-07-14 14:24:31 +02:00 |
|
Asger F
|
fd7561cf27
|
Merge pull request #9822 from github/release-prep/2.10.1
Release preparation for version 2.10.1
codeql-cli/v2.10.1
|
2022-07-14 14:02:41 +02:00 |
|
Erik Krogh Kristensen
|
a7a9428dc1
|
split the sarif file into languages
|
2022-07-14 13:20:52 +02:00 |
|
Erik Krogh Kristensen
|
47c9b446f0
|
exclude upgrade scripts from QL-for-QL
|
2022-07-14 13:01:40 +02:00 |
|
Erik Krogh Kristensen
|
380070f2e4
|
rewrite the QL-for-QL workflow to just do everything in one go
|
2022-07-14 12:54:27 +02:00 |
|
Asger F
|
dbff20a3d8
|
Update cpp/ql/lib/CHANGELOG.md
|
2022-07-14 12:10:03 +02:00 |
|
Asger F
|
9f184ec122
|
Update cpp/ql/lib/change-notes/released/0.3.1.md
|
2022-07-14 12:09:58 +02:00 |
|
Jeroen Ketema
|
fe1f1bb79d
|
Fix issues with change notes
|
2022-07-14 11:06:14 +02:00 |
|
Erik Krogh Kristensen
|
33fdcf1e4f
|
Merge pull request #9794 from erik-krogh/unusedVue
JS: exclude variables in .vue files form js/unused-local-variable
|
2022-07-14 10:57:06 +02:00 |
|
github-actions[bot]
|
d1aa0d7dd3
|
Release preparation for version 2.10.1
|
2022-07-14 08:56:03 +00:00 |
|
Asger F
|
855d4c2ea1
|
Merge pull request #9718 from asgerf/js/case-sensitive-middleware
JS: Add 'case sensitive middleware' query
|
2022-07-14 10:47:58 +02:00 |
|
Erik Krogh Kristensen
|
43a82004b2
|
Merge pull request #9798 from erik-krogh/backtrackers
JS: use small steps in TypeBackTracker correctly
|
2022-07-14 10:28:07 +02:00 |
|
Asger F
|
18c5a8c8da
|
Merge branch 'main' into js/case-sensitive-middleware
|
2022-07-14 09:38:35 +02:00 |
|
Asger F
|
da8123072d
|
Apply suggestions from doc review
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
|
2022-07-14 09:38:10 +02:00 |
|
Paolo Tranquilli
|
f1144b9672
|
Swift: small TypeRepr visit rewording
|
2022-07-14 06:18:51 +02:00 |
|
Paolo Tranquilli
|
d748cb483d
|
Swift: include cleanup
Fix a problem with `sstream` not being transitively included on macOS.
|
2022-07-14 06:10:12 +02:00 |
|