Files
codeql/javascript/ql/experimental/adaptivethreatmodeling
Henry Mercer 6739fe39ba JS: Update featurization for absent features optimization
Absent features are now represented implicitly by the absence of a row
in the `tokenFeatures` relation, rather than explicitly by an empty
string. This leads to improved runtime performance. To enable this
implicit representation, we pass the set of supported token features to
the `scoreEndpoints` HOP. Requires CodeQL CLI v2.7.4.
2022-01-05 19:46:04 +00:00
..
2021-12-17 16:49:59 +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.