mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
9 lines
410 B
YAML
9 lines
410 B
YAML
# partial model of the Oracle Call Interface (OCI) library
|
|
extensions:
|
|
- addsTo:
|
|
pack: codeql/cpp-all
|
|
extensible: sinkModel
|
|
data: # namespace, type, subtypes, name, signature, ext, input, kind, provenance
|
|
- ["", "", False, "OCIStmtPrepare", "", "", "Argument[*2]", "sql-injection", "manual"]
|
|
- ["", "", False, "OCIStmtPrepare2", "", "", "Argument[*3]", "sql-injection", "manual"]
|