Skip to content

Commit

Permalink
Fix suspicious rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlend E. Aasland committed Apr 14, 2021
1 parent c2366b5 commit f3ed86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/tools/susp-ignored.csv
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ library/smtplib,,:port,method must support that as well as a regular host:port
library/socket,,::,'5aef:2b::8'
library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])"
library/socket,,:len,fds.frombytes(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
library/sqlite3,,:name,"cur.execute(""select * from lang where lang_name=:name and lang_age=:age"", {""name"": ""C"", ""age"": 49})"
library/sqlite3,,:age,"cur.execute(""select * from lang where lang_name=:name and lang_age=:age"", {""name"": ""C"", ""age"": 49})"
library/sqlite3,,:name,"cur.execute(""select * from lang where lang_name=:name and lang_age=:age"","
library/sqlite3,,:age,"cur.execute(""select * from lang where lang_name=:name and lang_age=:age"","
library/sqlite3,,:memory,
library/sqlite3,,:path,"db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)"
library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
Expand Down

0 comments on commit f3ed86e

Please sign in to comment.