2017-08-12 00:44:18 +02:00
|
|
|
title: Python SQL Exceptions
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 19aefed0-ffd4-47dc-a7fc-f8b1425e84f9
|
2020-09-13 22:03:04 -06:00
|
|
|
status: stable
|
2017-08-12 00:44:18 +02:00
|
|
|
description: Generic rule for SQL exceptions in Python according to PEP 249
|
2022-10-25 06:48:55 +02:00
|
|
|
references:
|
|
|
|
|
- https://www.python.org/dev/peps/pep-0249/#exceptions
|
2017-08-12 00:44:18 +02:00
|
|
|
author: Thomas Patzke
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2017-08-12
|
|
|
|
|
modified: 2020-09-01
|
2022-10-25 06:48:55 +02:00
|
|
|
tags:
|
2024-08-12 12:02:50 +02:00
|
|
|
- attack.initial-access
|
2022-10-25 06:48:55 +02:00
|
|
|
- attack.t1190
|
2017-08-12 00:44:18 +02:00
|
|
|
logsource:
|
|
|
|
|
category: application
|
|
|
|
|
product: python
|
|
|
|
|
detection:
|
2022-06-03 15:39:41 +02:00
|
|
|
keywords:
|
2017-08-12 00:44:18 +02:00
|
|
|
- DataError
|
|
|
|
|
- IntegrityError
|
|
|
|
|
- ProgrammingError
|
2017-08-13 00:10:00 +02:00
|
|
|
- OperationalError
|
2022-06-03 15:39:41 +02:00
|
|
|
condition: keywords
|
2017-08-12 00:44:18 +02:00
|
|
|
falsepositives:
|
|
|
|
|
- Application bugs
|
|
|
|
|
level: medium
|