[code-quality] Bandit customization

2021-05-14 Thread Maxim Mosharov via code-quality
Hi team!Our clients really need to understand how to customize bandit easily.We made some videos for them to understand how to work with ast. But all of us don't even understand how to include our tests to bandit plugins. Let's imagine we have the same plugin as it is here https://bandit.readthedoc

[code-quality] Re: Bandit customization

2021-05-14 Thread Ian Stapleton Cordasco
I think part of the confusion is that those docs seem to be geared towards including your test upstream, not keeping it private in a separate project Sent from my phone with my typo-happy thumbs. Please excuse my brevity On Fri, May 14, 2021, 06:16 Maxim Mosharov via code-quality < code-quality@p

[code-quality] Re: Bandit customization

2021-05-14 Thread Ehooo
Hello Maxim and Ian, There is an issue on github #214 in order to allow external plugins on Bandit, however it is not included on the master branch. You have a small "manual" on the README about how to