Datatype InsecureDownload::Label::State
Flow-labels for reasoning about download of sensitive file through insecure connection.
Import path
import codeql.ruby.security.InsecureDownloadCustomizationsBranch types
| InsecureState | A flow-label for a URL that is downloaded over an insecure connection. |
| SensitiveInsecureState | A flow-label for file URLs that are both sensitive and downloaded over an insecure connection. |
| SensitiveState | A flow-label for a URL that is sensitive. |
Injectors
| InsecureState | A flow-label for a URL that is downloaded over an insecure connection. |
| SensitiveInsecureState | A flow-label for file URLs that are both sensitive and downloaded over an insecure connection. |
| SensitiveState | A flow-label for a URL that is sensitive. |