alitheg commented on PR #825: URL: https://github.com/apache/tooling-trusted-releases/pull/825#issuecomment-4004505015
Finally, the SSH class is tricky - we need to validate project and version name in two ways. Project can be checked for existence *and* sanitised. However Version needs to support `None/""` because SSH can create a version. But we can't represent `safe.VersionName` without validation (well, we can construct it manually but that isn't correct when it comes from user input). -- 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]
