File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
go/ql/src/experimental/CWE-525 Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import go
2
2
import StringOps
3
3
4
4
module WebCacheDeception {
5
- abstract class Source extends DataFlow:: Node { }
6
-
7
5
abstract class Sink extends DataFlow:: Node { }
8
6
9
7
private class GoNetHTTP extends Sink {
@@ -49,20 +47,4 @@ module WebCacheDeception {
49
47
)
50
48
}
51
49
}
52
-
53
- deprecated class Configuration extends TaintTracking:: Configuration {
54
- Configuration ( ) { this = "Web Cache Deception" }
55
-
56
- override predicate isSource ( DataFlow:: Node source ) { source instanceof Source }
57
-
58
- override predicate isSink ( DataFlow:: Node sink ) { sink instanceof Sink }
59
- }
60
-
61
- private module Config implements DataFlow:: ConfigSig {
62
- predicate isSource ( DataFlow:: Node source ) { source instanceof Source }
63
-
64
- predicate isSink ( DataFlow:: Node sink ) { sink instanceof Sink }
65
- }
66
-
67
- module Flow = TaintTracking:: Global< Config > ;
68
50
}
You can’t perform that action at this time.
0 commit comments