Skip to content
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

Fix soot errors #20

Conversation

smeyer198
Copy link
Collaborator

Fix the errors that originate from the newest soot version:

  • Change the line tags IDENTIFIER to NAME
  • Disable the phase jb.sils because it automatically runs phases that violate Boomerang's requirements (this phase was added in Soot 4.3.0 and is enabled by default)
  • Fix an error in the BoomerangPretransformer where parameters are not replaced correctly

@schlichtig schlichtig merged commit e13c197 into secure-software-engineering:dependabot/maven/org.soot-oss-soot-4.5.0 Aug 6, 2024
1 check passed
@smeyer198 smeyer198 deleted the dependabot/maven/org.soot-oss-soot-4.5.0 branch August 6, 2024 14:43
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