diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ad3aa0993..38ca22ad4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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): diff --git a/AGENTS.md b/AGENTS.md index ec1a9dfd1..d2f796c82 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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