We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d27585 commit 62ae702Copy full SHA for 62ae702
cpp/ql/src/experimental/Security/CWE/CWE-703/FindIncorrectlyUsedExceptions.ql
@@ -40,5 +40,5 @@ where
40
) and
41
fc instanceof ExprInVoidContext and
42
not fc.isInMacroExpansion() and
43
- msg = "This object does not generate an exception."
+ msg = "Object creation of exception type on stack. Did you forget the throw keyword?"
44
select fc, msg
0 commit comments