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
397dd078
Commit
397dd078
authored
Sep 28, 2020
by
Thiago Figueiró
Committed by
Nick Gaskill
Sep 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify docs for primary vulnerability identifier
parent
53fe3d8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
doc/development/integrations/secure.md
doc/development/integrations/secure.md
+5
-1
No files found.
doc/development/integrations/secure.md
View file @
397dd078
...
...
@@ -374,12 +374,16 @@ which is shared by the analyzers that GitLab maintains. You can [contribute](htt
new generic identifiers to if needed. Analyzers may also produce vendor-specific or product-specific
identifiers, which don't belong in the
[
common library
](
https://gitlab.com/gitlab-org/security-products/analyzers/common
)
.
The first item of the
`identifiers`
array is called the primary identifier.
The first item of the
`identifiers`
array is called the
[
primary
identifier
](
../../user/application_security/terminology/#primary-identifier
)
.
The primary identifier is particularly important, because it is used to
[
track vulnerabilities
](
#tracking-and-merging-vulnerabilities
)
as new commits are pushed to the repository.
Identifiers are also used to
[
merge duplicate vulnerabilities
](
#tracking-and-merging-vulnerabilities
)
reported for the same commit, except for
`CWE`
and
`WASC`
.
Not all vulnerabilities have CVEs, and a CVE can be identified multiple times. As a result, a CVE
isn't a stable identifier and you shouldn't assume it as such when tracking vulnerabilities.
### Location
The
`location`
indicates where the vulnerability has been detected.
...
...
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