Ruby: Update RequestWithoutValidation.ql to match Python version

No library modeling currently has support for the new disablesCertificateValidation/2, so only the alert text has changed

(removed an import from Python so the queries would ACTUALLY match)
This commit is contained in:
Rasmus Wriedt Larsen
2022-08-18 14:27:32 +02:00
parent 4a82025087
commit 47c9c5bddd
3 changed files with 36 additions and 30 deletions

View File

@@ -13,7 +13,6 @@
import python
private import semmle.python.dataflow.new.DataFlow
private import semmle.python.Concepts
private import semmle.python.ApiGraphs
from
HTTP::Client::Request request, DataFlow::Node disablingNode, DataFlow::Node origin, string ending