Christian Ledermann
Christian Ledermann
Taking this a step further, I'd also like to see lines that are annotated with `# nosec BXXX` to be reported if the specified error is not raised.
@sobolevn the repo is now 2 years without updates, is it in 'stealth mode', or can we close this?
yes they override one another, I combined the python code generated by both projects in `.git/hooks/pre-commit` manually (nasty hack - not sustainable)
https://pypi.python.org/pypi/check-manifest would be another nice candidate for inclusion
https://wiki.openstack.org/wiki/Security/Projects/Bandit would be nice to have too
https://julien.danjou.info/blog/2015/python-ast-checking-method-declaration
https://pypi.python.org/pypi/rstcheck https://github.com/myint/rstcheck sorry for the noise, I just have a braindump on nice to have extensions here
8-) thanks
I encountered a similar issue e.g: ``` if op == Op.EQUAL: return left_value == right_value elif op == Op.NOT_EQUAL: return left_value != right_value ``` I deactivated `R505` because of too...
#78 #28 #63