Tag quality queries that are high precision and dont use pointsto

This commit is contained in:
Joe Farebrother
2025-06-17 15:02:55 +01:00
parent b62a6db314
commit 049c0705a9
8 changed files with 21 additions and 15 deletions

View File

@@ -2,9 +2,9 @@
* @name Except block handles 'BaseException'
* @description Handling 'BaseException' means that system exits and keyboard interrupts may be mis-handled.
* @kind problem
* @tags reliability
* readability
* convention
* @tags quality
* reliability
* error-handling
* external/cwe/cwe-396
* @problem.severity recommendation
* @sub-severity high