Update MaD Declarations after Triage

This commit is contained in:
Taus
2023-05-30 16:11:30 +02:00
parent 5bc844c4c6
commit 00e4c455b5
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* Added models for the following packages:
* okhttp3

View File

@@ -3,6 +3,8 @@ extensions:
pack: codeql/java-all
extensible: sinkModel
data:
- ["okhttp3", "OkHttpClient", True, "newCall", "(Request)", "", "Argument[0]", "open-url", "ai-manual"]
- ["okhttp3", "OkHttpClient", True, "newWebSocket", "(Request,WebSocketListener)", "", "Argument[0]", "open-url", "ai-manual"]
- ["okhttp3", "Request", True, "Request", "", "", "Argument[0]", "open-url", "manual"]
- ["okhttp3", "Request$Builder", True, "url", "", "", "Argument[0]", "open-url", "manual"]
- addsTo: