File tree Expand file tree Collapse file tree
python/ql/src/experimental/semmle/python Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ module EmailSender {
334334}
335335
336336/**
337- * A data-flow node that sends an email..
337+ * A data-flow node that sends an email.
338338 *
339339 * Extend this class to refine existing API models. If you want to model new APIs,
340340 * extend `EmailSender::Range` instead.
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ module SmtpLib {
4242 }
4343
4444 /**
45- * Using `MimeText` call, gets the content argument whose type argument equals `mimetype`.
46- * This call flow sinto `MIMEMultipart`'s `_subparts` argument or `.attach()` method call,
45+ * Using the `MimeText` call retrieves the content argument whose type argument equals `mimetype`.
46+ * This call flows into `MIMEMultipart`'s `_subparts` argument or the `.attach()` method call
4747 * and both local source nodes correlate to `smtp`'s `sendmail` call 3rd argument's local source.
4848 *
4949 * Given the following example with `getSmtpMessage(any(SmtpLibSendMail s), "html")`:
You can’t perform that action at this time.
0 commit comments