Skip to content

Commit 13dc875

Browse files
Merge pull request #6 from GeauxJD/tag-fixes
Fixes to fundamental tag and add tag to style guide
2 parents 08ba527 + 6471f53 commit 13dc875

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

content/en/code-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Code Review
33
status: Completed
44
category: concept
5-
tags: ["fundamentals", "", ""]
5+
tags: ["fundamental", "", ""]
66
---
77

88
Code review is a software quality assurance activity in which one or more people examine the source code of a computer program.

content/en/code-scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Code Scanning
33
status: Completed
44
category: concept
5-
tags: ["fundamentals", "", ""]
5+
tags: ["fundamental", "", ""]
66
---
77

88
Code scanning is the process of using tools to analyze the source code of a computer program for potential security flaws, bugs, and other issues.

content/en/style-guide/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ An exception to this is the `fundamental` tag, which indicates this term is need
9090

9191
The current tags are:
9292

93+
- acronym
9394
- attack
9495
- defense
9596
- vulnerability

0 commit comments

Comments
 (0)