-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
Keiko error generating organization report due to _, ^, $, and # characters #749
Comments
Seems like the |
The @@{finding.description|replace("_", "\_")|replace("^","\^")|replace("$","\$")|replace("#","\#")}@@ |
Errors for underscore characters were fixed in #678. Do we actually see these other characters in real reports? |
They are rare, but I encountered them. In very technical CVE explanations these characters can be common. For example CVE's with regards to certificates and rewrite rules. These three CVE's were troublemakers in my case: |
Describe the bug
During the generation of the report on organization level Keiko times out and generates a debug log. It does however manage to generate reports on smaller objects and/or findings. For example, findings about SPF, SKIM and DMARC.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect Keiko to generate a report, and being able to succesfuly download it.
Screenshots
OpenKAT version
I am making use of the
make kat
install on Ubuntu 22.04.02 withDocker version 23.0.3, build 3e7cbfd
.Additional context
I can attach the whole log on request, I'll paste a piece of it down below since it is about 21116 lines.
The text was updated successfully, but these errors were encountered: