CodeQL library for JavaScript/TypeScript
codeql/javascript-all 2.6.19-dev (changelog, source)
Search

Module BrokenCryptoAlgorithmQuery

Provides a taint tracking configuration for reasoning about sensitive information in broken or weak cryptographic algorithms.

Note, for performance reasons: only import this file if BrokenCryptoAlgorithm::Configuration is needed, otherwise BrokenCryptoAlgorithmCustomizations should be imported instead.

Import path

import semmle.javascript.security.dataflow.BrokenCryptoAlgorithmQuery

Imports

BrokenCryptoAlgorithm
javascript

Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML.

Classes

Configuration

DEPRECATED. Use the BrokenCryptoAlgorithmFlow module instead.

Modules

BrokenCryptoAlgorithmConfig

A taint tracking configuration for sensitive information in broken or weak cryptographic algorithms.

Aliases

BrokenCryptoAlgorithmFlow

Taint tracking flow for sensitive information in broken or weak cryptographic algorithms.