We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should not panic when scanning encrypted ansible vault yamls
KICS panics when finds a file like the example:
vars/all.yaml
$ANSIBLE_VAULT;1.2;AES256;dev 30613233633461343837653833666333643061636561303338373661313838333565653635353162 3263363434623733343538653462613064333634333464660a663633623939393439316636633863 61636237636537333938306331383339353265363239643939666639386530626330633337633833 6664656334373166630a363736393262666465663432613932613036303963343263623137386239 6330
The text was updated successfully, but these errors were encountered:
fix(parser): fix issue with parser returning panic #4223 (#4224)
799ebf4
Signed-off-by: João Reigota <[email protected]>
joaoReigota1
Successfully merging a pull request may close this issue.
Expected Behavior
should not panic when scanning encrypted ansible vault yamls
Actual Behavior
KICS panics when finds a file like the example:
vars/all.yaml
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: