chore: add CLOSER_RELEASE_JOIN_DATE heuristic as a dependency of SUSPICIOUS_SETUP#810
Conversation
…ICIOUS_SETUP Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
|
For this Heuristic - macaron/src/macaron/slsa_analyzer/checks/detect_malicious_metadata_check.py Lines 116 to 126 in 5c2dbec If |
That's not how the heuristics work and this scenario should not be possible. If heuristic |
|
Ah I see. Thanks for the clarification, I looked at the PR description
And I thought that we are planning to make |
…ICIOUS_SETUP (#810) This PR adds the CLOSER_RELEASE_JOIN_DATE heuristic as a dependency of SUSPICIOUS_SETUP to avoid running SUSPICIOUS_SETUP analyzer unnecessarily and improve performance. Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
Right now the
CLOSER_RELEASE_JOIN_DATEheuristic in themcn_detect_malicious_metadata_1check does not depend on any other heuristic results. However, all the heuristic combinations require theCLOSER_RELEASE_JOIN_DATEheuristic to fail. This PR adds theCLOSER_RELEASE_JOIN_DATEheuristic as a dependency ofSUSPICIOUS_SETUPto avoid runningSUSPICIOUS_SETUPanalyzer unnecessarily and improve performance.