-
Notifications
You must be signed in to change notification settings - Fork 340
update(deps): update OPA package to version 1.4.2 #7460
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, way better solution than I did! 😅 I was just snoozing since the vulnerability was not exploitable.
Can you please add "#Closes 7458" to the PR description so you close my open PR please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great Work! 🚀
* update opa package to version 1.4.2 * fix - load queries using OPA v0 * set v0 when creating a new parser --------- Co-authored-by: Artur Ribeiro <153724638+cx-artur-ribeiro@users.noreply.github.com>
Closes #7458
Reason for Proposed Changes
Proposed Changes
ast.RegoV0
): running with OPA v1.x is not currently feasible, as KICS relies on custom queries written using OPA v0 syntax. Migrating all queries to v1-compatible syntax is an ongoing process.Vulnerability Explanation
Documentation links
I submit this contribution under the Apache-2.0 license.