Added OperationalError to relevant Python DB exceptions

This commit is contained in:
Thomas Patzke
2017-08-13 00:10:00 +02:00
parent 33b2ff16cf
commit 238f27fa0d
@@ -11,6 +11,7 @@ detection:
- DataError
- IntegrityError
- ProgrammingError
- OperationalError
condition: exceptions
falsepositives:
- Application bugs