rmax / scrapy-redis

Redis-based components for Scrapy.
http://scrapy-redis.readthedocs.io
MIT License
5.52k stars 1.59k forks source link

[test] Dev bandit #234

Closed LuckyPigeon closed 2 years ago

LuckyPigeon commented 2 years ago

Description

scrapy recently introduce a security system named bandit, as a third-party of scrapy, I think we should follow up.

Solution

Install bandit, add .bandit.yml with some rules, fix CWE-703: Improper Check or Handling of Exceptional Conditions.