You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkgcheck scan doesn't complain about the TAB and newline characters in <remote-id>.
If it is indented spaces instead of TABs, it will complain with BadUrl because it will check https://github.com/%20%20%20%20%20%20%20%20user/repo, but TABs and newlines are completely ignored.
Expected Behavior
It should complain if <remote-id> contains TABs and/or newlines.
Is there an existing issue for this?
Current Behavior
If you have something like
pkgcheck scan
doesn't complain about the TAB and newline characters in<remote-id>
.If it is indented spaces instead of TABs, it will complain with BadUrl because it will check
https://github.com/%20%20%20%20%20%20%20%20user/repo
, but TABs and newlines are completely ignored.Expected Behavior
It should complain if
<remote-id>
contains TABs and/or newlines.gentoo/gentoo#38258 (comment)
https://bugs.gentoo.org/938339
pkgcheck version
pkgcheck 0.10.30
pkgcore version
pkgcore 0.12.27
The text was updated successfully, but these errors were encountered: