Files
codeql/javascript/ql/experimental/adaptivethreatmodeling
Henry Mercer 016727d6b6 JS: Fix occasional duplicate body tokens
0e31439 introduces some occasional duplicate tokens due to duplicate AST
node attributes. The long-term fix is to update `CodeToFeatures.qll`,
but for the short-term, we update the concatenation to concatenate
unique (location, token) pairs.
2021-12-07 14:16:48 +00:00
..
2021-11-25 17:06:37 +00:00

[Internal only] Adaptive Threat Modeling for JavaScript

This directory contains CodeQL libraries and queries that power adaptive threat modeling for JavaScript. All APIs are experimental and may change in the future.

These queries can only be run by internal users; for external users they will return no results.