Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9780fcf commit 57d2226Copy full SHA for 57d2226
1 file changed
javascript/ql/src/Security/CWE-829/UnsecureDownload.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Download of sensitive file through unsecure connection
3
- * @description Downloading executeables and other sensitive files over an unsecure connection
+ * @description Downloading executables and other sensitive files over an unsecure connection
4
* opens up for potential man-in-the-middle attacks.
5
* @kind path-problem
6
* @problem.severity error
0 commit comments