CodeQL library for Go
codeql/go-all 0.7.15-dev (changelog, source)
Search

Module CleartextLogging

Provides a data-flow tracking configuration for reasoning about clear-text logging of sensitive information.

Import path

import semmle.go.security.CleartextLogging

Imports

CleartextLogging

Provides extension points for customizing the data-flow tracking configuration for reasoning about clear-text logging of sensitive information.

Classes

Configuration

DEPRECATED: Use Flow instead.

Aliases

Flow

Tracks data flow for reasoning about clear-text logging of sensitive information, from Sources, which are sources of sensitive data, to Sinks, which is an abstract class representing all the places sensitive data may be stored in cleartext. Additional sources or sinks can be added by extending the relevant class.