File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
csharp/ql/src/experimental/CWE-099 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ abstract class Sanitizer extends DataFlow::ExprNode { }
41
41
* A taint-tracking configuration for uncontrolled data in path expression vulnerabilities.
42
42
*/
43
43
class TaintTrackingConfiguration extends TaintTracking:: Configuration {
44
- TaintTrackingConfiguration ( ) { this = "TaintedPath " }
44
+ TaintTrackingConfiguration ( ) { this = "TaintedWebClientLib " }
45
45
46
46
override predicate isSource ( DataFlow:: Node source ) { source instanceof Source }
47
47
@@ -56,7 +56,7 @@ class RemoteSource extends Source {
56
56
}
57
57
58
58
/**
59
- * A path argument to a `WebClient` method call that have an address argument.
59
+ * A path argument to a `WebClient` method call that has an address argument.
60
60
*/
61
61
class WebClientSink extends Sink {
62
62
WebClientSink ( ) {
You can’t perform that action at this time.
0 commit comments