mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Ruby: fix wording in rb/request-without-cert-validation
This commit is contained in:
@@ -29,4 +29,4 @@ where
|
||||
// does NOT hold.
|
||||
if disablingNode.getLocation() = origin.getLocation() then ending = "." else ending = " by $@."
|
||||
select request, "This request may run without certificate validation because $@" + ending,
|
||||
disablingNode, "the request is disabled", origin, "this value"
|
||||
disablingNode, "validation is disabled", origin, "this value"
|
||||
|
||||
Reference in New Issue
Block a user