Max Schaefer
|
0ccfe4f135
|
JavaScript: Teach autobuilder to include codeql-javascript-*.json files.
|
2020-12-09 11:35:51 +00:00 |
|
Asger F
|
ed729a1963
|
Apply suggestions from code review
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
|
2020-12-09 09:59:55 +00:00 |
|
Asger Feldthaus
|
fd293d07d7
|
JS: Address doc review
|
2020-12-09 09:58:52 +00:00 |
|
CodeQL CI
|
8129d0c0ac
|
Merge pull request #4762 from asgerf/js/template-sinks-in-code-injection
Approved by erik-krogh, mchammer01
|
2020-12-07 04:35:11 -08:00 |
|
Asger Feldthaus
|
04f51bef5e
|
JS: Add missing qldoc
|
2020-12-07 10:52:38 +00:00 |
|
Asger Feldthaus
|
f96c425a72
|
JS: Deny -> block
|
2020-12-07 10:50:01 +00:00 |
|
Asger Feldthaus
|
254ac7f963
|
JS: Fix TypeofCheck
|
2020-12-07 10:46:00 +00:00 |
|
Asger Feldthaus
|
0496642b0b
|
JS: Add test for captured flow into callback
|
2020-12-07 10:34:27 +00:00 |
|
Asger Feldthaus
|
355cfaaf42
|
JS: Autoformat
|
2020-12-07 10:16:39 +00:00 |
|
Asger Feldthaus
|
1b0bec9143
|
JS: Remove magic from barrier guard predicates
|
2020-12-07 10:16:39 +00:00 |
|
Asger Feldthaus
|
fe86465a0b
|
JS: Refactor store/load flow a bit
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
f132b4a279
|
JS: Add type confusion sink for prototype pollution checks
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
e10a22ec26
|
JS: Restrict size of some predicates
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
daab3c1437
|
JS: Add tests and fix some bugs
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
0a7513fdfb
|
JS: Move and rename test cases as well
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
479dcf56ad
|
JS: Update to use more inclusive language
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
544b3d9631
|
JS: Change note
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
e42ca881a3
|
JS: Update security suite after move to CWE-915
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
ca38a1c8b9
|
JS: Update CWE tags
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
25161ed338
|
JS: Move all prototype pollution queries to CWE-915
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
877b4b0752
|
JS: Move and rename other prototype pollution queries
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
972c4d61e5
|
JS: Add PrototypePollutingAssignment
|
2020-12-07 10:16:38 +00:00 |
|
Asger Feldthaus
|
ef52c46aed
|
JS: Add spread step in TaintedObject
|
2020-12-07 10:16:37 +00:00 |
|
Sauyon Lee
|
17e450f227
|
JavaScript: Factor out HTML extractor
|
2020-12-06 05:04:10 -08:00 |
|
CodeQL CI
|
0f5f0ed99e
|
Merge pull request #4776 from asgerf/js/electron-openshell
Approved by erik-krogh
|
2020-12-04 09:12:44 +00:00 |
|
Asger Feldthaus
|
f0516dd9e0
|
JS: Address review comments
|
2020-12-04 09:07:44 +00:00 |
|
Erik Krogh Kristensen
|
cc98c41dd6
|
revert marking repetitions with possibly empty body as forks
|
2020-12-03 20:08:07 +01:00 |
|
Erik Krogh Kristensen
|
47488f86b5
|
update test
|
2020-12-03 16:58:08 +01:00 |
|
Erik Krogh Kristensen
|
3bad75dae5
|
better support for forms in js/xss-through-dom
|
2020-12-03 16:57:41 +01:00 |
|
Asger Feldthaus
|
20d9848f07
|
JS: Add test case
|
2020-12-03 15:08:43 +00:00 |
|
Asger Feldthaus
|
68d2bc861d
|
JS: Update test expectations
|
2020-12-03 15:01:50 +00:00 |
|
Asger Feldthaus
|
e66a49bea6
|
JS: Change note
|
2020-12-03 13:58:40 +00:00 |
|
Asger Feldthaus
|
ec6b8d6d3a
|
JS: Remove old workaround for template literals in import
|
2020-12-03 13:58:40 +00:00 |
|
Asger Feldthaus
|
757398f5fd
|
JS: Add upgrade script and stats
|
2020-12-03 13:58:39 +00:00 |
|
Asger Feldthaus
|
3b3052d792
|
JS: Autoformat
|
2020-12-03 13:58:39 +00:00 |
|
Asger Feldthaus
|
5676891e44
|
JS: Add TemplateLiteralTypeExpr
|
2020-12-03 13:58:39 +00:00 |
|
Asger Feldthaus
|
9da5c5cc70
|
JS: Update to TypeScript 4.1.2
|
2020-12-03 13:58:39 +00:00 |
|
Asger F
|
254072dd6d
|
Merge pull request #4546 from toufik-airane/main
JS: Add ElectronShellOpenExternalSink class for Electron framework security
|
2020-12-03 13:20:46 +00:00 |
|
CodeQL CI
|
edbbc846d0
|
Merge pull request #4753 from max-schaefer/js/more-nosql-query-args
Approved by asgerf, mchammer01
|
2020-12-03 08:46:47 +00:00 |
|
Asger Feldthaus
|
412939d071
|
JS: Autoformat
|
2020-12-02 13:08:32 +00:00 |
|
Asger Feldthaus
|
5561e8f1f6
|
JS: Delete old query and update qhelp
|
2020-12-01 17:05:48 +00:00 |
|
Asger Feldthaus
|
6211fe718b
|
JS: Add test
|
2020-12-01 17:05:48 +00:00 |
|
Asger Feldthaus
|
1459d9197d
|
JS: Adjust alert message for template sinks
|
2020-12-01 17:05:48 +00:00 |
|
Asger Feldthaus
|
8412a6bcbb
|
JS: Add template injection sinks to js/code-injection
|
2020-12-01 17:05:48 +00:00 |
|
Erik Krogh Kristensen
|
c50951cbae
|
add missing qldoc
|
2020-12-01 09:48:35 +01:00 |
|
Erik Krogh Kristensen
|
afbb921c7e
|
add change note
|
2020-12-01 09:18:40 +01:00 |
|
Erik Krogh Kristensen
|
9a31ed13ac
|
add test case
|
2020-12-01 09:18:40 +01:00 |
|
Erik Krogh Kristensen
|
dea2eb5443
|
simplify the logging sink - using the new API-graph logging models
|
2020-12-01 09:18:40 +01:00 |
|
Erik Krogh Kristensen
|
6f29a877fa
|
move logInjection out of experimental
|
2020-12-01 09:18:40 +01:00 |
|
Erik Krogh Kristensen
|
f6c358861c
|
convert logging models to use API-graphs
|
2020-12-01 09:18:36 +01:00 |
|