Python: Model the psycopg package

This commit is contained in:
Rasmus Wriedt Larsen
2024-01-29 12:10:46 +01:00
parent 49d6d3fa0c
commit 3f0dc2b022
5 changed files with 51 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ private import semmle.python.frameworks.Oracledb
private import semmle.python.frameworks.Pandas
private import semmle.python.frameworks.Peewee
private import semmle.python.frameworks.Phoenixdb
private import semmle.python.frameworks.Psycopg
private import semmle.python.frameworks.Psycopg2
private import semmle.python.frameworks.Pycurl
private import semmle.python.frameworks.Pydantic