Apply suggestions from code review

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-06-15 23:47:40 +02:00
committed by GitHub
parent e8db624e74
commit 5e060fa6a8
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
</overview>
<recommendation>
<p>
Use an transfer protocol that includes encryption when downloading executeables or other sensitive files.
Use a secure transfer protocol when downloading executeables or other sensitive files.
</p>
</recommendation>
<example>

View File

@@ -18,7 +18,7 @@ module InsecureDownload {
* A taint tracking configuration for download of sensitive file through insecure connection.
*/
class Configuration extends DataFlow::Configuration {
Configuration() { this = "HTTP/HTTPS" }
Configuration() { this = "InsecureDownload" }
override predicate isSource(DataFlow::Node source) { source instanceof Source }