pingidentity / scim2

The UnboundID SCIM 2.0 SDK for Java
184 stars 75 forks source link

Eliminate warnings. #223

Closed kqarryzada closed 5 months ago

kqarryzada commented 5 months 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 5 months ago

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