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

ScopeManager Error #406

Open
0xNiko opened this issue Jan 18, 2022 · 0 comments
Open

ScopeManager Error #406

0xNiko opened this issue Jan 18, 2022 · 0 comments

Comments

@0xNiko
Copy link

0xNiko commented Jan 18, 2022

When I run codyze, I get a ScopeManager error message for each imported class.
Does this affect the results of the analysis? If that is the case, how can fix this issue?

import org.bouncycastle.jce.provider.BouncyCastleProvider;

import java.security.MessageDigest;
import java.security.Security;

public class Test{
    public static void main(String[] args) throws Exception{
        Security.addProvider(new BouncyCastleProvider());
        MessageDigest md = MessageDigest.getInstance("SHA3-256", "BC");
    }
}

Erros in crymlin.log

ERROR ScopeManager Could not find the scope java.security.Security needed to resolve the call java.security.Security.addProvider. Falling back to the current scope
ERROR ScopeManager Could not find the scope java.security.MessageDigest needed to resolve the call java.security.MessageDigest.getInstance. Falling back to the current scope
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

No branches or pull requests

1 participant