gitlab-cloud-connector 1.52.0 → 1.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d4eeb3988733b27d9eb16dc922ef48c77358b99e269e449d9052017420b2745
|
|
4
|
+
data.tar.gz: 8fbaca45fbca21637094eeb29d8fa44ebc84ff530e6b8d751156197584c68e0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56f6741ed1f2b6984d0f1ae534889d16925cc0765ac00a1adbb63c75f437aca996d49dc6109c8192b7a3d1d4e899c8c653454313d9b40549579370cf5d438f03
|
|
7
|
+
data.tar.gz: 3198bc8dac70eda32a312f43085963bb4e842fee4b507d101f9211aec7b0ffd23547e1dbcfe6f4aa4ef58ba8e7f42479cae43b0f4ac6d6d87c3ebcb32a9a009f
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: package_advisories
|
|
3
|
+
description: Package vulnerability advisories used by GitLab Dependency Scanning and Continuous Vulnerability Scanning to identify vulnerable project dependencies.
|
|
4
|
+
group: group::composition analysis
|
|
5
|
+
feature_category: software_composition_analysis
|
|
6
|
+
unit_primitive_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/630079
|
|
7
|
+
introduced_by_url: https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/merge_requests/255
|
|
8
|
+
backend_services:
|
|
9
|
+
- pmdb_distribution_service
|
|
10
|
+
license_types:
|
|
11
|
+
- premium
|
|
12
|
+
- ultimate
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: package_licenses
|
|
3
|
+
description: Package license information used by GitLab Dependency Scanning to identify the licenses of project dependencies.
|
|
4
|
+
group: group::composition analysis
|
|
5
|
+
feature_category: software_composition_analysis
|
|
6
|
+
unit_primitive_issue_url: https://gitlab.com/gitlab-org/gitlab/-/work_items/610641
|
|
7
|
+
introduced_by_url: https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/merge_requests/252
|
|
8
|
+
backend_services:
|
|
9
|
+
- pmdb_distribution_service
|
|
10
|
+
license_types:
|
|
11
|
+
- premium
|
|
12
|
+
- ultimate
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gitlab-cloud-connector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.54.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikola Milojevic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -174,6 +174,8 @@ files:
|
|
|
174
174
|
- config/unit_primitives/malware_advisories.yml
|
|
175
175
|
- config/unit_primitives/measure_comment_temperature.yml
|
|
176
176
|
- config/unit_primitives/observability_all.yml
|
|
177
|
+
- config/unit_primitives/package_advisories.yml
|
|
178
|
+
- config/unit_primitives/package_licenses.yml
|
|
177
179
|
- config/unit_primitives/refactor_code.yml
|
|
178
180
|
- config/unit_primitives/resolve_vulnerability.yml
|
|
179
181
|
- config/unit_primitives/review_merge_request.yml
|