mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Update MaD Declarations after Triage
This commit is contained in:
6
java/ql/lib/change-notes/2023-05-30-new-models.md
Normal file
6
java/ql/lib/change-notes/2023-05-30-new-models.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added models for the following packages:
|
||||
|
||||
* okhttp3
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user