Skip to content
Snippets Groups Projects
Commit e4b28b42 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch '13085-license-information-in-dependency-list-add-docs' into 'master'

Update docs for added licenses in dependency list

See merge request gitlab-org/gitlab-ce!32389
parents dc70b30b 9e1608e7
No related branches found
No related tags found
No related merge requests found
doc/user/application_security/dependency_list/img/dependency_list_v12_2.png

202 KiB

doc/user/application_security/dependency_list/img/dependency_list_v12_3.png

608 KiB

Loading
Loading
@@ -17,7 +17,7 @@ sidebar.
 
## Viewing dependencies
 
![Dependency List](img/dependency_list_v12_2.png)
![Dependency List](img/dependency_list_v12_3.png)
 
Dependencies are displayed with the following information:
 
Loading
Loading
@@ -28,6 +28,7 @@ Dependencies are displayed with the following information:
| Version | The exact locked version of the dependency your project uses |
| Packager | The packager used to install the depedency |
| Location | A link to the packager-specific lockfile in your project that declared the dependency |
| License | Links to dependency's software licenses |
 
Dependencies shown are initially sorted by their names. They can also be sorted
by the packager they were installed by, or by the severity of their known
Loading
Loading
@@ -43,6 +44,13 @@ If a dependency has known vulnerabilities, they can be viewed by clicking on the
`Status` cell of that dependency. The severity and description of each
vulnerability will then be displayed below it.
 
## Licenses
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/10536) in GitLab Ultimate 12.3.
If the [License Compliance](../license_compliance/index.md) CI job is configured,
the [discovered licenses](../license_compliance/index.md#supported-languages-and-package-managers) will be displayed on this page.
## Downloading the Dependency List
 
Your project's full list of dependencies and their details can be downloaded in
Loading
Loading
Loading
Loading
@@ -50,6 +50,7 @@ The following table depicts the various user permission levels in a project.
| View License Compliance reports **(ULTIMATE)** | ✓ (*1*) | ✓ | ✓ | ✓ | ✓ |
| View Security reports **(ULTIMATE)** | ✓ (*1*) | ✓ | ✓ | ✓ | ✓ |
| View Dependency list **(ULTIMATE)** | ✓ (*1*) | ✓ | ✓ | ✓ | ✓ |
| View licenses in Dependency list **(ULTIMATE)** | ✓ (*1*) | ✓ | ✓ | ✓ | ✓ |
| View [Design Management](project/issues/design_management.md) pages **(PREMIUM)** | ✓ (*1*) | ✓ | ✓ | ✓ | ✓ |
| View project code | ✓ (*1*) | ✓ | ✓ | ✓ | ✓ |
| Pull project code | ✓ (*1*) | ✓ | ✓ | ✓ | ✓ |
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment