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 141d6b8 commit fa4145bCopy full SHA for fa4145b
go/ql/lib/semmle/go/frameworks/XNetHtml.qll
@@ -13,8 +13,4 @@ import go
13
module XNetHtml {
14
/** Gets the package name `golang.org/x/net/html`. */
15
string packagePath() { result = package("golang.org/x/net", "html") }
16
-
17
- private class EscapeString extends HtmlEscapeFunction {
18
- EscapeString() { this.hasQualifiedName(packagePath(), "EscapeString") }
19
- }
20
}
0 commit comments