feat: Add security and OWASP instructions (#35)

* feat: Add security and OWASP instructions

This adds a new instruction file for secure coding practices based on the OWASP Top 10 to guide GitHub Copilot in generating more secure code.

* fix: add YAML front matter to security instructions and correct README link casing

* chore: update README.md after running update-readme.js
This commit is contained in:
Vamshi Verma
2025-07-03 02:20:57 -04:00
committed by GitHub
parent 77b499a357
commit cee964cf7a
2 changed files with 52 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ Team and project-specific instructions to enhance GitHub Copilot's behavior for
- [Markdown](instructions/markdown.instructions.md) - Documentation and content creation standards
- [Next.js + Tailwind Development Instructions](instructions/nextjs-tailwind.instructions.md) - Next.js + Tailwind development standards and instructions
- [Python Coding Conventions](instructions/python.instructions.md) - Python coding conventions and guidelines
- [Secure Coding and OWASP Guidelines](instructions/security-and-owasp.instructions.md) - Comprehensive secure coding instructions for all languages and frameworks, based on OWASP Top 10 and industry best practices.
> 💡 **Usage**: Copy these instructions to your `.github/copilot-instructions.md` file or create task-specific `.github/.instructions.md` files in your workspace's `.github/instructions` folder.