Apply suggestions from code review

Claim conversions do not execute inputs in order to remove interaction with `py/unsafe-deserialization`.

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2023-09-28 12:40:37 +02:00
committed by GitHub
parent d90630aa66
commit c2b63830f1

View File

@@ -170,7 +170,7 @@ private module NoSql {
override string getFormat() { result = "NoSQL" }
override predicate mayExecuteInput() { any() }
override predicate mayExecuteInput() { none() }
}
/**
@@ -200,7 +200,7 @@ private module NoSql {
override string getFormat() { result = "NoSQL" }
override predicate mayExecuteInput() { any() }
override predicate mayExecuteInput() { none() }
}
/**