From 4396ef659455b980532111a0847e4afa54b6b2af Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Tue, 16 Apr 2024 17:13:55 -0700 Subject: [PATCH] [nc] fix test Signed-off-by: Nic Cheneweth --- .snyk | 111 ----------------------------- test/circleci_base_image_slim.bats | 2 +- 2 files changed, 1 insertion(+), 112 deletions(-) diff --git a/.snyk b/.snyk index 04d4cbe..a464459 100644 --- a/.snyk +++ b/.snyk @@ -46,115 +46,4 @@ ignore: - "*": reason: Use after free expires: 2024-06-01T14:26:34.404Z - # SNYK-DEBIANUNSTABLE-COREUTILS-6180568: - # - "*": - # reason: Out-of-bounds Write - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GITHUBCOMJACKCPGPROTO3V2-6371508: - # - "*": - # reason: SQL Injection - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GITHUBCOMGOJOSEGOJOSEV3-6419233: - # - "*": - # reason: Improper Handling of Highly Compressed Data (Data Amplification) - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GOOGLEGOLANGORGPROTOBUFENCODINGPROTOJSON-6393703: - # - "*": - # reason: Infinite loop - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GOOGLEGOLANGORGPROTOBUFINTERNALENCODINGJSON-6393704: - # - "*": - # reason: Infinite loop - # expires: 2024-05-01T14:26:34.404Z - # SNYK-DEBIANUNSTABLE-OPENSSL-6148844: - # - "*": - # reason: Out-of-bounds Write - # expires: 2024-05-01T14:26:34.404Z - # SNYK-DEBIANUNSTABLE-PERL-5489187: - # - "*": - # reason: Improper Certificate Validation - # expires: 2024-05-01T14:26:34.404Z - # SNYK-DEBIANUNSTABLE-OPENSSH-6139208: - # - "*": - # reason: CVE-2023-51767 - # expires: 2024-05-01T14:26:34.404Z - # SNYK-DEBIANUNSTABLE-SYSTEMD-6137711: - # - "*": - # reason: CVE-2023-7008 - # expires: 2024-05-01T14:26:34.404Z - # SNYK-DEBIANUNSTABLE-LIBXML2-5871336: - # - "*": - # reason: Out-of-Bounds - # expires: 2024-05-01T14:26:34.404Z - # SNYK-DEBIANUNSTABLE-LIBXML2-5947662: - # - "*": - # reason: Use After Free - # expires: 2024-05-01T14:26:34.404Z - # SNYK-DEBIANUNSTABLE-LIBARCHIVE-5661562: - # - "*": - # reason: Race Condition - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GOOGLEGOLANGORGPROTOBUFENCODINGPROTOJSON-6137908: - # - "*": - # reason: Stack-based Buffer Overflow - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GOLANGORGXCRYPTOSSH-6130669: - # - "*": - # reason: Authentication Bypass by Capture-replay - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GOOPENTELEMETRYIOCONTRIBINSTRUMENTATIONNETHTTPOTELHTTP-5963583: - # - "*": - # reason: Allocation of Resources Without Limits or Throttling - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GOOPENTELEMETRYIOCONTRIBINSTRUMENTATIONNETHTTPOTELHTTP-5971109: - # - "*": - # reason: Allocation of Resources Without Limits or Throttling - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GOOPENTELEMETRYIOCONTRIBINSTRUMENTATIONNETHTTPHTTPTRACEOTELHTTPTRACE-5971114: - # - "*": - # reason: Allocation of Resources Without Limits or Throttling - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GITHUBCOMDVSEKHVALNOVJOSE2GO-6137739: - # - "*": - # reason: Uncontrolled Resource Consumption ('Resource Exhaustion') - # expires: 2024-05-01T14:26:34.404Z - # SNYK-GOLANG-GOLANGORGXNETHTTP2-5958903: - # - "*": - # reason: Allocation of Resources Without Limits or Throttling - # expires: 2023-12-01T14:26:34.404Z - - - # SNYK-GOLANG-GOLANGORGXSYSUNIX-3310442: - # - "*": - # reason: Incorrect Privilege Assignment - # expires: 2023-12-01T14:26:34.404Z - # SNYK-GOLANG-GOLANGORGXNETHTTP2-3160322: - # - "*": - # reason: Denial of Service (DoS) - # expires: 2023-12-01T14:26:34.404Z - # SNYK-GOLANG-GOLANGORGXCRYPTOSSH-2429769: - # - "*": - # expires: 2023-12-01T14:26:34.404Z - # reason: Denial of Service (DoS) - - # SNYK-GOLANG-GOPKGINYAMLV3-2952714: - # - "*": - # reason: NULL Pointer Dereference - # expires: 2023-12-01T14:26:34.404Z - # SNYK-GOLANG-GOLANGORGXNETHTTP2HPACK-3358253: - # - "*": - # reason: Denial of Service (DoS) - # expires: 2023-12-01T14:26:34.404Z - - - - - # SNYK-DEBIANUNSTABLE-WGET-1277613: - # - "*": - # reason: Open Redirect - # expires: 2023-12-01T14:26:34.404Z - # SNYK-DEBIANUNSTABLE-OPENLDAP-5660619: - # - "*": - # reason: NULL Pointer Dereference - # expires: 2023-12-01T14:26:34.404Z patch: {} diff --git a/test/circleci_base_image_slim.bats b/test/circleci_base_image_slim.bats index 2c60d22..68507b1 100644 --- a/test/circleci_base_image_slim.bats +++ b/test/circleci_base_image_slim.bats @@ -27,7 +27,7 @@ @test "wget version" { run bash -c "docker exec circleci-base-image-slim-edge wget --version" - [[ "${output}" =~ "1.21" ]] + [[ "${output}" =~ "1.24" ]] } @test "unzip version" {