gitlab-cloud-connector 1.26.0 → 1.27.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: f70539d01e1bea86c8d8ad79593361b475f7389d5900e01ee206d4908d8daba4
4
- data.tar.gz: 56ff35bb96d64d41382f3c982ed1a688e15889d0990d6c81dc149b622d400bb5
3
+ metadata.gz: 0aa64e92f345cae02ba4fa599f19d5a90364f74991adeb194049ee382a526599
4
+ data.tar.gz: fbea31078262f6d104a83e8fdd50e7cce035d91b451faebd35992c4f0fdb8bdf
5
5
  SHA512:
6
- metadata.gz: 64a25b4fe841ff0a335c7beb0ae96d5fa9792cd96e42979cb412e2cb9e0e459407ceb1c9c3fba22d88c63849224a6b091bd5d68346b29badf7b6cbd197f577d9
7
- data.tar.gz: b4335da037e0c9924148811417044816d2a6e3d3cd5a5cd9032c43fe21d0ea755a0b28e8b49a61328d17801228a6fe47de17499bb3c8374abaa63a102ec3a672
6
+ metadata.gz: e4f0896d1749da4408c511af5f3413611475fce62e11675794ff24a1f12805148f6d306e659a7c42b2f2d8d86e216c3f4cb0098b69dc37c67d967c4917a76709
7
+ data.tar.gz: e42e0d275b1e1c61071ebcbbe0307ad1fc702f56cc9c2f7fdcfb8ce0af84d7d6e5e155c07781c7b6bd2d7165998827bcbf15d21236c32396fc4cc5dc3c3a6f97
@@ -0,0 +1,12 @@
1
+ ---
2
+ name: update_vulnerability_severity
3
+ description: Update severity level of the vulnerability.
4
+ documentation_url: https://docs.gitlab.com/user/application_security/triage/#update-vulnerability-severity-using-duo
5
+ introduced_by_url: https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/ai-assist/-/merge_requests/2994
6
+ group: group::security_insights
7
+ cut_off_date: 2025-07-03T00:00:00+00:00
8
+ feature_category: vulnerability_management
9
+ backend_services:
10
+ - duo_workflow_service
11
+ add_ons:
12
+ - duo_enterprise
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.26.0'
5
+ VERSION = '1.27.0'
6
6
  end
7
7
  end
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.26.0
4
+ version: 1.27.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: 2025-08-07 00:00:00.000000000 Z
11
+ date: 2025-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -168,6 +168,7 @@ files:
168
168
  - config/unit_primitives/summarize_new_merge_request.yml
169
169
  - config/unit_primitives/summarize_review.yml
170
170
  - config/unit_primitives/troubleshoot_job.yml
171
+ - config/unit_primitives/update_vulnerability_severity.yml
171
172
  - config/unit_primitives/write_tests.yml
172
173
  - lib/gitlab/cloud_connector.rb
173
174
  - lib/gitlab/cloud_connector/available_services_generator.rb