We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7529c commit 2961b79Copy full SHA for 2961b79
1 file changed
go/ql/src/experimental/CWE-522-DecompressionBombs/DecompressionBombs.ql
@@ -15,6 +15,7 @@ import go
15
import semmle.go.dataflow.Properties
16
import semmle.go.security.FlowSources
17
import CmdLineFlowSource
18
+import MultipartAndFormRemoteSource
19
20
module DecompressionBombs implements DataFlow::StateConfigSig {
21
class FlowState = DataFlow::FlowState;
0 commit comments