зеркало из https://github.com/github/codeql.git
Format `FlaskMail.qll` and `Sendgrid.qll`
This commit is contained in:
Родитель
897d5c9471
Коммит
171239b78f
|
@ -20,7 +20,6 @@ private module Sendgrid {
|
|||
/** Gets a reference to `sendgrid.helpers.mail.Mail` */
|
||||
private API::Node sendgridMailInstance() { result = sendgridMailHelper().getMember("Mail") }
|
||||
|
||||
|
||||
/** Gets a reference to a `SendGridAPIClient` instance. */
|
||||
private API::Node sendgridApiClient() {
|
||||
result = sendgrid().getMember("SendGridAPIClient").getReturn()
|
||||
|
|
|
@ -18,7 +18,6 @@ private module FlaskMail {
|
|||
/** Gets a reference to `flask_mail.Mail()`, `flask_sendmail.Mail()` and `flask.ext.sendmail.Mail()`. */
|
||||
private API::Node flaskMailInstance() { result = flaskMail().getMember("Mail").getReturn() }
|
||||
|
||||
|
||||
/**
|
||||
* Gets a call to `mail.send()`.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче