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 { }
4141 * A taint-tracking configuration for uncontrolled data in path expression vulnerabilities.
4242 */
4343class TaintTrackingConfiguration extends TaintTracking:: Configuration {
44- TaintTrackingConfiguration ( ) { this = "TaintedPath " }
44+ TaintTrackingConfiguration ( ) { this = "TaintedWebClientLib " }
4545
4646 override predicate isSource ( DataFlow:: Node source ) { source instanceof Source }
4747
@@ -56,7 +56,7 @@ class RemoteSource extends Source {
5656}
5757
5858/**
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.
6060 */
6161class WebClientSink extends Sink {
6262 WebClientSink ( ) {
You can’t perform that action at this time.
0 commit comments