From 80e70df279a430dc9ebdcf35041558087813c79d Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 19 Aug 2026 16:03:52 +0000 Subject: [PATCH] revert: leave AGENTS.md and CONTRIBUTING.md unchanged Keep the secure coding standard as the only change. Co-authored-by: matt --- .github/CONTRIBUTING.md | 9 --------- AGENTS.md | 3 --- 2 files changed, 12 deletions(-) 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