mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Apply suggestions from code review
Co-authored-by: ${sleep,5} <52643283+mrthankyou@users.noreply.github.com>
This commit is contained in:
@@ -334,7 +334,7 @@ module EmailSender {
|
||||
}
|
||||
|
||||
/**
|
||||
* A data-flow node that sends an email..
|
||||
* A data-flow node that sends an email.
|
||||
*
|
||||
* Extend this class to refine existing API models. If you want to model new APIs,
|
||||
* extend `EmailSender::Range` instead.
|
||||
|
||||
@@ -42,8 +42,8 @@ module SmtpLib {
|
||||
}
|
||||
|
||||
/**
|
||||
* Using `MimeText` call, gets the content argument whose type argument equals `mimetype`.
|
||||
* This call flow sinto `MIMEMultipart`'s `_subparts` argument or `.attach()` method call,
|
||||
* Using the `MimeText` call retrieves the content argument whose type argument equals `mimetype`.
|
||||
* This call flows into `MIMEMultipart`'s `_subparts` argument or the `.attach()` method call
|
||||
* and both local source nodes correlate to `smtp`'s `sendmail` call 3rd argument's local source.
|
||||
*
|
||||
* Given the following example with `getSmtpMessage(any(SmtpLibSendMail s), "html")`:
|
||||
|
||||
Reference in New Issue
Block a user