pingidentity / scim2

The UnboundID SCIM 2.0 SDK for Java
175 stars 72 forks source link

Eliminate warnings. #223

Closed kqarryzada closed 1 month ago

kqarryzada commented 1 month ago

Updated some SDK code to avoid warning messages from code scanning tools. This includes a change to the StringReader#skip method, which now explicitly checks for negative values.

JiraIssue: DS-48860

kqarryzada commented 1 month ago

I've left details about testing this change on Jira.