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
7424b20e
Commit
7424b20e
authored
Sep 25, 2020
by
Nicole Schwartz
Committed by
Nick Gaskill
Sep 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update supported languages for Dependency scanning
parent
4ac10981
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
doc/user/application_security/dependency_scanning/index.md
doc/user/application_security/dependency_scanning/index.md
+15
-15
No files found.
doc/user/application_security/dependency_scanning/index.md
View file @
7424b20e
...
...
@@ -56,24 +56,24 @@ The current detection logic limits the maximum search depth to two levels. For e
The following languages and dependency managers are supported:
|
Language (package managers) | Supported files | Scan tool(s)
|
|
--------------------
--------- | --------------- | ------------ |
|
C# .NET (
[
NuGet
](
https://www.nuget.org/
)
4.9+) |
[
`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
)
|
|
C/C++ (
[
Conan
](
https://conan.io/
)
) |
[
`conan.lock`
](
https://docs.conan.io/en/latest/versioning/lockfiles.html
)
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
Java (
[
Gradle
](
https://gradle.org/
)
,
[
Maven
](
https://maven.apache.org/
)
) |
`build.gradle`
,
`build.gradle.kts`
,
`pom.xml`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
JavaScript (
[
npm
](
https://www.npmjs.com/
)
,
[
yarn
](
https://classic.yarnpkg.com/en/
)
) |
`package-lock.json`
,
`npm-shrinkwrap.json`
,
`yarn.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
,
[
Retire.js
](
https://retirejs.github.io/retire.js/
)
|
|
Go (
[
Golang
](
https://golang.org/
)
) |
`go.sum
`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
PHP (
[
Composer
](
https://getcomposer.org/
)
) |
`composer.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
Python (
[
setuptools
](
https://setuptools.readthedocs.io/en/latest/
)
,
[
pip
](
https://pip.pypa.io/en/stable/
)
,
[
Pipenv
](
https://pipenv.pypa.io/en/latest/
)
) |
`setup.py`
,
`requirements.txt`
,
`requirements.pip`
,
`requires.txt`
,
`Pipfile`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
Ruby (
[
Bundler
](
https://bundler.io/
)
) |
`Gemfile.lock`
,
`gems.locked`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
,
[
bundler-audit
](
https://github.com/rubysec/bundler-audit
)
|
|
Scala (
[
sbt
](
https://www.scala-sbt.org/
)
)
|
`build.sbt`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
Package Managers | Languages | Supported files | Scan tools
|
|
------------------- |
--------- | --------------- | ------------ |
|
[
Bundler
](
https://bundler.io/
)
| Ruby |
`Gemfile.lock`
,
`gems.locked`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
,
[
bundler-audit
](
https://github.com/rubysec/bundler-audit
)
|
|
[
Composer
](
https://getcomposer.org/
)
| PHP |
`composer.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
Conan
](
https://conan.io/
)
| C, C++ |
[
`conan.lock`
](
https://docs.conan.io/en/latest/versioning/lockfiles.html
)
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
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/
)
| JavaScript |
`package-lock.json`
,
`npm-shrinkwrap.json`
,
`yarn.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
,
[
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/
)
| Python |
`setup.py`
,
`requirements.txt`
,
`requirements.pip`
,
`requires.txt`
,
`Pipfile`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
|
[
sbt
](
https://www.scala-sbt.org/
)
| Scala
|
`build.sbt`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
Plans are underway for supporting the following languages, dependency managers, and dependency files. For details, see the issue link for each.
|
Language (package managers) | Supported files | Scan tool(s) | Issue
|
|
----------------------------- | --------------- | ------------ |
----- |
|
Python (
[
Poetry
](
https://python-poetry.org/
)
) |
`poetry.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
[
GitLab#7006
](
https://gitlab.com/gitlab-org/gitlab/-/issues/700
6
)
|
|
Python (
[
Pipenv
](
https://pipenv.pypa.io/en/latest/
)
) |
`Pipfile.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
[
GitLab#11756
](
https://gitlab.com/gitlab-org/gitlab/-/issues/1175
6
)
|
|
Package Managers | Languages | Supported files | Scan tools
|
|
------------------- | --------- | --------------- | -------
----- |
|
[
Pipenv
](
https://pipenv.pypa.io/en/latest/
)
| Python |
`Pipfile.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
[
GitLab#11756
](
https://gitlab.com/gitlab-org/gitlab/-/issues/1175
6
)
|
|
[
Poetry
](
https://python-poetry.org/
)
| Python |
`poetry.lock`
|
[
Gemnasium
](
https://gitlab.com/gitlab-org/security-products/gemnasium
)
|
[
GitLab#7006
](
https://gitlab.com/gitlab-org/gitlab/-/issues/700
6
)
|
## Contribute your scanner
...
...
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