We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fac88 commit d27d4fdCopy full SHA for d27d4fd
python/ql/lib/semmle/python/frameworks/SSRFSink.qll
@@ -23,15 +23,12 @@ module SSRFMaDModel {
23
24
override DataFlow::Node getAUrlPart() { result = urlArg }
25
26
- override string getFramework() {
27
- // TOOD: how to get type of this node?
28
- result = "MaD"
29
- }
+ override string getFramework() { result = "MaD" }
30
31
override predicate disablesCertificateValidation(
32
DataFlow::Node disablingNode, DataFlow::Node argumentOrigin
33
) {
34
- // TODO: if you need to define this, you have to special case it for every possible API in MaD
+ // NOTE: if you need to define this, you have to special case it for every possible API in MaD
35
none()
36
}
37
0 commit comments