Module StackTraceExposure
Provides default sources, sinks and sanitizers for detecting stack trace exposure vulnerabilities, as well as extension points for adding your own.
Import path
import codeql.ruby.security.StackTraceExposureCustomizationsClasses
| BacktraceCall | A call to |
| KernelCallerCall | A call to |
| Sanitizer | A data flow sanitizer for stack trace exposure vulnerabilities. |
| ServerHttpResponseBodyAsSink | The body of an HTTP response that will be returned from a server, considered as a flow sink. |
| Sink | A data flow sink for stack trace exposure vulnerabilities. |
| Source | A data flow source for stack trace exposure vulnerabilities. |