CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module CleartextLoggingQuery

Provides a taint-tracking configuration for “Clear-text logging of sensitive information”.

Note, for performance reasons: only import this file if CleartextLoggingFlow is needed, otherwise CleartextLoggingCustomizations should be imported instead.

Import path

import codeql.ruby.security.CleartextLoggingQuery

Imports

CleartextLogging

Provides default sources, sinks and sanitizers for reasoning about cleartext logging of sensitive information, as well as extension points for adding your own.

Classes

Configuration

A taint-tracking configuration for detecting “Clear-text logging of sensitive information”. DEPRECATED: Use CleartextLoggingFlow instead

Aliases

CleartextLoggingFlow

Taint-tracking for detecting “Clear-text logging of sensitive information”.