Skip to content

Commit f35379b

Browse files
committed
Ruby: Add change note for rb/insecure-download
1 parent a85811a commit f35379b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* Added a new query, `rb/insecure-download`. The query finds cases where executables and other sensitive files are downloaded over an insecure connection, which may allow for man-in-the-middle attacks.

ruby/ql/src/queries/security/cwe-829/InsecureDownload.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name Download of sensitive file through insecure connection
33
* @description Downloading executables and other sensitive files over an insecure connection
4-
* opens up for potential man-in-the-middle attacks.
4+
* may allow man-in-the-middle attacks.
55
* @kind path-problem
66
* @problem.severity error
77
* @security-severity 8.1

0 commit comments

Comments
 (0)