Add python custom rules

Hello! I was wondering if I can add custom rules for python source code?
For example, there’s a rule saying:
(When generating cryptographic keys (or key pairs), it is important to use a key length that provides enough entropy against brute-force attacks. For the Blowfish algorithm the key should be at least 128 bits long, while for the RSA algorithm it should be at least 2048 bits long.)

It says for RSA at least 2048, can I change that to 3000?
and what if I try to add more custom rules, is it possible?

Thanks.

Hi,

We do support adding custom rules for Python. The docs should get you started.

 
HTH,
Ann