Benjamin Muskalla
|
8830f1531f
|
Convert some tests to use InlineFlowTest
|
2021-09-07 16:46:58 +02:00 |
|
Benjamin Muskalla
|
acb055400d
|
Extract inline flow test
|
2021-09-07 16:46:57 +02:00 |
|
Benjamin Muskalla
|
d1a1f57e77
|
Convert taint-format test into inline test
|
2021-09-07 16:46:56 +02:00 |
|
Anders Schack-Mulligen
|
f6541811d2
|
Dataflow: Update more tests.
|
2021-09-07 13:02:20 +02:00 |
|
Chris Smowton
|
23d7633cd5
|
Add tests for static and final modifiers relating to record classes
|
2021-09-03 18:20:16 +01:00 |
|
Benjamin Muskalla
|
7ddf7ff211
|
Track taint from concatenated string
|
2021-09-01 15:41:16 +02:00 |
|
Benjamin Muskalla
|
3928ffd30d
|
Support CharSequence#subSequence
|
2021-09-01 15:41:15 +02:00 |
|
Benjamin Muskalla
|
b7e608abc9
|
Model string builder APIs
|
2021-09-01 15:41:14 +02:00 |
|
Chris Smowton
|
7977d9c253
|
Fix minor mistakes in old Guava models
Also add tests for the affected functions
|
2021-08-31 15:26:09 +01:00 |
|
Chris Smowton
|
5a2dfda09e
|
Add test for field initializers
|
2021-08-24 14:04:45 +01:00 |
|
Owen Mansel-Chan
|
714e126088
|
Merge pull request #6370 from owen-mc/java/model/apache-collections
Java: Model more of Apache Commons Collections
|
2021-08-19 15:09:06 +01:00 |
|
Joe Farebrother
|
9dc28eb9b5
|
Merge pull request #6387 from joefarebrother/guava-cache
Java: Model guava cache package
|
2021-08-19 10:53:48 +01:00 |
|
Sauyon Lee
|
17cef3f498
|
Address review comments
|
2021-08-17 12:45:47 -07:00 |
|
Joe Farebrother
|
076aeb5d80
|
Update tests
|
2021-08-17 16:44:58 +01:00 |
|
Owen Mansel-Chan
|
b23fabe8cb
|
Fix errors from previous PR
|
2021-08-16 16:11:17 +01:00 |
|
Sauyon Lee
|
814004e63d
|
Add tests for html escape functions
|
2021-08-12 11:20:49 -07:00 |
|
Sauyon Lee
|
d86dffbb5d
|
Add tests for Spring web.util
|
2021-08-12 11:20:48 -07:00 |
|
Owen Mansel-Chan
|
1c2476c6a1
|
Add explanatory comments
|
2021-08-12 14:51:49 +01:00 |
|
Owen Mansel-Chan
|
fe477ff989
|
Fix more models based on review comments
|
2021-08-12 14:51:37 +01:00 |
|
Joe Farebrother
|
207c753f6f
|
Update model for getAll
|
2021-08-10 15:05:02 +01:00 |
|
Owen Mansel-Chan
|
2000985509
|
Remove duplicate test
|
2021-08-10 11:58:28 +01:00 |
|
Owen Mansel-Chan
|
a55a32f50a
|
Add more missing models
And corresponding tests
|
2021-08-10 11:35:20 +01:00 |
|
Owen Mansel-Chan
|
54fdfe3906
|
Make helper functions more consistent
|
2021-08-09 17:18:03 +01:00 |
|
Owen Mansel-Chan
|
2d31bb8d64
|
Remove toString taint propagation
We do not do this for other overrides of toString
|
2021-08-09 17:18:02 +01:00 |
|
Owen Mansel-Chan
|
1997dfbb4a
|
Remove unnecessary casts
|
2021-08-08 14:03:57 +01:00 |
|
Owen Mansel-Chan
|
f94e467076
|
Fixes to models and tests
Running the test generator script again showed many missing tests.
|
2021-08-08 14:03:48 +01:00 |
|
Owen Mansel-Chan
|
377403d525
|
Remove redundant models and corresponding test
Iterator.next is already modelled
|
2021-08-08 13:57:51 +01:00 |
|
Owen Mansel-Chan
|
5d3f10824e
|
Fix erroneous treatment of varargs in models
|
2021-08-08 13:57:50 +01:00 |
|
Owen Mansel-Chan
|
2ba41df2ba
|
Remove commented line
|
2021-08-06 07:06:36 +01:00 |
|
Owen Mansel-Chan
|
d1a440a45a
|
Improve helper functions for Put
|
2021-08-06 07:06:35 +01:00 |
|
Owen Mansel-Chan
|
2e04319d9f
|
Manually improve tests
|
2021-08-04 14:27:01 +01:00 |
|
Owen Mansel-Chan
|
a538699a0a
|
Add automatically generated tests
|
2021-08-04 14:27:00 +01:00 |
|
Chris Smowton
|
eaf3d3cc03
|
Merge pull request #6162 from smowton/smowton/feature/jax-rs-content-type-sensitivity-fixes
Jax-RS: implement content-type tracking
|
2021-08-03 14:53:31 +01:00 |
|
Anders Schack-Mulligen
|
7fb1e1578e
|
Merge pull request #5894 from atorralba/atorralba/promote-ognl-injection
Java: Promote OGNL Injection query from experimental
|
2021-08-03 15:31:40 +02:00 |
|
Anders Schack-Mulligen
|
be6fd7c22e
|
Merge pull request #6382 from bmuskalla/stringValueOfTaint
Track taint for String.valueOf(..)
|
2021-08-03 15:30:30 +02:00 |
|
Benjamin Muskalla
|
8ce841493c
|
Avoid taint for valueOf(Object)
|
2021-08-03 14:46:55 +02:00 |
|
Tony Torralba
|
a33e0bce9d
|
Fix tests affected by Jackson stubs changes
|
2021-08-03 13:15:45 +02:00 |
|
Chris Smowton
|
f83f950be6
|
Merge pull request #6325 from smowton/smowton/feature/org-json-models
Java: add models of JSON-java, aka `org.json`
|
2021-08-03 10:33:49 +01:00 |
|
Tony Torralba
|
8b50b3d00f
|
Add jackson-core to test dependencies
|
2021-08-02 16:04:49 +02:00 |
|
Chris Smowton
|
170bb43393
|
Update java/ql/test/library-tests/frameworks/json-java/test.ql
Remove unnecessary import
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
|
2021-08-02 14:46:38 +01:00 |
|
Tony Torralba
|
9b384d84cc
|
Merge branch 'main' into atorralba/promote-ognl-injection
|
2021-08-02 14:06:45 +02:00 |
|
Tony Torralba
|
351a24558d
|
Add tests for JacksonSerializability
Upgraded jackson stubs to 2.12
|
2021-08-02 14:03:30 +02:00 |
|
Anders Schack-Mulligen
|
3b676d432f
|
Merge pull request #5900 from artem-smotrakov/unsafe-jackson-deserialization
Java: Unsafe deserialization with Jackson
|
2021-08-02 12:45:30 +02:00 |
|
Joe Farebrother
|
e23f666f67
|
Replace get and newWith methods with real implementations
|
2021-07-29 16:39:50 +01:00 |
|
Joe Farebrother
|
096509b9aa
|
Generate tests and stubs
|
2021-07-29 15:01:50 +01:00 |
|
Benjamin Muskalla
|
b7b74b51a3
|
Track taint for String.valueOf(..)
|
2021-07-29 09:14:03 +02:00 |
|
Chris Smowton
|
23de0859ea
|
Add missing models and other minor improvements per Marcono1234's review
|
2021-07-27 16:03:39 +01:00 |
|
Sauyon Lee
|
fd02dcdf2e
|
Java: Add models for collection constructors
|
2021-07-22 07:23:26 -07:00 |
|
Chris Smowton
|
40173f7abb
|
Remove stubbing script outputs
|
2021-07-22 14:33:34 +01:00 |
|
Artem Smotrakov
|
158a75e5a1
|
Import UnsafeDeserializationQuery in unsafeDeserialization.ql
|
2021-07-20 10:14:50 +02:00 |
|