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

Module CleartextStorage

Import path

import semmle.javascript.security.dataflow.CleartextStorageCustomizations

Classes

AngularJSStorageSink

An expression stored by AngularJS.

CookieStorageSink

An expression set as a value on a cookie instance.

ProtectSanitizer

A call to any function whose name suggests that it encodes or encrypts its arguments.

Sanitizer

A sanitizer for cleartext storage of sensitive information.

SensitiveExprSource

A sensitive expression, viewed as a data flow source for cleartext storage of sensitive information.

Sink

A data flow sink for cleartext storage of sensitive information.

Source

A data flow source for cleartext storage of sensitive information.

WebStorageSink

An expression set as a value of localStorage or sessionStorage.