-
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'
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'
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