From 6471f5344b0a09db90d868c1739e5f04adfda7c0 Mon Sep 17 00:00:00 2001 From: Jeff Diecks <55294502+GeauxJD@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:26:51 -0500 Subject: [PATCH] Fixes to fundamental tag and add tag to style guide Signed-off-by: Jeff Diecks <55294502+GeauxJD@users.noreply.github.com> --- content/en/code-review.md | 2 +- content/en/code-scanning.md | 2 +- content/en/style-guide/_index.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/code-review.md b/content/en/code-review.md index 75c29c6..ef829d5 100644 --- a/content/en/code-review.md +++ b/content/en/code-review.md @@ -2,7 +2,7 @@ title: Code Review status: Completed category: concept -tags: ["fundamentals", "", ""] +tags: ["fundamental", "", ""] --- Code review is a software quality assurance activity in which one or more people examine the source code of a computer program. \ No newline at end of file diff --git a/content/en/code-scanning.md b/content/en/code-scanning.md index 9b90c9e..48642d3 100644 --- a/content/en/code-scanning.md +++ b/content/en/code-scanning.md @@ -2,7 +2,7 @@ title: Code Scanning status: Completed category: concept -tags: ["fundamentals", "", ""] +tags: ["fundamental", "", ""] --- 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. \ No newline at end of file diff --git a/content/en/style-guide/_index.md b/content/en/style-guide/_index.md index 79a027e..18dae9b 100644 --- a/content/en/style-guide/_index.md +++ b/content/en/style-guide/_index.md @@ -90,6 +90,7 @@ An exception to this is the `fundamental` tag, which indicates this term is need The current tags are: +- acronym - attack - defense - vulnerability