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
The ResourceFactory utility class throws IllegalArgumentException if an invalid resource String is passed in to any of its toResource() methods. This potential fault is not properly handled in WhitelistDataAccess and AuditWhitelistCache.
Error scenarios should result in proper Cassandra exception and reject client request. Behavior should be verified with integration tests.
The text was updated successfully, but these errors were encountered:
The ResourceFactory utility class throws IllegalArgumentException if an invalid resource String is passed in to any of its toResource() methods. This potential fault is not properly handled in WhitelistDataAccess and AuditWhitelistCache.
Error scenarios should result in proper Cassandra exception and reject client request. Behavior should be verified with integration tests.
The text was updated successfully, but these errors were encountered: