Napalys Klicius
|
61e00861e5
|
Merge pull request #18008 from Napalys/napalys/ES2024-group-functions
JS: Added support for [Object, Map].groupBy ES2024 feature
|
2024-11-21 19:03:57 +01:00 |
|
Napalys
|
afc2d3e6d2
|
JS: Add: String.protytpe.toWellFormed to StringManipulationTaintStep
|
2024-11-20 17:42:25 +01:00 |
|
Napalys
|
09f73d8d6f
|
JS: Add: test cases for toWellFormed
|
2024-11-20 17:36:43 +01:00 |
|
Napalys Klicius
|
a957e00fe5
|
Merge branch 'main' into napalys/ES2024-group-functions
|
2024-11-20 14:03:31 +01:00 |
|
Napalys
|
58faa2d71e
|
JS: Add: dataflow step for static method of groupBy from Map.
|
2024-11-20 13:34:11 +01:00 |
|
Napalys
|
6344f83e4b
|
JS: Add: tests for taint tracking in groupBy functions
|
2024-11-20 13:22:53 +01:00 |
|
Napalys
|
213ce225e0
|
JS: Add: taint step for Object.groupBy function, fixed test cases from 8ae05d8be4
|
2024-11-18 12:58:07 +01:00 |
|
Napalys
|
8ae05d8be4
|
JS: Add: test case for Object.groupBy
|
2024-11-18 12:55:17 +01:00 |
|
Napalys
|
c02ad65fdc
|
JS: Add: taint step for Map.groupBy function
|
2024-11-18 12:50:06 +01:00 |
|
Napalys
|
3786ad4277
|
JS: Add: test case for Map.groupBy
|
2024-11-18 12:44:49 +01:00 |
|
Napalys
|
bed1f25b3f
|
JS: Fix: Now Array.prototype.with is properly flagged as taint step
|
2024-11-15 10:35:34 +01:00 |
|
Napalys
|
f04fd5cdcc
|
JS: Add: Test case for Array.protype.with taint step
|
2024-11-15 10:27:44 +01:00 |
|
Napalys Klicius
|
6fa3ff39a0
|
Merge branch 'main' into napalys/toSpliced-support
|
2024-11-14 16:56:32 +01:00 |
|
Napalys
|
84234d59b9
|
JS: Fix: Ensure toSpliced with spread operator is flagged
|
2024-11-13 17:21:34 +01:00 |
|
Napalys
|
8512cb44ff
|
JS: Add: Test cases for toSpliced with spread operator
|
2024-11-13 17:18:09 +01:00 |
|
Napalys
|
cf90430ec0
|
JS: Add: Missing test case for splice spread operator
|
2024-11-13 17:07:17 +01:00 |
|
Napalys
|
2df3d1b251
|
JS: Fix: Ensure toSpliced is flagged by taint tracking in test suite (ed44358143)
|
2024-11-13 15:58:20 +01:00 |
|
Napalys
|
ed44358143
|
Added toSpliced test cases for mutation arrays
|
2024-11-13 15:51:00 +01:00 |
|
Napalys
|
b4c84d3d3c
|
Added taint step for toSpliced, handles test from a65f80ef76
|
2024-11-13 12:41:41 +01:00 |
|
Napalys
|
a65f80ef76
|
Added basic taint tracking test for Array.prototype.toSpliced()
|
2024-11-13 12:28:14 +01:00 |
|
Napalys
|
7427a24ca1
|
Added test case for Array.prototype.toReversed, which is currently not flagged as a taint sink.
|
2024-11-12 12:02:37 +01:00 |
|
Napalys
|
3215967cbc
|
Added toReserved test case
|
2024-11-12 12:02:20 +01:00 |
|
Napalys
|
3f0a54c2e8
|
Added support for Array.prototype.toSorted function
|
2024-11-12 12:02:04 +01:00 |
|
Napalys
|
def8d75cb8
|
Added test case for Array.prototype.toSorted, which is currently not flagged as a taint sink.
|
2024-11-12 12:01:51 +01:00 |
|
Napalys
|
81bc7cd19f
|
Refactored SortTaintStep to ArrayInPlaceManipulationTaintStep to support both sort and reverse functions. Fixed newly added test case. from 8026a99db7
|
2024-11-11 08:32:03 +01:00 |
|
Napalys
|
1c298f0231
|
Added test case for Array.prototype.reverse, which is currently not flagged as a potential sink.
|
2024-11-11 08:32:02 +01:00 |
|
Asger F
|
18db769d6d
|
JS: Update expected output
|
2024-02-14 10:45:51 +01:00 |
|
Asger F
|
bafe5e3d8e
|
JS: Add test case (with old expected data)
|
2024-02-14 10:45:51 +01:00 |
|
erik-krogh
|
58dc14d5bb
|
update expected output
|
2024-01-04 11:38:58 +01:00 |
|
erik-krogh
|
7ca0996912
|
add a taint-tracking tests for calls to tagged template strings
|
2023-10-06 21:39:42 +02:00 |
|
Kasper Svendsen
|
67950c8e6b
|
JS: Make implicit this receivers explicit
|
2023-05-03 15:31:00 +02:00 |
|
Asger F
|
80777b8c50
|
JS: handle rephined variables in local access paths
|
2022-12-05 15:11:50 +01:00 |
|
Asger F
|
025cfe4064
|
JS: Add reproduction test case
|
2022-12-05 15:11:43 +01:00 |
|
erik-krogh
|
a57981ea69
|
apply suggestions from review
|
2022-08-23 10:18:14 +02:00 |
|
erik-krogh
|
45e78a355f
|
ensure call-apply.js is seen as a module
|
2022-08-23 10:11:46 +02:00 |
|
erik-krogh
|
2f11f3760e
|
simplify getALibraryInputParameter by adding more general dataflow for the arguments object
|
2022-08-22 08:32:43 +02:00 |
|
Erik Krogh Kristensen
|
11b039c1f1
|
add tests
|
2022-08-22 08:29:28 +02:00 |
|
Erik Krogh Kristensen
|
1717d17fb3
|
add flow step for Array.prototype.at
|
2022-05-24 12:41:27 +02:00 |
|
Asger Feldthaus
|
cff8dc0537
|
JS: Improve flow through Array.prototype.reduce
|
2022-04-07 09:57:31 +02:00 |
|
Asger Feldthaus
|
8753632193
|
JS: Fix bug in reachableFromStoreBase
|
2022-03-17 17:30:46 +01:00 |
|
Asger Feldthaus
|
8c6ca6582e
|
JS: Add test showing missing flow
|
2022-03-17 17:30:46 +01:00 |
|
Asger Feldthaus
|
b336c29283
|
JS: Track functions with methods
|
2021-12-10 09:38:29 +01:00 |
|
Asger Feldthaus
|
4ef2a5f4f1
|
JS: Add test
|
2021-12-10 09:38:29 +01:00 |
|
Erik Krogh Kristensen
|
d2c74480b9
|
add taint step through flatten libraries
|
2021-07-15 12:36:07 +02:00 |
|
Erik Krogh Kristensen
|
77f4d56cd9
|
add taint step through array-union, array-uniq, and uniq
|
2021-07-15 12:32:29 +02:00 |
|
Erik Krogh Kristensen
|
5ff7d208b7
|
add taint step through arrify
|
2021-07-15 11:24:50 +02:00 |
|
CodeQL CI
|
f9b539e5b9
|
Merge pull request #6253 from asgerf/js/more-precise-capture-steps
Approved by erik-krogh
|
2021-07-13 07:42:07 -07:00 |
|
CodeQL CI
|
c87fe95d52
|
Merge pull request #6258 from erik-krogh/case
Approved by asgerf
|
2021-07-13 05:44:49 -07:00 |
|
Asger F
|
d8927e5612
|
Apply suggestions from code review
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2021-07-12 14:23:58 +02:00 |
|
Erik Krogh Kristensen
|
d22ebadcf2
|
add support for many more case changing libraries
|
2021-07-12 14:09:34 +02:00 |
|