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
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
@@ -90,7 +90,7 @@ the requirements that are currently supported by Macaron.
90
90
- If there is no commit, this check will fail.
91
91
* - ``mcn_scm_authenticity_check_1``
92
92
- **Source repo authenticity** - Check whether the claims of a source code repository made by a package can be corroborated.
93
-
- If the source code repository contains conflicting evidence regarding its claim of the source code repository, this check will fail. If no source code repository or corroborating evidence is found, or if the build system is unsupported, the check will return ``UNKNOWN`` as the result. This check currently supports only Maven artifacts.
93
+
- If the source code repository contains conflicting evidence regarding its claim of the source code repository, this check will fail. If no source code repository or corroborating evidence is found, or if the build system is unsupported, the check will return ``UNKNOWN`` as the result. This check supports Maven artifacts, and other artifacts that have a repository that is confirmed to be from a provenance file.
94
94
* - ``mcn_detect_malicious_metadata_1``
95
95
- **Malicious code detection** - Check whether the source code or package metadata has indicators of compromise.
96
96
- This check performs analysis on PyPI package metadata to detect malicious behavior. It also reports known malware from other ecosystems.
0 commit comments