Skip to content

Commit

Permalink
Change packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sarpsahinalp committed Dec 16, 2024
1 parent 2341d0a commit d3eec2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ private void createSecurityTestCases() {
Set<SecurityPolicy.PackagePermission> allowedPackages = new HashSet<>(resourceAccesses.regardingPackageImports());
// Add default imports needed for the execution
allowedPackages.addAll(Set.of(
new SecurityPolicy.PackagePermission("java.lang"),
new SecurityPolicy.PackagePermission("java"),
new SecurityPolicy.PackagePermission("org.java.aspectj"),
new SecurityPolicy.PackagePermission("org.aspectj"),
new SecurityPolicy.PackagePermission("de.tum.cit.ase.ares.api.aop.java.aspectj.adviceandpointcut")));
Expand Down

0 comments on commit d3eec2c

Please sign in to comment.