Skip to content

Commit b180822

Browse files
author
Ramkumar Chinchani
committed
chore: fix dependabot alerts
#2535 #2541 #2542 #2543 #2544 #2545 #2546 #2547 #2548 #2549 #2550 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
1 parent 8262c46 commit b180822

6 files changed

Lines changed: 129 additions & 133 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v3.25.11
56+
uses: github/codeql-action/init@v3.25.12
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +64,7 @@ jobs:
6464
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565
# If this step fails, then you should remove it and run the build manually (see below)
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@v3.25.11
67+
uses: github/codeql-action/autobuild@v3.25.12
6868

6969
# ℹ️ Command-line programs to run using the OS shell.
7070
# 📚 https://git.io/JvXDl
@@ -77,4 +77,4 @@ jobs:
7777
# make release
7878

7979
- name: Perform CodeQL Analysis
80-
uses: github/codeql-action/analyze@v3.25.11
80+
uses: github/codeql-action/analyze@v3.25.12

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
TRIVY_USERNAME: ${{ github.actor }}
238238
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
239239
- name: Upload Trivy scan results to GitHub Security tab
240-
uses: github/codeql-action/upload-sarif@v3.25.11
240+
uses: github/codeql-action/upload-sarif@v3.25.12
241241
with:
242242
sarif_file: 'trivy-results.sarif'
243243

@@ -274,7 +274,7 @@ jobs:
274274
TRIVY_USERNAME: ${{ github.actor }}
275275
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
276276
- name: Upload Trivy scan results to GitHub Security tab
277-
uses: github/codeql-action/upload-sarif@v3.25.11
277+
uses: github/codeql-action/upload-sarif@v3.25.12
278278
with:
279279
sarif_file: 'trivy-results.sarif'
280280

.github/workflows/scorecards.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@v3.25.11
60+
uses: github/codeql-action/upload-sarif@v3.25.12
6161
with:
6262
sarif_file: results.sarif

THIRD-PARTY-LICENSES.md

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -63,32 +63,32 @@ github.com/aquasecurity/table|https://github.com/aquasecurity/table/blob/v1.8.0/
6363
github.com/aquasecurity/tml|https://github.com/aquasecurity/tml/blob/v0.6.1/LICENSE|Unlicense
6464
github.com/aquasecurity/trivy-checks|https://github.com/aquasecurity/trivy-checks/blob/v0.13.0/LICENSE|MIT
6565
github.com/asaskevich/govalidator|https://github.com/asaskevich/govalidator/blob/a9d515a09cc2/LICENSE|MIT
66-
github.com/aws/aws-sdk-go-v2/config|https://github.com/aws/aws-sdk-go-v2/blob/config/v1.27.24/config/LICENSE.txt|Apache-2.0
67-
github.com/aws/aws-sdk-go-v2/credentials|https://github.com/aws/aws-sdk-go-v2/blob/credentials/v1.17.24/credentials/LICENSE.txt|Apache-2.0
68-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue|https://github.com/aws/aws-sdk-go-v2/blob/feature/dynamodb/attributevalue/v1.14.7/feature/dynamodb/attributevalue/LICENSE.txt|Apache-2.0
69-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds|https://github.com/aws/aws-sdk-go-v2/blob/feature/ec2/imds/v1.16.9/feature/ec2/imds/LICENSE.txt|Apache-2.0
70-
github.com/aws/aws-sdk-go-v2/internal/configsources|https://github.com/aws/aws-sdk-go-v2/blob/internal/configsources/v1.3.13/internal/configsources/LICENSE.txt|Apache-2.0
71-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2|https://github.com/aws/aws-sdk-go-v2/blob/internal/endpoints/v2.6.13/internal/endpoints/v2/LICENSE.txt|Apache-2.0
66+
github.com/aws/aws-sdk-go-v2/config|https://github.com/aws/aws-sdk-go-v2/blob/config/v1.27.26/config/LICENSE.txt|Apache-2.0
67+
github.com/aws/aws-sdk-go-v2/credentials|https://github.com/aws/aws-sdk-go-v2/blob/credentials/v1.17.26/credentials/LICENSE.txt|Apache-2.0
68+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue|https://github.com/aws/aws-sdk-go-v2/blob/feature/dynamodb/attributevalue/v1.14.9/feature/dynamodb/attributevalue/LICENSE.txt|Apache-2.0
69+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds|https://github.com/aws/aws-sdk-go-v2/blob/feature/ec2/imds/v1.16.11/feature/ec2/imds/LICENSE.txt|Apache-2.0
70+
github.com/aws/aws-sdk-go-v2/internal/configsources|https://github.com/aws/aws-sdk-go-v2/blob/internal/configsources/v1.3.15/internal/configsources/LICENSE.txt|Apache-2.0
71+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2|https://github.com/aws/aws-sdk-go-v2/blob/internal/endpoints/v2.6.15/internal/endpoints/v2/LICENSE.txt|Apache-2.0
7272
github.com/aws/aws-sdk-go-v2/internal/ini|https://github.com/aws/aws-sdk-go-v2/blob/internal/ini/v1.8.0/internal/ini/LICENSE.txt|Apache-2.0
73-
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight|https://github.com/aws/aws-sdk-go-v2/blob/v1.30.1/internal/sync/singleflight/LICENSE|BSD-3-Clause
74-
github.com/aws/aws-sdk-go-v2/service/dynamodb/types|https://github.com/aws/aws-sdk-go-v2/blob/service/dynamodb/v1.34.1/service/dynamodb/LICENSE.txt|Apache-2.0
75-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types|https://github.com/aws/aws-sdk-go-v2/blob/service/dynamodbstreams/v1.22.1/service/dynamodbstreams/LICENSE.txt|Apache-2.0
76-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams|https://github.com/aws/aws-sdk-go-v2/blob/service/dynamodbstreams/v1.22.1/service/dynamodbstreams/LICENSE.txt|Apache-2.0
77-
github.com/aws/aws-sdk-go-v2/service/dynamodb|https://github.com/aws/aws-sdk-go-v2/blob/service/dynamodb/v1.34.1/service/dynamodb/LICENSE.txt|Apache-2.0
73+
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight|https://github.com/aws/aws-sdk-go-v2/blob/v1.30.3/internal/sync/singleflight/LICENSE|BSD-3-Clause
74+
github.com/aws/aws-sdk-go-v2/service/dynamodb/types|https://github.com/aws/aws-sdk-go-v2/blob/service/dynamodb/v1.34.3/service/dynamodb/LICENSE.txt|Apache-2.0
75+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams/types|https://github.com/aws/aws-sdk-go-v2/blob/service/dynamodbstreams/v1.22.3/service/dynamodbstreams/LICENSE.txt|Apache-2.0
76+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams|https://github.com/aws/aws-sdk-go-v2/blob/service/dynamodbstreams/v1.22.3/service/dynamodbstreams/LICENSE.txt|Apache-2.0
77+
github.com/aws/aws-sdk-go-v2/service/dynamodb|https://github.com/aws/aws-sdk-go-v2/blob/service/dynamodb/v1.34.3/service/dynamodb/LICENSE.txt|Apache-2.0
7878
github.com/aws/aws-sdk-go-v2/service/ebs|https://github.com/aws/aws-sdk-go-v2/blob/service/ebs/v1.21.7/service/ebs/LICENSE.txt|Apache-2.0
7979
github.com/aws/aws-sdk-go-v2/service/ec2|https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.163.1/service/ec2/LICENSE.txt|Apache-2.0
8080
github.com/aws/aws-sdk-go-v2/service/ecrpublic|https://github.com/aws/aws-sdk-go-v2/blob/service/ecrpublic/v1.18.2/service/ecrpublic/LICENSE.txt|Apache-2.0
8181
github.com/aws/aws-sdk-go-v2/service/ecr|https://github.com/aws/aws-sdk-go-v2/blob/service/ecr/v1.28.5/service/ecr/LICENSE.txt|Apache-2.0
8282
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding|https://github.com/aws/aws-sdk-go-v2/blob/service/internal/accept-encoding/v1.11.3/service/internal/accept-encoding/LICENSE.txt|Apache-2.0
83-
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery|https://github.com/aws/aws-sdk-go-v2/blob/service/internal/endpoint-discovery/v1.9.14/service/internal/endpoint-discovery/LICENSE.txt|Apache-2.0
84-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url|https://github.com/aws/aws-sdk-go-v2/blob/service/internal/presigned-url/v1.11.15/service/internal/presigned-url/LICENSE.txt|Apache-2.0
85-
github.com/aws/aws-sdk-go-v2/service/secretsmanager|https://github.com/aws/aws-sdk-go-v2/blob/service/secretsmanager/v1.32.1/service/secretsmanager/LICENSE.txt|Apache-2.0
86-
github.com/aws/aws-sdk-go-v2/service/ssooidc|https://github.com/aws/aws-sdk-go-v2/blob/service/ssooidc/v1.26.2/service/ssooidc/LICENSE.txt|Apache-2.0
87-
github.com/aws/aws-sdk-go-v2/service/sso|https://github.com/aws/aws-sdk-go-v2/blob/service/sso/v1.22.1/service/sso/LICENSE.txt|Apache-2.0
88-
github.com/aws/aws-sdk-go-v2/service/sts|https://github.com/aws/aws-sdk-go-v2/blob/service/sts/v1.30.1/service/sts/LICENSE.txt|Apache-2.0
89-
github.com/aws/aws-sdk-go-v2|https://github.com/aws/aws-sdk-go-v2/blob/v1.30.1/LICENSE.txt|Apache-2.0
90-
github.com/aws/aws-sdk-go/internal/sync/singleflight|https://github.com/aws/aws-sdk-go/blob/v1.54.15/internal/sync/singleflight/LICENSE|BSD-3-Clause
91-
github.com/aws/aws-sdk-go|https://github.com/aws/aws-sdk-go/blob/v1.54.15/LICENSE.txt|Apache-2.0
83+
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery|https://github.com/aws/aws-sdk-go-v2/blob/service/internal/endpoint-discovery/v1.9.16/service/internal/endpoint-discovery/LICENSE.txt|Apache-2.0
84+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url|https://github.com/aws/aws-sdk-go-v2/blob/service/internal/presigned-url/v1.11.17/service/internal/presigned-url/LICENSE.txt|Apache-2.0
85+
github.com/aws/aws-sdk-go-v2/service/secretsmanager|https://github.com/aws/aws-sdk-go-v2/blob/service/secretsmanager/v1.32.3/service/secretsmanager/LICENSE.txt|Apache-2.0
86+
github.com/aws/aws-sdk-go-v2/service/ssooidc|https://github.com/aws/aws-sdk-go-v2/blob/service/ssooidc/v1.26.4/service/ssooidc/LICENSE.txt|Apache-2.0
87+
github.com/aws/aws-sdk-go-v2/service/sso|https://github.com/aws/aws-sdk-go-v2/blob/service/sso/v1.22.3/service/sso/LICENSE.txt|Apache-2.0
88+
github.com/aws/aws-sdk-go-v2/service/sts|https://github.com/aws/aws-sdk-go-v2/blob/service/sts/v1.30.3/service/sts/LICENSE.txt|Apache-2.0
89+
github.com/aws/aws-sdk-go-v2|https://github.com/aws/aws-sdk-go-v2/blob/v1.30.3/LICENSE.txt|Apache-2.0
90+
github.com/aws/aws-sdk-go/internal/sync/singleflight|https://github.com/aws/aws-sdk-go/blob/v1.54.19/internal/sync/singleflight/LICENSE|BSD-3-Clause
91+
github.com/aws/aws-sdk-go|https://github.com/aws/aws-sdk-go/blob/v1.54.19/LICENSE.txt|Apache-2.0
9292
github.com/aws/smithy-go/internal/sync/singleflight|https://github.com/aws/smithy-go/blob/v1.20.3/internal/sync/singleflight/LICENSE|BSD-3-Clause
9393
github.com/aws/smithy-go|https://github.com/aws/smithy-go/blob/v1.20.3/LICENSE|Apache-2.0
9494
github.com/awslabs/amazon-ecr-credential-helper/ecr-login|https://github.com/awslabs/amazon-ecr-credential-helper/blob/8841054dbdb8/ecr-login/LICENSE|Apache-2.0
@@ -158,8 +158,8 @@ github.com/go-gorp/gorp/v3|https://github.com/go-gorp/gorp/blob/v3.1.0/LICENSE|M
158158
github.com/go-ini/ini|https://github.com/go-ini/ini/blob/v1.67.0/LICENSE|Apache-2.0
159159
github.com/go-jose/go-jose/v3/json|https://github.com/go-jose/go-jose/blob/v3.0.3/json/LICENSE|BSD-3-Clause
160160
github.com/go-jose/go-jose/v3|https://github.com/go-jose/go-jose/blob/v3.0.3/LICENSE|Apache-2.0
161-
github.com/go-jose/go-jose/v4/json|https://github.com/go-jose/go-jose/blob/v4.0.1/json/LICENSE|BSD-3-Clause
162-
github.com/go-jose/go-jose/v4|https://github.com/go-jose/go-jose/blob/v4.0.1/LICENSE|Apache-2.0
161+
github.com/go-jose/go-jose/v4/json|https://github.com/go-jose/go-jose/blob/v4.0.2/json/LICENSE|BSD-3-Clause
162+
github.com/go-jose/go-jose/v4|https://github.com/go-jose/go-jose/blob/v4.0.2/LICENSE|Apache-2.0
163163
github.com/go-ldap/ldap/v3|https://github.com/go-ldap/ldap/blob/v3.4.8/v3/LICENSE|MIT
164164
github.com/go-logr/logr|https://github.com/go-logr/logr/blob/v1.4.2/LICENSE|Apache-2.0
165165
github.com/go-logr/stdr|https://github.com/go-logr/stdr/blob/v1.2.2/LICENSE|Apache-2.0
@@ -376,7 +376,7 @@ go.etcd.io/bbolt|https://github.com/etcd-io/bbolt/blob/v1.3.10/LICENSE|MIT
376376
go.mongodb.org/mongo-driver|https://github.com/mongodb/mongo-go-driver/blob/v1.14.0/LICENSE|Apache-2.0
377377
go.mozilla.org/pkcs7|https://github.com/mozilla-services/pkcs7/blob/33d05740a352/LICENSE|MIT
378378
go.opencensus.io|https://github.com/census-instrumentation/opencensus-go/blob/v0.24.0/LICENSE|Apache-2.0
379-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc|https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.49.0/instrumentation/google.golang.org/grpc/otelgrpc/LICENSE|Apache-2.0
379+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc|https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/google.golang.org/grpc/otelgrpc/v0.52.0/instrumentation/google.golang.org/grpc/otelgrpc/LICENSE|Apache-2.0
380380
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp|https://github.com/open-telemetry/opentelemetry-go-contrib/blob/instrumentation/net/http/otelhttp/v0.52.0/instrumentation/net/http/otelhttp/LICENSE|Apache-2.0
381381
go.opentelemetry.io/otel/metric|https://github.com/open-telemetry/opentelemetry-go/blob/metric/v1.27.0/metric/LICENSE|Apache-2.0
382382
go.opentelemetry.io/otel/sdk|https://github.com/open-telemetry/opentelemetry-go/blob/sdk/v1.27.0/sdk/LICENSE|Apache-2.0
@@ -391,9 +391,9 @@ golang.org/x/crypto|https://cs.opensource.google/go/x/crypto/+/v0.25.0:LICENSE|B
391391
golang.org/x/exp/constraints|https://cs.opensource.google/go/x/exp/+/9bf2ced1:LICENSE|BSD-3-Clause
392392
golang.org/x/mod/semver|https://cs.opensource.google/go/x/mod/+/v0.18.0:LICENSE|BSD-3-Clause
393393
golang.org/x/mod|https://cs.opensource.google/go/x/mod/+/v0.18.0:LICENSE|BSD-3-Clause
394-
golang.org/x/net/publicsuffix|https://cs.opensource.google/go/x/net/+/v0.26.0:LICENSE|BSD-3-Clause
395-
golang.org/x/net/webdav|https://cs.opensource.google/go/x/net/+/v0.26.0:LICENSE|BSD-3-Clause
396-
golang.org/x/net|https://cs.opensource.google/go/x/net/+/v0.26.0:LICENSE|BSD-3-Clause
394+
golang.org/x/net/publicsuffix|https://cs.opensource.google/go/x/net/+/v0.27.0:LICENSE|BSD-3-Clause
395+
golang.org/x/net/webdav|https://cs.opensource.google/go/x/net/+/v0.27.0:LICENSE|BSD-3-Clause
396+
golang.org/x/net|https://cs.opensource.google/go/x/net/+/v0.27.0:LICENSE|BSD-3-Clause
397397
golang.org/x/oauth2|https://cs.opensource.google/go/x/oauth2/+/v0.21.0:LICENSE|BSD-3-Clause
398398
golang.org/x/sync/errgroup|https://cs.opensource.google/go/x/sync/+/v0.7.0:LICENSE|BSD-3-Clause
399399
golang.org/x/sync/semaphore|https://cs.opensource.google/go/x/sync/+/v0.7.0:LICENSE|BSD-3-Clause
@@ -410,16 +410,14 @@ google.golang.org/api/googleapi|https://github.com/googleapis/google-api-go-clie
410410
google.golang.org/api/internal/third_party/uritemplates|https://github.com/googleapis/google-api-go-client/blob/v0.172.0/internal/third_party/uritemplates/LICENSE|BSD-3-Clause
411411
google.golang.org/api|https://github.com/googleapis/google-api-go-client/blob/v0.172.0/LICENSE|BSD-3-Clause
412412
google.golang.org/genproto/googleapis/api|https://github.com/googleapis/go-genproto/blob/dc85e6b867a5/googleapis/api/LICENSE|Apache-2.0
413-
google.golang.org/genproto/googleapis/rpc/status|https://github.com/googleapis/go-genproto/blob/fc5f0ca64291/googleapis/rpc/LICENSE|Apache-2.0
414-
google.golang.org/genproto/googleapis/rpc|https://github.com/googleapis/go-genproto/blob/fc5f0ca64291/googleapis/rpc/LICENSE|Apache-2.0
413+
google.golang.org/genproto/googleapis/rpc/status|https://github.com/googleapis/go-genproto/blob/dc85e6b867a5/googleapis/rpc/LICENSE|Apache-2.0
414+
google.golang.org/genproto/googleapis/rpc|https://github.com/googleapis/go-genproto/blob/dc85e6b867a5/googleapis/rpc/LICENSE|Apache-2.0
415415
google.golang.org/genproto/googleapis/type/expr|https://github.com/googleapis/go-genproto/blob/c811ad7063a7/LICENSE|Apache-2.0
416416
google.golang.org/genproto/googleapis/type|https://github.com/googleapis/go-genproto/blob/c811ad7063a7/LICENSE|Apache-2.0
417417
google.golang.org/genproto/protobuf/field_mask|https://github.com/googleapis/go-genproto/blob/c811ad7063a7/LICENSE|Apache-2.0
418-
google.golang.org/grpc|https://github.com/grpc/grpc-go/blob/v1.64.0/LICENSE|Apache-2.0
418+
google.golang.org/grpc|https://github.com/grpc/grpc-go/blob/v1.64.1/LICENSE|Apache-2.0
419419
google.golang.org/protobuf|https://github.com/protocolbuffers/protobuf-go/blob/v1.34.2/LICENSE|BSD-3-Clause
420420
gopkg.in/cheggaaa/pb.v1|https://github.com/cheggaaa/pb/blob/v1.0.28/LICENSE|BSD-3-Clause
421-
gopkg.in/go-jose/go-jose.v2/json|https://github.com/go-jose/go-jose/blob/v2.6.3/json/LICENSE|BSD-3-Clause
422-
gopkg.in/go-jose/go-jose.v2|https://github.com/go-jose/go-jose/blob/v2.6.3/LICENSE|Apache-2.0
423421
gopkg.in/inf.v0|https://github.com/go-inf/inf/blob/v0.9.1/LICENSE|BSD-3-Clause
424422
gopkg.in/ini.v1|https://github.com/go-ini/ini/blob/v1.67.0/LICENSE|Apache-2.0
425423
gopkg.in/resty.v1|https://github.com/go-resty/resty/blob/v1.12.0/LICENSE|MIT
@@ -440,7 +438,7 @@ modernc.org/gc/v3|https://gitlab.com/cznic/gc/blob/573471604cb6/v3/LICENSE|BSD-3
440438
modernc.org/libc|https://gitlab.com/cznic/libc/blob/v1.52.1/LICENSE-GO|BSD-3-Clause
441439
modernc.org/mathutil|Unknown|Unknown
442440
modernc.org/memory|https://gitlab.com/cznic/memory/blob/v1.8.0/LICENSE-GO|BSD-3-Clause
443-
modernc.org/sqlite|https://gitlab.com/cznic/sqlite/blob/v1.30.1/LICENSE|BSD-3-Clause
441+
modernc.org/sqlite|https://gitlab.com/cznic/sqlite/blob/v1.30.2/LICENSE|BSD-3-Clause
444442
modernc.org/strutil|Unknown|Unknown
445443
modernc.org/token|https://gitlab.com/cznic/token/blob/v1.1.0/LICENSE|BSD-3-Clause
446444
oras.land/oras-go/v2|https://github.com/oras-project/oras-go/blob/v2.5.0/LICENSE|Apache-2.0

0 commit comments

Comments
 (0)