newrelic / csec-java-agent

Open source repo for the new relic Java security agent
Other
6 stars 11 forks source link

Handle InvalidPathException thrown by Paths.get method #255

Closed lovesh-ap closed 3 months ago

lovesh-ap commented 4 months ago

Implemented a fix by ensuring proper handling of the InvalidPathException wherever the Paths.get method was utilized within the codebase.