Skip to content

Commit 66d77a4

Browse files
authored
Fix typo in comment and TaintTrackingConfiguration name
1 parent e18d8c5 commit 66d77a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/src/experimental/CWE-099/TaintedWebClientLib.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
4343
class 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
*/
6161
class WebClientSink extends Sink {
6262
WebClientSink() {

0 commit comments

Comments
 (0)