Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57d2226

Browse files
committed
typo
1 parent 9780fcf commit 57d2226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/Security/CWE-829/UnsecureDownload.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Download of sensitive file through unsecure connection
3-
* @description Downloading executeables and other sensitive files over an unsecure connection
3+
* @description Downloading executables and other sensitive files over an unsecure connection
44
* opens up for potential man-in-the-middle attacks.
55
* @kind path-problem
66
* @problem.severity error

0 commit comments

Comments
 (0)