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
b889f949
Commit
b889f949
authored
Feb 09, 2021
by
Russell Dickenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document npm supported versions
parent
6eafea1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/user/application_security/dependency_scanning/index.md
doc/user/application_security/dependency_scanning/index.md
+1
-1
No files found.
doc/user/application_security/dependency_scanning/index.md
View file @
b889f949
...
...
@@ -65,7 +65,7 @@ The following languages and dependency managers are supported:
|
[
Golang
](
https://golang.org/
)
| Go |
`go.sum`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
Gradle
](
https://gradle.org/
)
,
[
Maven
](
https://maven.apache.org/
)
| Java |
`build.gradle`
,
`build.gradle.kts`
,
`pom.xml`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
npm
](
https://www.npmjs.com/
)
,
[
yarn
](
https://classic.yarnpkg.com/en/
)
1.x | JavaScript |
`package-lock.json`
,
`npm-shrinkwrap.json`
,
`yarn.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
npm
](
https://www.npmjs.com/
)
,
[
yarn
](
https://classic.yarnpkg.com/en/
)
1.x | JavaScript |
`package.json`
|
[
Retire.js
](
https://retirejs.github.io/retire.js/
)
|
|
[
npm
](
https://www.npmjs.com/
)
(
7
and earlier)
,
[
yarn
](
https://classic.yarnpkg.com/en/
)
1.x | JavaScript |
`package.json`
|
[
Retire.js
](
https://retirejs.github.io/retire.js/
)
|
|
[
NuGet
](
https://www.nuget.org/
)
4.9+ | .NET, C# |
[
`packages.lock.json`
](
https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#enabling-lock-file
)
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
`setuptools`
](
https://setuptools.readthedocs.io/en/latest/
)
,
[
pip
](
https://pip.pypa.io/en/stable/
)
,
[
Pipenv
](
https://pipenv.pypa.io/en/latest/
)
(
*1*
)
| Python |
`setup.py`
,
`requirements.txt`
,
`requirements.pip`
,
`requires.txt`
,
`Pipfile`
,
`Pipfile.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
sbt
](
https://www.scala-sbt.org/
)
1.2 and below (
[
Ivy
](
http://ant.apache.org/ivy/
)
) | Scala |
`build.sbt`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
...
...
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