You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: report known malware for all ecosystems (#922)
If a package is already known to be malicious, this PR reports it as part of the mcn_detect_malicious_metadata_1 check. Additionally, two new integration tests for known Python and npm malware have been added.
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
Copy file name to clipboardExpand all lines: docs/source/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Macaron checks that report integrity issues but do not map to SLSA requirements
107
107
* - Check ID
108
108
- Description
109
109
* - ``mcn_detect_malicious_metadata_1``
110
-
- This check analyzes the metadata of a package and reports malicious behavior. This check currently supports PyPI packages.
110
+
- This check performs analysis on PyPI package metadata to detect malicious behavior. It also reports known malware from other ecosystems, but the analysis is currently limited to PyPI packages.
0 commit comments