gitlab-cloud-connector 1.49.0 → 1.50.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: 2c8fb9108aacf0bf7c37493f3c15e0827df8d9dace52f745afd8546fe383827a
|
|
4
|
+
data.tar.gz: 763eee50353b2b50943617962fedc9edb08104fb081be626d5ef5c020058f1cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2162c84d34917a510c939bdc008b9df424ccfc27249b698f2f788c72fd380d74d6083f87a7785a0d0af6487433d29d2d43c36a7eb578ebebc02b7937c189936f
|
|
7
|
+
data.tar.gz: eb06919a59a56e2106c84fb3eb77de4a9ae3eafaaec9bccc729663c373f66d5065d34d21ac3a64c9d41420fedd7fe10f3cc765c0b414546c43ecbde246e8e3d5
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: malware_advisories
|
|
3
|
+
description: Malware advisories used by GitLab Dependency Scanning to flag known malicious packages.
|
|
4
|
+
group: group::composition analysis
|
|
5
|
+
feature_category: software_composition_analysis
|
|
6
|
+
backend_services:
|
|
7
|
+
- pmdb_distribution_service
|
|
8
|
+
license_types:
|
|
9
|
+
- premium
|
|
10
|
+
- 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.50.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-05-
|
|
11
|
+
date: 2026-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -105,6 +105,7 @@ files:
|
|
|
105
105
|
- config/backend_services/ai_gateway_agent.yml
|
|
106
106
|
- config/backend_services/duo_workflow_service.yml
|
|
107
107
|
- config/backend_services/observability.yml
|
|
108
|
+
- config/backend_services/pmdb_distribution_service.yml
|
|
108
109
|
- config/backend_services/security_gateway.yml
|
|
109
110
|
- config/license_types/premium.yml
|
|
110
111
|
- config/license_types/ultimate.yml
|
|
@@ -161,6 +162,7 @@ files:
|
|
|
161
162
|
- config/unit_primitives/include_snippet_context.yml
|
|
162
163
|
- config/unit_primitives/include_terminal_context.yml
|
|
163
164
|
- config/unit_primitives/include_user_rule_context.yml
|
|
165
|
+
- config/unit_primitives/malware_advisories.yml
|
|
164
166
|
- config/unit_primitives/measure_comment_temperature.yml
|
|
165
167
|
- config/unit_primitives/observability_all.yml
|
|
166
168
|
- config/unit_primitives/refactor_code.yml
|