-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
-
2.5.1
When I input @, it returns @
ex:
input:'git@gitlab.com:xzdry:xxxxxx.git'
expect:'git@gitlab.com:xzdry:xxxxxx.git'
actual return:'git@gitlab.com:xzdry:xxxxxx.git'
[JENKINS-64032] Groovy-backed @ when input @ after 2.5.1 upgrade
Description |
Original:
When I input @, it returns @ ex: input:'git@116.62.100.239:xxxxxx.git' expect:'git@116.62.100.239:xxxxxx.git' actual return:'git充.62.100.239:xxxxxx.git' |
New:
When I input @, it returns @ ex: input:'git@gitlab.com:xzdry:xxxxxx.git' expect:'git@gitlab.com:xzdry:xxxxxx.git' actual return:'git@gitlab.com:xzdry:xxxxxx.git' |
Attachment | New: image-2020-10-30-22-48-12-385.png [ 53113 ] |
Attachment | New: image-2020-10-30-22-51-26-345.png [ 53114 ] |
Attachment | New: image-2020-10-30-22-53-43-762.png [ 53115 ] |
Hi xzdry,
Thanks for reporting the issue with example and expected/received results. Looks like we are filtering a bit too much of the code. Given the risk of a security regression for a recent CVE, I will try to take some time to understand what's going on and how to fix it (even though the fix should be simple, I will need some time to confirm it's not going to result in a new CVE).
Cheers
Bruno