-
Notifications
You must be signed in to change notification settings - Fork 50
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 even /* sfge-disable-stack */ were assigned #1387
Comments
@programmer522 - Can you please give us the whole exception (along with your code snippets where this exception was thrown)? Thank you! |
|
stephen-carter-at-sf
added
the
SFGE
Issues related to the Salesforce Graph Engine
label
May 23, 2024
stephen-carter-at-sf
added
the
duplicate
This issue or pull request already exists
label
Jun 3, 2024
Marking this as a duplicate of #1497 |
stephen-carter-at-sf
closed this as not planned
Won't fix, can't repro, duplicate, stale
Jun 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fill out this template to submit your Code Analyzer issue.
Description:
Methods check was disabled via /* sfge-disable-stack */.
But InternalExecutionError error were thrown.
**Steps To Reproduce:
**Run the first scan.
sfdx scanner:run --format=csv --outfile=CodeAnalyzerGeneral.csv --target="./" --category="Security"
Run the second scan.
sfdx scanner:run:dfa --format=csv --outfile=CodeAnalyzerDFA.csv --target="./" --projectdir="./" --category="Security"
Expected Behavior:
After running the second scan csv file should be empty or with any errors described in documentation
Screenshots:
None
Desktop:
The text was updated successfully, but these errors were encountered: