Skip to content

Commit 0de20e1

Browse files
authored
Merge pull request #54 from project-codeguard/copilot-template-tweaks
2 parents e96e2b0 + c1b7a1e commit 0de20e1

18 files changed

+22
-37
lines changed

skills/software-security/rules/codeguard-0-api-web-services.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: API & Web services security (REST/GraphQL/SOAP), schema validation, authn/z,
3-
SSRF
2+
description: API & Web services security (REST/GraphQL/SOAP), schema validation, authn/z, SSRF
43
languages:
54
- c
65
- go

skills/software-security/rules/codeguard-0-authentication-mfa.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: Authentication and MFA best practices (passwords, MFA, OAuth/OIDC, SAML,
3-
recovery, tokens)
2+
description: Authentication and MFA best practices (passwords, MFA, OAuth/OIDC, SAML, recovery, tokens)
43
languages:
54
- c
65
- go

skills/software-security/rules/codeguard-0-authorization-access-control.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: Authorization and access control (RBAC/ABAC/ReBAC, IDOR, mass assignment,
3-
transaction auth)
2+
description: Authorization and access control (RBAC/ABAC/ReBAC, IDOR, mass assignment, transaction auth)
43
languages:
54
- c
65
- go

skills/software-security/rules/codeguard-0-client-side-web-security.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: Client-side web security (XSS/DOM XSS, CSP, CSRF, clickjacking, XS-Leaks,
3-
third-party JS)
2+
description: Client-side web security (XSS/DOM XSS, CSP, CSRF, clickjacking, XS-Leaks, third-party JS)
43
languages:
54
- c
65
- html

skills/software-security/rules/codeguard-0-cloud-orchestration-kubernetes.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: Kubernetes hardening (RBAC, admission policies, network policies, secrets,
3-
supply chain)
2+
description: Kubernetes hardening (RBAC, admission policies, network policies, secrets, supply chain)
43
languages:
54
- javascript
65
- yaml

skills/software-security/rules/codeguard-0-data-storage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: Data & storage security (DB isolation, TLS, least privilege, RLS/CLS,
3-
backups, auditing)
2+
description: Data & storage security (DB isolation, TLS, least privilege, RLS/CLS, backups, auditing)
43
languages:
54
- c
65
- javascript

skills/software-security/rules/codeguard-0-devops-ci-cd-containers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: DevOps, CI/CD, and containers (pipeline hardening, artifacts, Docker/K8s
3-
images, virtual patching, toolchain)
2+
description: DevOps, CI/CD, and containers (pipeline hardening, artifacts, Docker/K8s images, virtual patching, toolchain)
43
languages:
54
- docker
65
- javascript

skills/software-security/rules/codeguard-0-file-handling-and-uploads.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: Secure file handling & uploads (validation, storage isolation, scanning,
3-
safe delivery)
2+
description: Secure file handling & uploads (validation, storage isolation, scanning, safe delivery)
43
languages:
54
- c
65
- go

skills/software-security/rules/codeguard-0-framework-and-languages.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: Framework & language security guides (Django/DRF, Laravel/Symfony/Rails,
3-
.NET, Java/JAAS, Node.js, PHP config)
2+
description: Framework & language security guides (Django/DRF, Laravel/Symfony/Rails, .NET, Java/JAAS, Node.js, PHP config)
43
languages:
54
- c
65
- java

skills/software-security/rules/codeguard-0-input-validation-injection.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
description: Input validation and injection defense (SQL/LDAP/OS), parameterization,
3-
prototype pollution
2+
description: Input validation and injection defense (SQL/LDAP/OS), parameterization, prototype pollution
43
languages:
54
- c
65
- go

0 commit comments

Comments
 (0)