diff --git a/backend/.bandit b/backend/.bandit index 909b3c1..7697a4d 100644 --- a/backend/.bandit +++ b/backend/.bandit @@ -1,4 +1,2 @@ -[bandit] -# B311: seed_demo.py uses random exclusively for fake demo data generation, -# not for any cryptographic or security-sensitive purpose. -skips = B311 +skips: + - B311