Mathias Vorreiter Pedersen
|
dffb12070e
|
Merge pull request #12271 from github/tausbn/ql-fix-json-extraction
QL: Fix JSON extraction
|
2023-02-22 08:50:49 +00:00 |
|
Chris Smowton
|
b28f1a562a
|
Merge pull request #12273 from intrigus-lgtm/patch-8
Fix grammar
|
2023-02-22 08:43:07 +00:00 |
|
intrigus-lgtm
|
540d3a3a99
|
Fix grammar
|
2023-02-22 00:42:50 +01:00 |
|
Taus
|
a3a099cf56
|
QL: Add a few more methods
Still need to implement something to encapsulate RA, link it up, etc.
|
2023-02-21 21:27:17 +00:00 |
|
Taus
|
729563c9a3
|
QL: Add preliminary support for structured logs
|
2023-02-21 21:09:34 +00:00 |
|
Taus
|
cf734919b9
|
QL: Fix bad string grammar
What was there before made it so that you couldn't actually extract the
contents of a string.
|
2023-02-21 20:20:58 +00:00 |
|
Taus
|
bab53b5736
|
QL: Fix JSON extraction
I had forgotten about this extra filtering that takes place in the
extractor.
|
2023-02-21 19:50:27 +00:00 |
|
Mathias Vorreiter Pedersen
|
ad8d9c5b91
|
Merge pull request #12269 from github/tausbn/ql-add-json-extraction
QL: Add JSON (+C/L) extraction
|
2023-02-21 16:42:19 +00:00 |
|
Arthur Baars
|
aac65b0df0
|
Merge pull request #12268 from aibaars/update-erb
Ruby: update tree-sitter-embedded-template
|
2023-02-21 14:31:30 +01:00 |
|
Taus
|
b5ebd1a0fd
|
QL: Add JSON (+C/L) extraction
|
2023-02-21 12:59:30 +00:00 |
|
Arthur Baars
|
814bef021d
|
Ruby: update tree-sitter-embedded-template
|
2023-02-21 13:49:33 +01:00 |
|
Geoffrey White
|
c462e010d1
|
Merge pull request #12266 from geoffw0/taintplusequals
Swift: Taint through arithmetic
|
2023-02-21 09:32:53 +00:00 |
|
Geoffrey White
|
9b117fefd7
|
Swift: Generalize the arithmetic we allow taint through.
|
2023-02-20 18:18:15 +00:00 |
|
Geoffrey White
|
a5bb336647
|
Merge pull request #12265 from geoffw0/taintunaryplus
Swift: Add unary +
|
2023-02-20 18:04:37 +00:00 |
|
Geoffrey White
|
87c0b6195f
|
Swift: Add taint tests for various arithmetic operators.
|
2023-02-20 17:22:51 +00:00 |
|
Geoffrey White
|
3038543242
|
Swift: Add UnaryPlusExpr.
|
2023-02-20 17:15:20 +00:00 |
|
Calum Grant
|
779c2365fe
|
Merge pull request #12091 from github/cg/shared-code-metrics
Script to generate shared code metrics
|
2023-02-20 16:58:30 +00:00 |
|
Geoffrey White
|
e19e28fbb9
|
Merge pull request #12263 from geoffw0/flowsourceinline
Swift: Convert the flow sources test to inline expectations.
|
2023-02-20 16:13:01 +00:00 |
|
Erik Krogh Kristensen
|
6894803b14
|
Merge pull request #12257 from erik-krogh/compile-stuff
CI: Fix CI use of the compilation cache
|
2023-02-20 16:46:09 +01:00 |
|
Geoffrey White
|
31967cc032
|
Swift: Add a couple of dataflow test cases for operators that behave as an identity function.
|
2023-02-20 15:42:07 +00:00 |
|
erik-krogh
|
389b7ceff5
|
support the new shared compilation cache directory
|
2023-02-20 15:34:03 +01:00 |
|
erik-krogh
|
f6fdf45359
|
remember to actually output the compilation dir
|
2023-02-20 15:32:50 +01:00 |
|
Geoffrey White
|
690b5debf4
|
Swift: Remove the old test.
|
2023-02-20 13:58:53 +00:00 |
|
Geoffrey White
|
dd7f54677b
|
Swift: Add inline expectation tags.
|
2023-02-20 13:57:24 +00:00 |
|
Joe Farebrother
|
1fb27354b9
|
Merge pull request #12242 from joefarebrother/testgen-improvements
Java: Test generator fixes
|
2023-02-20 13:53:18 +00:00 |
|
Alex Ford
|
774030a8db
|
Merge pull request #12083 from pwntester/ruby_twirp_support
[Ruby] Add support for Twirp framework
|
2023-02-20 13:16:52 +00:00 |
|
yoff
|
52dd1f451c
|
Merge pull request #12260 from yoff/python/fix-precision-usafe-unpack
python: Lower precision as discussed
|
2023-02-20 13:38:50 +01:00 |
|
Geoffrey White
|
b66ed57e17
|
Swift: Fix a mistake in FlowSources.qll.
|
2023-02-20 11:11:46 +00:00 |
|
Rasmus Lerchedahl Petersen
|
9e97877938
|
python: lower precision as discussed
|
2023-02-20 12:06:19 +01:00 |
|
Geoffrey White
|
d9f2d348f4
|
Swift: Add an inline expectations test for flow sources.
|
2023-02-20 11:03:10 +00:00 |
|
Tom Hvitved
|
658cc33bb8
|
Merge pull request #12212 from hvitved/util/inline-expect-test-use-end-line
Util: Use end line instead of start line for actual results
|
2023-02-20 11:41:02 +01:00 |
|
Geoffrey White
|
6cec8ece3f
|
Swift: Split off FlowConfig.qll.
|
2023-02-20 10:27:40 +00:00 |
|
Harry Maclean
|
9aea725f3d
|
Merge pull request #12053 from hmac/actioncontroller-renderer-2
Ruby: Model ApplicationController.renderer
|
2023-02-20 22:28:30 +13:00 |
|
Mathias Vorreiter Pedersen
|
49be5fd19a
|
Merge pull request #12250 from geoffw0/filemanagersource
Swift: Taint sources for FileManager
|
2023-02-20 09:12:11 +00:00 |
|
Tom Hvitved
|
879eff41ea
|
Merge branch 'main' into util/inline-expect-test-use-end-line
|
2023-02-20 10:03:38 +01:00 |
|
Rasmus Wriedt Larsen
|
efc75e02cc
|
Merge pull request #12168 from RasmusWL/crypto-stdlib-modeling
Python: Add modeling of `hmac`
|
2023-02-20 09:26:53 +01:00 |
|
Harry Maclean
|
4e07fd3eb1
|
Ruby: Model ApplicationController.renderer
|
2023-02-19 13:37:27 +13:00 |
|
Taus
|
89aec093c8
|
Merge pull request #12233 from github/tausbn/add-blame-extractor
|
2023-02-18 15:06:25 +01:00 |
|
erik-krogh
|
cd823d7495
|
add git info to the checkout
|
2023-02-18 13:43:24 +01:00 |
|
erik-krogh
|
52a9d5379b
|
add buramu to the files cached for the extractor
|
2023-02-18 13:22:41 +01:00 |
|
erik-krogh
|
db9a0d1c52
|
make the deprecation query calculate based on months, and adjust the cutoff to 14 months
|
2023-02-18 12:39:16 +01:00 |
|
erik-krogh
|
6f8ae703ca
|
add the deprecation file when running QL-for-QL
|
2023-02-18 12:31:14 +01:00 |
|
erik-krogh
|
1a308316c6
|
fix join-order of ql/outdated-deprecation
|
2023-02-18 12:28:06 +01:00 |
|
erik-krogh
|
fcff18aa3c
|
add query header for OutdatedDeprecations
|
2023-02-18 12:22:34 +01:00 |
|
erik-krogh
|
4f97c0470b
|
exclude java integration tests from QL-for-QL
|
2023-02-18 12:21:35 +01:00 |
|
Chris Smowton
|
655aa700bc
|
Merge pull request #12247 from smowton/smowton/fix/integer-conversion-sign
Go integer conversion: check against sink, not source signedness
|
2023-02-18 08:55:52 +00:00 |
|
Jami
|
f72cb5f650
|
Merge pull request #12215 from jcogs33/jcogs33/move-awt-swing-from-isJdkInternal
Java: move java.awt and javax.swing from `isJdkInternal` to `isInfrequentlyUsed`
|
2023-02-17 15:48:39 -05:00 |
|
Geoffrey White
|
7a9bbb1414
|
Swift: Model FileManager sources.
|
2023-02-17 20:04:27 +00:00 |
|
Chris Smowton
|
c7da1c9e0d
|
Use example that compiles on 32-bit arch
|
2023-02-17 19:35:04 +00:00 |
|
Chris Smowton
|
be468fe122
|
Change note
|
2023-02-17 19:21:15 +00:00 |
|