Skip to content

Commit de391ff

Browse files
committed
fix qlDOC one missed mistake
1 parent b7ef215 commit de391ff

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-
* The Method does not check input path against path traversal attacks, so it is a dangerous method
387+
* A Method That send files from its input and it 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)