mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Replace final three suppressions entries with line numbers
- These were initially not included in these changes, as they were other PRs (#3104 & #3132) that address them.
This commit is contained in:
@@ -310,7 +310,7 @@ class TransactionSecMarkerManagement {
|
||||
if (m_marker) {
|
||||
return m_marker;
|
||||
} else {
|
||||
throw;
|
||||
throw; // cppcheck-suppress rethrowNoCurrentException
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user