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 30fe416 commit 5acc15bCopy full SHA for 5acc15b
go/ql/lib/semmle/go/security/TaintedPathCustomizations.qll
@@ -88,7 +88,7 @@ module TaintedPath {
88
}
89
90
91
- /**An call to ParseMultipartForm creates multipart.Form and cleans mutlpart.Form.FileHeader.Filename using path.Base() */
+ /**An call to ParseMultipartForm creates multipart.Form and cleans multipart.Form.FileHeader.Filename using path.Base() */
92
class MultipartClean extends Sanitizer {
93
MultipartClean() {
94
exists(DataFlow::FieldReadNode frn |
0 commit comments