mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Apply suggestions from code review
Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
committed by
GitHub
parent
e8db624e74
commit
5e060fa6a8
@@ -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>
|
||||
|
||||
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user