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 a022086 commit ef53e44Copy full SHA for ef53e44
csharp/ql/src/experimental/CWE-099/TaintedWebClientLib.qll
@@ -17,7 +17,7 @@ class SystemNetWebClientClass extends SystemNetClass {
17
//Extend the already existent SystemUriClass to not touch the stdlib.
18
/** The `System.Uri` class. */
19
class SystemUriClassExtra extends SystemUriClass {
20
- /** Gets the `DownloadString` method. */
+ /** Gets the `IsWellFormedUriString` method. */
21
Method getIsWellFormedUriStringMethod() { result = this.getAMethod("IsWellFormedUriString") }
22
}
23
0 commit comments