You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to satisfy CodeQL Exception messages cannot be shared with users unless explicitly overridden, which the UserFriendlyException class does. Therefore the ParamConverter class should throw UserFriendlyExceptions instead of built-in Exceptions such as IllegalArgumentException in order to better support delivering user friendly messages to the user without tripping security scanners.
In order to satisfy CodeQL Exception messages cannot be shared with users unless explicitly overridden, which the UserFriendlyException class does. Therefore the ParamConverter class should throw UserFriendlyExceptions instead of built-in Exceptions such as IllegalArgumentException in order to better support delivering user friendly messages to the user without tripping security scanners.
Related: #23
The text was updated successfully, but these errors were encountered: