Skip to content

Commit

Permalink
Fix requests fp (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhu Subramanian authored Nov 18, 2020
1 parent 909b33f commit 2641284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pyt/vulnerability_definitions/all_sources_sinks.pyt
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@
"RequestSend": {
"urllib.request.urlretrieve(": {},
"request.urlretrieve(": {},
"session.prepare_request(": {},
"session.send(": {},
"urlretrieve(": {},
"urlopen(": {},
"open_unknown(": {},
Expand Down Expand Up @@ -440,7 +442,6 @@
"database.fetch_one(": {},
"database.iterate(": {},
"database.execute_many(": {},
"request.database.execute(": {},
"read_sql(": {},
"read_sql_query(": {},
"read_sql_table(": {}
Expand Down

0 comments on commit 2641284

Please sign in to comment.