mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: Make UserInputMsgConfig public
This commit is contained in:
@@ -120,7 +120,7 @@ private string sensitiveheaders() {
|
||||
/**
|
||||
* A config that tracks data flow from remote user input to cryptographic operations
|
||||
*/
|
||||
private class UserInputMsgConfig extends TaintTracking::Configuration {
|
||||
class UserInputMsgConfig extends TaintTracking::Configuration {
|
||||
UserInputMsgConfig() { this = "UserInputMsgConfig" }
|
||||
|
||||
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
|
||||
|
||||
Reference in New Issue
Block a user