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:
Cursor Agent
2026-08-19 16:03:52 +00:00
parent 0f681a56ac
commit 80e70df279
2 changed files with 0 additions and 12 deletions

View File

@@ -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):

View File

@@ -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