Commit 92c1e669 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'fcatteau-master-patch-88538' into 'master'

Do not promise additional language support for Dependency Scanning

See merge request gitlab-org/gitlab!72966
parents a430a234 9f1517f7
...@@ -321,15 +321,16 @@ We execute both analyzers because they use different sources of vulnerability da ...@@ -321,15 +321,16 @@ We execute both analyzers because they use different sources of vulnerability da
The analyzer for these languages supports multiple lockfiles. The analyzer for these languages supports multiple lockfiles.
### Future support for additional languages ### Support for additional languages
Plans are underway for supporting the following languages, dependency managers, and dependency files. For details, see the issue link for each. Support for additional languages, dependency managers, and dependency files are tracked in the following issues:
For workarounds, see the [Troubleshooting section](#troubleshooting)
| Package Managers | Languages | Supported files | Scan tools | Issue | | Package Managers | Languages | Supported files | Scan tools | Issue |
| ------------------- | --------- | --------------- | ---------- | ----- | | ------------------- | --------- | --------------- | ---------- | ----- |
| [Poetry](https://python-poetry.org/) | Python | `poetry.lock` | [Gemnasium](https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium) | [GitLab#7006](https://gitlab.com/gitlab-org/gitlab/-/issues/7006) | | [Poetry](https://python-poetry.org/) | Python | `poetry.lock` | [Gemnasium](https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium) | [GitLab#7006](https://gitlab.com/gitlab-org/gitlab/-/issues/7006) |
For workarounds, see the [Troubleshooting section](#troubleshooting).
## Contribute your scanner ## Contribute your scanner
The [Security Scanner Integration](../../../development/integrations/secure.md) documentation explains how to integrate other security scanners into GitLab. The [Security Scanner Integration](../../../development/integrations/secure.md) documentation explains how to integrate other security scanners into GitLab.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment