Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-25 03:08:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-25 03:08:02 +0300
commit227d1917aeb7b8407564d6c1321dfbd8abb63657 (patch)
tree91eca8cd03ccaf83cacd99bd09fa997438ad2f13
parente28f55fd95dff5613b9d9036fb8ce8c15047ec9a (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--doc/user/application_security/vulnerabilities/severities.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/application_security/vulnerabilities/severities.md b/doc/user/application_security/vulnerabilities/severities.md
index 31946d414a2..db6b4e0f4a8 100644
--- a/doc/user/application_security/vulnerabilities/severities.md
+++ b/doc/user/application_security/vulnerabilities/severities.md
@@ -34,7 +34,7 @@ Medium severity vulnerabilities usually arise from misconfiguration of systems o
## Low severity
-Low severity vulnerabilities contain flaws that may not be directly exploitable but introduce unnecessary weakness to an application or system. These flaws are usually due to missing security controls, or unnecessary disclose information about the application environment. Examples of low severity vulnerabilities are missing cookie security directives, verbose error or exception messages. Typically these flaws are rated with CVSS 3.1 between 1.0-3.9.
+Low severity vulnerabilities contain flaws that may not be directly exploitable but introduce unnecessary weakness to an application or system. These flaws are usually due to missing security controls, or unnecessary disclose information about the application environment. Examples of low severity vulnerabilities are missing cookie security directives, verbose error or exception messages. Typically these flaws are rated with CVSS 3.1 between 0.1-3.9.
## Info severity