alitheg opened a new issue, #915: URL: https://github.com/apache/tooling-trusted-releases/issues/915
Replace `unsafe.Path` with a new `safe.Path` type This should validate for path traversal any any other "unsafe" patterns Use the new type on the inside the `Annotated` form types that need it (in `URLPath` and potentially `RelPath`), and then consider whether we can use it *instead* of the `Annotated` type and build the form validation into the class. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
