Skip to content

Commit 6674a57

Browse files
Merge pull request #70 from project-codeguard/feature/add-tags-filtering
Added optional tags field and filtering support
2 parents aa89c04 + 46bac17 commit 6674a57

20 files changed

Lines changed: 178 additions & 10 deletions

sources/core/codeguard-0-additional-cryptography.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ languages:
1414
- typescript
1515
- xml
1616
- yaml
17+
tags:
18+
- data-security
19+
- secrets
1720
alwaysApply: false
1821
---
1922

sources/core/codeguard-0-api-web-services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ languages:
1212
- typescript
1313
- xml
1414
- yaml
15+
tags:
16+
- web
1517
alwaysApply: false
1618
---
1719

sources/core/codeguard-0-authentication-mfa.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ languages:
1313
- ruby
1414
- swift
1515
- typescript
16+
tags:
17+
- authentication
18+
- web
1619
alwaysApply: false
1720
---
1821

sources/core/codeguard-0-client-side-web-security.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ languages:
88
- php
99
- typescript
1010
- vlang
11+
tags:
12+
- web
1113
alwaysApply: false
1214
---
1315

sources/core/codeguard-0-cloud-orchestration-kubernetes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: Kubernetes hardening (RBAC, admission policies, network policies, s
44
languages:
55
- javascript
66
- yaml
7+
tags:
8+
- infrastructure
79
alwaysApply: false
810
---
911

sources/core/codeguard-0-data-storage.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ languages:
66
- javascript
77
- sql
88
- yaml
9+
tags:
10+
- data-security
11+
- infrastructure
912
alwaysApply: false
1013
---
1114

sources/core/codeguard-0-devops-ci-cd-containers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ languages:
88
- shell
99
- xml
1010
- yaml
11+
tags:
12+
- infrastructure
1113
alwaysApply: false
1214
---
1315

sources/core/codeguard-0-iac-security.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ languages:
88
- ruby
99
- shell
1010
- yaml
11+
tags:
12+
- infrastructure
1113
alwaysApply: false
1214
---
1315

sources/core/codeguard-0-input-validation-injection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ languages:
1414
- shell
1515
- sql
1616
- typescript
17+
tags:
18+
- web
1719
alwaysApply: false
1820
---
1921

sources/core/codeguard-0-logging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ languages:
55
- c
66
- javascript
77
- yaml
8+
tags:
9+
- privacy
810
alwaysApply: false
911
---
1012

0 commit comments

Comments
 (0)