Java: Replace ratpack test fix with general heuristic summary.

This commit is contained in:
Anders Schack-Mulligen
2023-07-26 15:19:50 +02:00
parent c5990311ca
commit 37455ec29e
3 changed files with 44 additions and 1 deletions

View File

@@ -3,7 +3,6 @@ extensions:
pack: codeql/java-all
extensible: summaryModel
data:
- ["ratpack.exec", "Operation", True, "of", "(Block)", "", "Argument[0]", "Argument[0].Parameter[this]", "value", "manual"]
- ["ratpack.exec", "Promise", True, "apply", "", "", "Argument[this].Element", "Argument[0].Parameter[0].Element", "value", "manual"]
- ["ratpack.exec", "Promise", True, "apply", "", "", "Argument[0].ReturnValue.Element", "ReturnValue.Element", "value", "manual"]
- ["ratpack.exec", "Promise", True, "blockingMap", "", "", "Argument[this].Element", "Argument[0].Parameter[0]", "value", "manual"]