Skip to content

Commit 693539a

Browse files
committed
fix qhelps
1 parent 2ac9063 commit 693539a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/ql/lib/semmle/go/frameworks/Fasthttp.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ module Fasthttp {
384384
*/
385385
module Response {
386386
/**
387-
* Following Method need path sanitizer before using it, so it is a dangerous method
387+
* The Method does not check input path against path traversal attacks, so it is a dangerous method
388388
*/
389389
class FileSystemAccess extends FileSystemAccess::Range, DataFlow::CallNode {
390390
FileSystemAccess() {

0 commit comments

Comments
 (0)