Skip to content

make symcc fuzz targets use linked policies - #948

Draft
victornicolet wants to merge 1 commit into
mainfrom
victornicolet/symcc-template-linked-support
Draft

make symcc fuzz targets use linked policies#948
victornicolet wants to merge 1 commit into
mainfrom
victornicolet/symcc-template-linked-support

Conversation

@victornicolet

@victornicolet victornicolet commented May 6, 2026

Copy link
Copy Markdown
Member

Make symcc fuzz targets use the ABACPolicies instead of the Static- version.

The corresponding PR on the cedar repo is cedar-policy/cedar#2338

Ran the DRT for ~1 hour on 4 of the targets without issues.

Signed-off-by: Victor Nicolet <victornl@amazon.com>
for p in policies {
let single = p.into_policy_set();
for policy in single.policies() {
ps.add(policy.clone()).unwrap_or(());

@john-h-kastner-aws john-h-kastner-aws May 6, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably don't want to ignore errors here

Specifically, this might be silently ignoring template links since PolicySet::add errors on non-static policies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants