mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-22 02:46:39 +00:00
revert: leave AGENTS.md and CONTRIBUTING.md unchanged
Keep the secure coding standard as the only change. Co-authored-by: matt <matt@crewai.com>
This commit is contained in:
9
.github/CONTRIBUTING.md
vendored
9
.github/CONTRIBUTING.md
vendored
@@ -162,15 +162,6 @@ uv sync
|
||||
|
||||
Do not use `pip` directly.
|
||||
|
||||
## Secure Coding
|
||||
|
||||
Follow [docs/security/secure-coding-standard.md](../docs/security/secure-coding-standard.md).
|
||||
Use the approved helpers named there. Do not add prohibited APIs
|
||||
(`os.system`, `shell=True`, `eval`/`exec`, `pickle.load`, unsafe YAML, etc.)
|
||||
in new code.
|
||||
|
||||
Report vulnerabilities through [.github/security.md](security.md), not GitHub issues.
|
||||
|
||||
## Reporting Issues
|
||||
|
||||
Use the [GitHub issue templates](https://github.com/crewAIInc/crewAI/issues/new/choose):
|
||||
|
||||
@@ -13,9 +13,6 @@ Follow these guidelines when contributing:
|
||||
5. Suggest changes to the `docs/` folder when appropriate
|
||||
6. Follow software principles such as DRY and YAGNI.
|
||||
7. Keep diffs as minimal as possible.
|
||||
8. Follow [docs/security/secure-coding-standard.md](docs/security/secure-coding-standard.md)
|
||||
for insecure-coding requirements. Prefer the approved helpers named there
|
||||
over new implementations.
|
||||
|
||||
## Changing Docs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user