mirror of
https://github.com/github/codeql.git
synced 2026-02-09 19:51:07 +01:00
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
/** DEPRECATED. Import `StackTraceExposureQuery` instead. */
|
|
|
|
private import python
|
|
import semmle.python.dataflow.new.DataFlow
|
|
import semmle.python.dataflow.new.TaintTracking
|
|
|
|
/** DEPRECATED. Import `StackTraceExposureQuery` instead. */
|
|
deprecated module StackTraceExposure {
|
|
import StackTraceExposureQuery // ignore-query-import
|
|
}
|
|
|
|
/** DEPRECATED. Import `StackTraceExposureQuery` instead. */
|
|
deprecated class StackTraceExposureConfiguration = StackTraceExposure::Configuration;
|