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

Swap Type and Name of CrySLObject for instanceOf and neverTypeOf predicates #533

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

smeyer198
Copy link
Contributor

The second paramter of instanceOf and neverTypeOf is always a type (e.g. javax.crypto.SecretKey) and no name. However, internally the type was stored in the name field and not the type field of a CrySLObject. Changing type and name does not influence the analysis, but adds consistency. Detected by @svenfeld

@schlichtig schlichtig merged commit 63969b9 into develop Mar 12, 2024
8 checks passed
@smeyer198 smeyer198 deleted the fix/parameter_order branch March 13, 2024 14:12
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