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

[BUG] InternalExecutionError : Path evaluation timed out after 9000000 ms while running DFA scan #1424

Open
NetsutraSF opened this issue Mar 28, 2024 · 1 comment
Labels
SFGE Issues related to the Salesforce Graph Engine

Comments

@NetsutraSF
Copy link

When running the command below;
sfdx scanner:run:dfa --sfgejvmargs "-Xmx20g" --format=csv --outfile=CodeAnalyzerDFA.csv --target="./" --projectdir="./" --category="Security" --rule-thread-timeout 9000000

Getting following error for 2 classes:
InternalExecutionError : Path evaluation timed out after 9000000 ms

Steps to reproduce the behavior:
Open VS Code
Execute the command

Expected behavior
No errors since the apex class compiles and is deployed without error.

Desktop
OS:Windows 11
Scanner Version 3.21.0

Urgency
We have to submit package for security review.

Attaching log zip file and classes please have a look and advise.
sfgelog.zip
ProcessTransactions.txt
GetTransactions.txt

@jfeingold35
Copy link
Collaborator

@NetsutraSF , you can document these failures the way you'd document any other false positive when you submit for security review, so this isn't a blocker on security review.
That said, have you tried the troubleshooting steps or consulted our guide to writing graph engine-friendly code?

@stephen-carter-at-sf stephen-carter-at-sf added the SFGE Issues related to the Salesforce Graph Engine label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SFGE Issues related to the Salesforce Graph Engine
Projects
None yet
Development

No branches or pull requests

3 participants