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
When I test against access to resource (variable r) on "arn:aws:s3:::sample-bucket-1", i am pinning the r already, so the other variable a has to figure out the regex between s3:Get* in allow vs s3:* in deny.
Is there other optimization in can add to the formula or tuning other z3 parameters?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The following sequence problem is pretty slow to solve. (about 4s in M2 pro)
I already set z3 encoding to ascii; otherwise, the max length 45 on
a
is still a very big search space.The expected answer is unsat
The formula is formed using modeling this policy:
When I test against access to resource (variable r) on "arn:aws:s3:::sample-bucket-1", i am pinning the r already, so the other variable a has to figure out the regex between
s3:Get*
in allow vss3:*
in deny.Is there other optimization in can add to the formula or tuning other z3 parameters?
Beta Was this translation helpful? Give feedback.
All reactions