Asger F
|
e9f1e99526
|
Merge pull request #12887 from asgerf/js/unsafe-yaml-deserialization
JS: Update model of js-yaml
|
2023-05-01 09:57:20 +02:00 |
|
Erik Krogh Kristensen
|
3d41cd583f
|
Merge pull request #12963 from tyage/track-interfile-use-router
JS: Track interfile useRouter
|
2023-04-28 22:41:43 +02:00 |
|
Asger F
|
f87740ab18
|
Merge pull request #12867 from asgerf/js/webpack-bundles
JS: Ignore more webpack modules
|
2023-04-28 14:35:57 +02:00 |
|
tyage
|
933b55d37d
|
Track interfile useRouter
|
2023-04-28 15:49:26 +09:00 |
|
Asger F
|
0fb79bdf64
|
JS: Include a local step before store step
|
2023-04-27 17:58:02 +02:00 |
|
Asger F
|
c674afb674
|
JS: Fix condition in getRouteHandlerNode
Previous version did not account for arrays
|
2023-04-27 17:58:02 +02:00 |
|
Asger F
|
36889f6d72
|
JS: Fix isResponse/isRequest
|
2023-04-27 16:35:56 +02:00 |
|
Asger F
|
70331c0ea4
|
JS: Decouple chaining from ExplicitResponseSource
|
2023-04-27 16:14:27 +02:00 |
|
Asger F
|
96e415aba6
|
JS: Track express route handlers into arrays
|
2023-04-27 16:14:22 +02:00 |
|
Asger F
|
1d0a0dec6f
|
JS: Fix typo
|
2023-04-20 12:48:17 +02:00 |
|
Asger F
|
1acc0d2ddf
|
JS: Update model of js-yaml
|
2023-04-20 12:47:13 +02:00 |
|
Asger F
|
1c2fdc8df9
|
JS: Ignore more webpack modules
|
2023-04-19 10:29:14 +02:00 |
|
Alex Ford
|
924ce250dd
|
Merge pull request #12847 from github/post-release-prep/codeql-cli-2.13.0
Post-release preparation for codeql-cli-2.13.0
|
2023-04-18 14:40:40 +01:00 |
|
Arthur Baars
|
e5d89b969a
|
Merge pull request #12780 from aibaars/shared-yaml-lib
JS: extract YAML library to a shared pack
|
2023-04-18 11:09:53 +02:00 |
|
Kasper Svendsen
|
9d34d090ab
|
Merge pull request #12843 from kaspersv/kaspersv/prevent-bad-js-join-order
Prevent JS join order regression
|
2023-04-18 09:09:43 +02:00 |
|
github-actions[bot]
|
648f0e19ec
|
Post-release preparation for codeql-cli-2.13.0
|
2023-04-17 15:39:24 +00:00 |
|
Kasper Svendsen
|
ad82433a88
|
Prevent JS join order regression
|
2023-04-17 13:24:19 +02:00 |
|
Arthur Baars
|
34d3040ce2
|
Add change note
|
2023-04-17 12:59:14 +02:00 |
|
Asger F
|
13b1e97caa
|
JS: Fix the ExtendCall restriction
|
2023-04-17 12:30:08 +02:00 |
|
Asger F
|
2f4a181a7d
|
JS: revert path sanitizers in proto pollution query
|
2023-04-17 12:21:00 +02:00 |
|
Asger F
|
b728f71b4b
|
JS: Move 'this' sanitizer to customizations
|
2023-04-17 12:11:18 +02:00 |
|
Asger F
|
c250ba7f27
|
JS: Undo sanitization of path.normalize()
|
2023-04-17 08:23:04 +02:00 |
|
Asger F
|
0d598c437d
|
JS: Fix observed FPs in UnsafeJQueryPlugin
|
2023-04-17 08:20:18 +02:00 |
|
Asger F
|
b321151a28
|
JS: Restrict ExtendCall flow in proto pollution query
|
2023-04-17 08:20:18 +02:00 |
|
Asger F
|
efb582b661
|
JS: Drive-by fix to newly gained FPs
|
2023-04-17 08:20:18 +02:00 |
|
Asger F
|
869c6d27fe
|
JS: Add implied receiver steps
|
2023-04-17 08:20:18 +02:00 |
|
Asger F
|
74dbc71535
|
JS: Change Extend steps to PreCallGraphStep
|
2023-04-17 08:20:18 +02:00 |
|
github-actions[bot]
|
075d063370
|
Release preparation for version 2.13.0
|
2023-04-14 13:31:30 +00:00 |
|
Erik Krogh Kristensen
|
cece307c60
|
Merge pull request #12802 from erik-krogh/history-xss
JS: add browser history as XSS sink
|
2023-04-14 13:35:19 +02:00 |
|
Alex Eyers-Taylor
|
c6a482819a
|
Bump all qlpacks major versions
|
2023-04-13 19:15:27 +01:00 |
|
Alex Ford
|
8c46bfd051
|
Merge pull request #12816 from github/rc/3.9
Merge `rc/3.9` into `main`
|
2023-04-13 12:35:41 +01:00 |
|
Arthur Baars
|
ead8108aed
|
Apply suggestions from code review
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
|
2023-04-13 11:11:55 +02:00 |
|
Asger F
|
b819f55203
|
Merge pull request #12792 from asgerf/js/redux-model-perf
JS: add getForwardingFunction and use to sharpen useSelector model
|
2023-04-12 14:09:59 +02:00 |
|
erik-krogh
|
b1957623c1
|
add browser history as XSS sink
|
2023-04-12 13:38:18 +02:00 |
|
Arthur Baars
|
83cd55cb29
|
Js/Yaml: add getFile() predicate
|
2023-04-11 16:01:44 +01:00 |
|
erik-krogh
|
3c4bd5b6a7
|
forward toString() etc. predicates from YamlNode to Locatable
|
2023-04-11 15:37:01 +02:00 |
|
erik-krogh
|
b5e90483f5
|
improve the ESLint model to avoid overriding Yaml classes
|
2023-04-11 15:36:18 +02:00 |
|
Asger F
|
aef0fa3c8a
|
JS: Expand QLDoc
|
2023-04-11 14:16:36 +02:00 |
|
Asger F
|
2c65a49d7c
|
JS: Add getForwardingFunction() to API graphs
|
2023-04-11 14:00:30 +02:00 |
|
Asger F
|
4ce03d4dc4
|
JS: Restrict useSelector steps to local callbacks
|
2023-04-11 13:33:46 +02:00 |
|
Asger F
|
3cc931306f
|
JS: Add test for selector nodes with multiple access paths
|
2023-04-11 13:33:27 +02:00 |
|
tyage
|
40d475863d
|
Add change note
|
2023-04-08 18:36:50 +09:00 |
|
tyage
|
7f9b8557ac
|
Add Next.js router push as XSS sink
|
2023-04-08 18:18:34 +09:00 |
|
Arthur Baars
|
4fca4b668c
|
JS: use shared YAML library
|
2023-04-06 15:11:35 +02:00 |
|
github-actions[bot]
|
ac426b1302
|
Post-release preparation for codeql-cli-2.12.6
|
2023-04-04 16:49:26 +00:00 |
|
Asger F
|
64cf27ab87
|
JS: Modernize crypto libraries
|
2023-03-31 14:49:23 +02:00 |
|
Asger F
|
40530ae14d
|
JS: Simplfy with set literal
|
2023-03-31 12:04:56 +02:00 |
|
Asger F
|
4a06b81429
|
JS: Use API graphs in CryptoJS
|
2023-03-31 12:03:14 +02:00 |
|
Asger F
|
dec1e4dfd6
|
Merge pull request #12666 from smiddy007/improve-insufficient-pw-hash-query
JS: Improve insufficient pw hash query
|
2023-03-31 11:58:41 +02:00 |
|
github-actions[bot]
|
0a3218676c
|
Release preparation for version 2.12.6
|
2023-03-30 19:25:06 +00:00 |
|