Closed reZach closed 3 years ago
See https://github.com/doyensec/electronegativity/issues/85#issuecomment-777369529, you would need to use the -x
flag to exclude specific checks (Global||Atomic) in these few cases where a finding is issues nonetheless (something is missing vs something important marked for manual review anyway).
See #85 (comment), you would need to use the
-x
flag to exclude specific checks (Global||Atomic) in these few cases where a finding is issues nonetheless (something is missing vs something important marked for manual review anyway).
Thanks for your help!
Describe the bug When using a session partition, one cannot exclude the check for PERMISSION_REQUEST_HANDLER_GLOBAL_CHECK.
To Reproduce Notice on line 50 (
ses.fromPartition(partition)
), one cannot exclude from the tool from throwing an audit error.The error thrown in the tool is this
Expected behavior
/* eng-disable PERMISSION_REQUEST_HANDLER_JS_CHECK */
should work if using a partition.Stacktraces None.
Platform (please complete the following information):
Additional context For use in
secure-electron-template
, I'd like to use your tool to validate my template is secure 😄.