Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6b36a033
Commit
6b36a033
authored
Apr 27, 2021
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab master
parents
13e44926
cb248b47
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
45 deletions
+44
-45
doc/operations/incident_management/alerts.md
doc/operations/incident_management/alerts.md
+2
-1
doc/user/application_security/container_scanning/index.md
doc/user/application_security/container_scanning/index.md
+39
-41
doc/user/application_security/vulnerabilities/severities.md
doc/user/application_security/vulnerabilities/severities.md
+3
-3
No files found.
doc/operations/incident_management/alerts.md
View file @
6b36a033
...
...
@@ -33,9 +33,10 @@ The alert list displays the following information:
-
**Event count**
: The number of times that an alert has fired.
-
**Issue**
: A link to the incident issue that has been created for the alert.
-
**Status**
: The current status of the alert:
-
**Triggered**
:
No one has begun investigation
.
-
**Triggered**
:
Investigation has not started
.
-
**Acknowledged**
: Someone is actively investigating the problem.
-
**Resolved**
: No further work is required.
-
**Ignored**
: No action will be taken on the alert.
NOTE:
Check out a live example available from the
...
...
doc/user/application_security/container_scanning/index.md
View file @
6b36a033
This diff is collapsed.
Click to expand it.
doc/user/application_security/vulnerabilities/severities.md
View file @
6b36a033
...
...
@@ -61,10 +61,10 @@ the following tables:
## Container Scanning
| GitLab
analyz
er | Outputs severity levels? | Native severity level type | Native severity level example |
| GitLab
scann
er | Outputs severity levels? | Native severity level type | Native severity level example |
|------------------------------------------------------------------------|--------------------------|----------------------------|--------------------------------------------------------------|
|
[
`
kla
r`
](
https://gitlab.com/gitlab-org/security-products/analyzers/klar
)
|
**{check-circle}**
Yes | String |
`Negligible`
,
`Low`
,
`Medium`
,
`High`
,
`Critical`
,
`Defcon1`
|
|
[
`
container-scanning
`
](
https://gitlab.com/gitlab-org/security-products/analyzers/container-scanning
)
|
**{check-circle}**
Yes | String |
`Unknown`
,
`Low`
,
`Medium`
,
`High`
,
`Critical`
|
|
[
`
clai
r`
](
https://gitlab.com/gitlab-org/security-products/analyzers/klar
)
|
**{check-circle}**
Yes | String |
`Negligible`
,
`Low`
,
`Medium`
,
`High`
,
`Critical`
,
`Defcon1`
|
|
[
`
trivy
`
](
https://gitlab.com/gitlab-org/security-products/analyzers/container-scanning
)
|
**{check-circle}**
Yes | String |
`Unknown`
,
`Low`
,
`Medium`
,
`High`
,
`Critical`
|
## Fuzz Testing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment