Right, it's not a security problem on its own, but it can make the regex not match at all causing jc to return an error. So jc suffers from the parsing bug mentioned in the post.
[edit:] In order to get jc to return an error one has to actually read the regex. Here is a file name that gets it to return an error:
Edit: looks like I can tighten up the signature matching regex for the "magic" syntax per the issue found above. The greedy regex matching for the parser does seem to work fine, though.
henrydark|3 years ago
[edit:] In order to get jc to return an error one has to actually read the regex. Here is a file name that gets it to return an error:
kbrazil|3 years ago
kbrazil|3 years ago