File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
python/ql/src/experimental/semmle/python Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ private module Sendgrid {
20
20
/** Gets a reference to `sendgrid.helpers.mail.Mail` */
21
21
private API:: Node sendgridMailInstance ( ) { result = sendgridMailHelper ( ) .getMember ( "Mail" ) }
22
22
23
-
24
23
/** Gets a reference to a `SendGridAPIClient` instance. */
25
24
private API:: Node sendgridApiClient ( ) {
26
25
result = sendgrid ( ) .getMember ( "SendGridAPIClient" ) .getReturn ( )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ private module FlaskMail {
18
18
/** Gets a reference to `flask_mail.Mail()`, `flask_sendmail.Mail()` and `flask.ext.sendmail.Mail()`. */
19
19
private API:: Node flaskMailInstance ( ) { result = flaskMail ( ) .getMember ( "Mail" ) .getReturn ( ) }
20
20
21
-
22
21
/**
23
22
* Gets a call to `mail.send()`.
24
23
*
You can’t perform that action at this time.
0 commit comments