fix: add YAML front matter to security instructions and correct README link casing
This commit is contained in:
parent
da7c380fc1
commit
b5cfd1a6ad
@ -36,7 +36,7 @@ Team and project-specific instructions to enhance GitHub Copilot's behavior for
|
|||||||
- [Markdown](instructions/markdown.instructions.md) - Documentation and content creation standards
|
- [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
|
- [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
|
- [Python Coding Conventions](instructions/python.instructions.md) - Python coding conventions and guidelines
|
||||||
- [Security And Owasp](instructions/security-and-owasp.instructions.md) - Owasp specific coding standards and best practices
|
- [Security and OWASP](instructions/security-and-owasp.instructions.md) - OWASP-specific coding standards and 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.
|
> 💡 **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.
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
---
|
||||||
|
applyTo: ["*"]
|
||||||
|
description: "Comprehensive secure coding instructions for all languages and frameworks, based on OWASP Top 10 and industry best practices."
|
||||||
|
---
|
||||||
# Secure Coding and OWASP Guidelines
|
# Secure Coding and OWASP Guidelines
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user