You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Query API allows callers to execute ad-hoc Rego queries. Currently the queries are not sanitized which means that callers could include built-in calls like http.send (which execute on behalf of OPA). We can mitigate this kind of attack by rejecting incoming queries that invoke potentially unsafe calls like http.send.
The text was updated successfully, but these errors were encountered:
The Query API allows callers to execute ad-hoc Rego queries. Currently the queries are not sanitized which means that callers could include built-in calls like
http.send
(which execute on behalf of OPA). We can mitigate this kind of attack by rejecting incoming queries that invoke potentially unsafe calls likehttp.send
.The text was updated successfully, but these errors were encountered: