Mathias Vorreiter Pedersen
|
5ce47d97b2
|
Merge branch 'main' into rdmarsh2/cpp/product-flow
|
2022-09-07 11:14:42 +01:00 |
|
Ahmed Farid
|
64bb022adf
|
Add www-authenticate to sensitiveheaders()
|
2022-09-07 11:12:53 +01:00 |
|
Ian Lynagh
|
89fc84d29a
|
Merge pull request #10322 from igfoo/igfoo/arrays2
Kotlin: Rewrite array type extraction
|
2022-09-07 10:45:33 +01:00 |
|
Ian Lynagh
|
6bee9d8dee
|
Merge pull request #10323 from igfoo/igfoo/extractPropertyReference
Kotlin: Remove a cast from extractPropertyReference
|
2022-09-07 10:44:17 +01:00 |
|
Ian Lynagh
|
67f8c8215c
|
Merge pull request #10325 from igfoo/igfoo/getDeclaringTypeArguments2
Kotlin: Remove a cast from getDeclaringTypeArguments
|
2022-09-07 10:44:02 +01:00 |
|
Ian Lynagh
|
b4b52b9074
|
Merge pull request #10324 from igfoo/igfoo/extractConstructorCall2
Kotlin: Remove a cast from extractConstructorCall
|
2022-09-07 10:43:54 +01:00 |
|
Ian Lynagh
|
4a8d08e21f
|
Merge pull request #10326 from igfoo/igfoo/useClassSource
Kotlin: Remove some redundant code
|
2022-09-07 10:43:42 +01:00 |
|
Tony Torralba
|
8e0b4892ee
|
Add Implicit PendingIntents sinks for Compat classes
|
2022-09-07 11:04:22 +02:00 |
|
Tamas Vajk
|
07038d0b3a
|
Fix QL formatting
|
2022-09-07 10:48:22 +02:00 |
|
Tamas Vajk
|
2a529cf385
|
Kotlin: Add todo comment describing type access extraction inconsistency
|
2022-09-07 10:31:41 +02:00 |
|
Rasmus Lerchedahl Petersen
|
565378031d
|
Python: remember to import the new framework
I think it should perhaps not be mentioned in `frameworks.rst`
|
2022-09-07 10:24:58 +02:00 |
|
Rasmus Lerchedahl Petersen
|
0cfb49102b
|
Python: fix non-US spelling
|
2022-09-07 09:30:42 +02:00 |
|
Anders Schack-Mulligen
|
95a9faf1f9
|
Merge pull request #10327 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2022-09-07 09:27:32 +02:00 |
|
Tamás Vajk
|
b1e0d73de8
|
Merge pull request #10297 from tamasvajk/kotlin-fix-kotlin-to-java-fn-names
Kotlin: Lookup getter methods based on special JVM method mapping
|
2022-09-07 08:56:19 +02:00 |
|
Tom Hvitved
|
987870bb62
|
Merge pull request #10315 from hvitved/ruby/parameter-match-join
Ruby: Fix bad join in `parameterMatch`
|
2022-09-07 08:43:15 +02:00 |
|
erik-krogh
|
283c711de9
|
deprecate unused predicate inside the essa module
|
2022-09-07 07:40:04 +02:00 |
|
erik-krogh
|
1cbf28358c
|
deprecate unused code inside the points-to library
|
2022-09-07 07:39:16 +02:00 |
|
erik-krogh
|
46b7aa92ae
|
deprecate predicates in protocols.qll that were only retained for backwards compatibility
|
2022-09-07 07:37:51 +02:00 |
|
github-actions[bot]
|
6f4806361b
|
Add changed framework coverage reports
|
2022-09-07 00:18:47 +00:00 |
|
Rasmus Lerchedahl Petersen
|
b2fbbc6ac5
|
Python: add a flow summary
we could consider adding non-value-preserving flow from input to output
|
2022-09-06 21:29:58 +02:00 |
|
Andrew Eisenberg
|
65c2477409
|
Add reference to Source Dependencies section
|
2022-09-06 11:53:17 -07:00 |
|
Andrew Eisenberg
|
3f7a34de94
|
Merge branch 'aeisenberg/about-codeql-packs' into aeisenberg/codeql-workspace-docs
|
2022-09-06 11:48:11 -07:00 |
|
Andrew Eisenberg
|
137b068e4c
|
Move Source Dependencies description to its own section
|
2022-09-06 11:46:47 -07:00 |
|
Ed Minnix
|
dca4cd221a
|
Documentation cleanup for allowBackup query
|
2022-09-06 14:35:11 -04:00 |
|
Andrew Eisenberg
|
9e6e37a223
|
Add reference to codeql-pack.lock.yml in test packs
|
2022-09-06 11:33:19 -07:00 |
|
Ed Minnix
|
0a83cedeb7
|
Unit tests for android:allowBackup query
|
2022-09-06 13:52:43 -04:00 |
|
Asger F
|
0cc3b8a9ec
|
JS: Update test output
|
2022-09-06 18:48:14 +02:00 |
|
Rasmus Lerchedahl Petersen
|
f6d807aec0
|
Python: Add summary test append_to_list
|
2022-09-06 18:42:32 +02:00 |
|
Taus
|
0b8bdc0f85
|
Python: Fix broken test
|
2022-09-06 16:37:43 +00:00 |
|
Ian Lynagh
|
8a5cb11014
|
Kotlin: Remove some redundant code
useClassSource already checks to see if it is given an anonymous object,
and behaves accordingly.
|
2022-09-06 17:30:04 +01:00 |
|
Ian Lynagh
|
4a8960607d
|
Kotlin: Remove a cast from getDeclaringTypeArguments
|
2022-09-06 17:26:15 +01:00 |
|
Ian Lynagh
|
bd5eb1f0ac
|
Kotlin: Remove a cast from extractConstructorCall
|
2022-09-06 17:23:33 +01:00 |
|
Ian Lynagh
|
d18d5b5cf4
|
Kotlin: Remove a cast from extractPropertyReference
|
2022-09-06 17:19:28 +01:00 |
|
Taus
|
3bb7e28712
|
Merge pull request #10176 from RasmusWL/import-problem
Python: Add testcase for import problem
|
2022-09-06 18:12:37 +02:00 |
|
Ian Lynagh
|
5c3d6cedfa
|
Kotlin: Rewrite array type extraction
It's now simpler, and doesn't require we ask the Kotlin compiler to
build as many types for us.
|
2022-09-06 17:02:43 +01:00 |
|
Rasmus Lerchedahl Petersen
|
744fbf0c1b
|
Python: qldoc for inject
|
2022-09-06 17:46:14 +02:00 |
|
Rasmus Lerchedahl Petersen
|
67710eaed7
|
Python: Comment to highlight convention
|
2022-09-06 17:43:34 +02:00 |
|
Rasmus Lerchedahl Petersen
|
a496d10126
|
Python: qldoc to highlight source code aspect
|
2022-09-06 17:39:20 +02:00 |
|
Rasmus Lerchedahl Petersen
|
e7400e90e5
|
Python: add qldoc
|
2022-09-06 17:29:27 +02:00 |
|
Rasmus Lerchedahl Petersen
|
4cd41c24c7
|
Python: remove comments and start design document
|
2022-09-06 17:23:40 +02:00 |
|
Rasmus Lerchedahl Petersen
|
67c3a9b2f4
|
Python: resolve library calls in the CFG
rather than in the AST
|
2022-09-06 17:00:28 +02:00 |
|
Tony Torralba
|
ff731f1d83
|
Merge pull request #10138 from atorralba/atorralba/contentresolver-summaries
Java: Add summaries for ContentResolver and adjacent classes
|
2022-09-06 16:28:28 +02:00 |
|
Mathias Vorreiter Pedersen
|
d6b8f25312
|
C++: Add more tests.
|
2022-09-06 15:22:10 +01:00 |
|
Tony Torralba
|
c0dd9dd5d5
|
Merge pull request #10249 from atorralba/atorralba/regex-dot-bypass-docs
Java: Documentation fixes in the "Permissive dot regex" experimental query
|
2022-09-06 16:18:35 +02:00 |
|
Anders Schack-Mulligen
|
b84dca92cf
|
Merge pull request #10240 from aschackmull/java/scc-typeflow
Java: Support SCCs in TypeFlow.
|
2022-09-06 15:43:20 +02:00 |
|
Mathias Vorreiter Pedersen
|
9745073024
|
C++: Speedup 'cpp/using-expired-stack-address' by avoiding a large negation.
|
2022-09-06 14:33:33 +01:00 |
|
Geoffrey White
|
d1867b9716
|
Merge pull request #10284 from geoffw0/stringlengthcleanup
Swift: Improve swift/string-length-conflation
|
2022-09-06 14:07:02 +01:00 |
|
Asger F
|
e8864d072d
|
JS: Remove stray module DF export
|
2022-09-06 15:06:33 +02:00 |
|
Asger F
|
95c60858d4
|
Export as DataFlow instead of DF
|
2022-09-06 15:02:48 +02:00 |
|
Geoffrey White
|
d0cda04909
|
Swift: Clearer, possibly more efficient implementation.
|
2022-09-06 13:48:04 +01:00 |
|