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
Include support for using Semgrep for analysis of source code to detect malicious code patterns, specified using Semgrep's YAML files.
Signed-off-by: Carl Flottmann <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,10 @@ See below for instructions to set up the development environment.
72
72
- PRs should be merged using the `Squash and merge` strategy. In most cases a single commit with
73
73
a detailed commit message body is preferred. Make sure to keep the `Signed-off-by` line in the body.
74
74
75
+
### PyPI Malware Detection Contribution
76
+
77
+
Please see the [README for the malware analyzer](./src/macaron/malware_analyzer/README.md) for information on contributing Heuristics and code patterns.
78
+
75
79
## Branching model
76
80
77
81
* The `main` branch should be used as the base branch for pull requests. The `release` branch is designated for releases and should only be merged into when creating a new release for Macaron.
0 commit comments