[scrapy] Scrapy denial of service vulnerability

Scrapy 1.4 allows remote attackers to cause a denial of service (memory consumption) via large files because arbitrarily many files are read into memory, which is especially problematic if the files are then individually written in a separate thread to…

[Mistune] Cross-site Scripting in Mistune

mistune.py in Mistune 0.7.4 allows XSS via an unexpected newline (such as in java\nscript:) or a crafted email address, related to the escape and autolink functions.
References

https://nvd.nist.gov/vuln/detail/CVE-2017-15612
https://github.com/lepture…