Closed security101 closed 1 year ago
Hi @security101. Thank you for this one also. I'll pick this up this week.
I recommend changing the regex from ^\\p{Alnum}*$
to ^[\\p{Alnum}]*$
. The library used to generate random data interprets the curly braces as length tags.
O will close this now. Please use the fix suggested in the previous comment.
CATS, version 9.0.1, build-time 2023-08-11T17:48:57Z UTC running environments: linux (centos)
command: java -jar cats.jar lint --contract=swagger.json
API definition of Dependency-Track (https://github.com/DependencyTrack/dependency-track)
error message:
swagger.json.zip