Ruby: fix wording in rb/request-without-cert-validation

This commit is contained in:
Harry Maclean
2024-05-01 17:25:19 +01:00
parent 397e641f2f
commit c00d0d302d
2 changed files with 29 additions and 29 deletions

View File

@@ -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"