File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed
regression_tests/.devcontainer Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -432,3 +432,10 @@ vulnerabilities:
432432 purls :
433433 - " pkg:deb/ubuntu/linux-libc-dev@5.15.0-173.183?arch=amd64&distro=ubuntu-22.04"
434434 expired_at : 2026-09-16
435+ - id : CVE-2026-33186
436+ statement : " gRPC-Go has an authorization bypass via missing leading slash in :path"
437+ purls :
438+ - " pkg:golang/google.golang.org/grpc@v1.74.2"
439+ - " pkg:golang/google.golang.org/grpc@v1.78.0"
440+ - " pkg:golang/google.golang.org/grpc@v1.79.2"
441+ expired_at : 2026-09-20
Original file line number Diff line number Diff line change @@ -110,3 +110,8 @@ vulnerabilities:
110110 purls :
111111 - " pkg:golang/go.opentelemetry.io/otel/sdk@v1.38.0"
112112 expired_at : 2026-09-10
113+ - id : CVE-2026-33186
114+ statement : " gRPC-Go has an authorization bypass via missing leading slash in :path"
115+ purls :
116+ - " pkg:golang/google.golang.org/grpc@v1.69.4"
117+ expired_at : 2026-09-20
Original file line number Diff line number Diff line change 1- allure 2.37 .0
1+ allure 2.38 .0
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- set -e
3+ set -euo pipefail
4+
5+ # install chrome
6+ mkdir -p /etc/apt/keyrings
7+ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo tee /etc/apt/keyrings/google.asc > /dev/null
8+ sh -c ' echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/google.asc] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list'
9+ apt-get update
10+ apt-get install -y google-chrome-stable
411
512# clean up
613apt-get clean
You can’t perform that action at this time.
0 commit comments