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
The rasa-x ingress does not work with the new NGINX Ingress controller v1.0.5 release due to a new security feature introduced for a really serious security issue.
This new sanitization process blocks all inputs that contain prohibited keywords including curly brackets or backslashes.
Problematic snippet example:
rasa-x-helm/charts/rasa-x/templates/rasa-x-ingress.yaml
Lines 30 to 32 in 1122517
The text was updated successfully, but these errors were encountered:
Thanks for the issue, @JustinaPetr will get back to you about it soon!
Sorry, something went wrong.
@tczekajlo @RASADSA @JustinaPetr @virtualroot any news about this?
Remove robots.txt from annotation
63b1fce
Fix #246 and tackles CVE-2021-25742
9133afa
refactor: Remove robots.txt from annotation (#257)
5d57fc9
* Remove robots.txt from annotation Fix #246 and tackles CVE-2021-25742 * Bump chart
@pierluigilenoci We took out the annotation in v3.1.0.
virtualroot
Successfully merging a pull request may close this issue.
The rasa-x ingress does not work with the new NGINX Ingress controller v1.0.5 release due to a new security feature introduced for a really serious security issue.
This new sanitization process blocks all inputs that contain prohibited keywords including curly brackets or backslashes.
Problematic snippet example:
rasa-x-helm/charts/rasa-x/templates/rasa-x-ingress.yaml
Lines 30 to 32 in 1122517
The text was updated successfully, but these errors were encountered: