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

Module InsecureDownload::Label

Flow-labels for reasoning about download of sensitive file through insecure connection.

Import path

import codeql.ruby.security.InsecureDownloadCustomizations

Classes

Insecure

A flow-label for a URL that is downloaded over an insecure connection. DEPRECATED: Use InsecureState()

Sensitive

A flow-label for a URL that is sensitive. DEPRECATED: Use SensitiveState()

SensitiveInsecure

A flow-label for file URLs that are both sensitive and downloaded over an insecure connection. DEPRECATED: Use SensitiveInsecureState()

Datatypes

State

Flow-labels for reasoning about download of sensitive file through insecure connection.