Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(deps): update all#162

Open
renovate[bot] wants to merge 1 commit into
master from
renovate/all
Open

fix(deps): update all #162
renovate[bot] wants to merge 1 commit into
master from
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jul 16, 2020
edited
Loading

Copy link
Copy Markdown

i️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
ace (source) minor 1.2.01.43.3 age confidence
actions/cache action patch v2.1.4v2.1.8 age confidence
angular-ui-bootstrap (source) minor 0.13.30.14.3 age confidence
github.com/gobuffalo/packr/v2 require patch v2.8.0v2.8.3 age confidence
github.com/golang/protobuf require patch v1.5.2v1.5.4 age confidence
github.com/gorilla/handlers require minor v1.4.2v1.5.2 age confidence
github.com/gorilla/mux require minor v1.7.3v1.8.1 age confidence
github.com/grpc-ecosystem/grpc-gateway require minor v1.12.1v1.16.0 age confidence
github.com/huandu/xstrings require minor v1.3.0v1.5.0 age confidence
golang stage minor 1.16-alpine1.26-alpine age confidence
google.golang.org/genproto require digest e1de0a77ab31c2 age confidence

Release Notes

ajaxorg/ace-builds (ace)

v1.43.3

Compare Source

v1.43.2

Compare Source

v1.43.1

Compare Source

v1.43.0

Compare Source

v1.42.0

Compare Source

Features
Bug Fixes
  • editor.completer would init on enableBasicAutocompletion option true (#​5756) (25a471a)
  • missing type aliases and MarkerGroup in ace-builds (#​5782) (b20be1a)
1.40.2 (2025年05月02日)
1.40.1 (2025年04月23日)
Bug Fixes

v1.41.0

Compare Source

v1.40.1

Compare Source

v1.40.0

Compare Source

Features
  • gutter: added keyboard handling for experimental feature custom widgets (#​5796) (8037400)
1.39.1 (2025年03月20日)
Features
Bug Fixes

v1.39.1

Compare Source

v1.39.0

Compare Source

Features
Bug Fixes

v1.38.0

Compare Source

Features
  • popup: add supporting skipFilter flag for popup item (#​5740) (0db7585)
Bug Fixes
1.37.5 (2025年01月16日)
Bug Fixes
1.37.4 (2025年01月09日)
Bug Fixes
  • Remove unnecesary typeof from type imports in declarations (#​5715) (2c8bf91)
1.37.3 (2025年01月07日)
1.37.2 (2025年01月06日)
Bug Fixes
1.37.1 (2024年12月20日)
Bug Fixes
  • hide gutter tooltip event missing from editor signal (#​5701) (66a6736)
1.36.6 (2024年12月17日)
Bug Fixes
1.36.5 (2024年11月14日)
Features
  • exposing getter setter for widget manager created using line widgets (#​5673) (f5d0c19)
Bug Fixes
1.36.4 (2024年11月04日)
Bug Fixes
1.36.3 (2024年10月21日)
Bug Fixes
  • readdirSync options recursive: true was added only in NodeJs v20.1.0 (#​5645) (2953f72)
1.36.2 (2024年08月30日)
Bug Fixes
1.36.1 (2024年08月29日)
Bug Fixes

v1.37.5

Compare Source

v1.37.4

Compare Source

v1.37.3

Compare Source

v1.37.2

Compare Source

v1.37.1

Compare Source

v1.37.0

Compare Source

v1.36.5

Compare Source

v1.36.4

Compare Source

v1.36.3

Compare Source

v1.36.2

Compare Source

v1.36.1

Compare Source

v1.36.0

Compare Source

Features
1.35.5 (2024年08月20日)
1.35.4 (2024年07月22日)
Bug Fixes
1.35.3 (2024年07月18日)
Bug Fixes
1.35.2 (2024年07月01日)
1.35.1 (2024年06月27日)
Bug Fixes

v1.35.5

Compare Source

v1.35.4

Compare Source

v1.35.3

Compare Source

v1.35.2

Compare Source

v1.35.1

Compare Source

v1.35.0

Compare Source

Features
Bug Fixes
1.34.2 (2024年05月27日)
1.34.1 (2024年05月24日)
Bug Fixes

v1.34.2

Compare Source

v1.34.1

Compare Source

v1.34.0

Compare Source

Features
1.33.3 (2024年05月21日)
Bug Fixes
  • contrast completion meta contrast cloud editor themes (#​5558) (b8877f0)
1.33.2 (2024年05月13日)
Bug Fixes
1.33.1 (2024年04月23日)
Bug Fixes
  • account for this.popup being potentially undefined in completion mousewheel listener (#​5537) (6c3a9a6)

v1.33.3

Compare Source

v1.33.2

Compare Source

v1.33.1

Compare Source

v1.33.0

Compare Source

Features
  • Make translation system key based and add annotation type to gutter icon aria labels (#​5524) (bb8256d)
Bug Fixes
1.32.9 (2024年03月29日)
Bug Fixes
  • apply class to autocomplete popup for no suggestions state (#​5522) (a66f861)
1.32.8 (2024年03月22日)
Bug Fixes
1.32.7 (2024年03月01日)
Bug Fixes
  • swap blue/red in cloudeditor themes to reduces usage of red (#​5492) (0e8f549)
1.32.6 (2024年02月07日)
1.32.5 (2024年01月30日)
1.32.4 (2024年01月29日)
Bug Fixes
1.32.3 (2023年12月29日)
Bug Fixes
1.32.2 (2023年12月14日)
Bug Fixes
  • themes: changed the solarized theme primary color from [#​93](https://redirect.github.com/ajaxorg/ace/issues/93)A1A1 to [#​839496](https://redirect.github.com/ajaxorg/ace/issues/839496). (#​5422) (114a5c1), closes #​93A1A1
1.32.1 (2023年12月11日)
Bug Fixes
  • don't show loading state when empty completer array is provided (7a8a929)
  • prevent browser scroll while scrolling over the tooltip (#​5414) (c6475c0)
  • switch aria-selected to aria-current for webkit (#​5416) (bf1a4ea), closes #​5403
  • yaml worker errors at undefined row/column (06cc12a)

v1.32.9

Compare Source

v1.32.8

Compare Source

v1.32.7

Compare Source

v1.32.6

Compare Source

v1.32.5

Compare Source

v1.32.4

Compare Source

v1.32.3

Compare Source

v1.32.2

Compare Source

v1.32.1

Compare Source

v1.32.0

Compare Source

Features
Bug Fixes
  • autocomplete tests (#​5407) (cf6999d)
  • set completion popup role to 'menu' for safari (6845905)
  • stop rendering the completion popup disconnected from the editor for long ghost text (#​5401) (94d68a7)
  • try to scroll inline preview into view (#​5400) (95af560)
1.31.2 (2023年11月15日)
Bug Fixes
  • inline preview with loading state (05db94f)
1.31.1 (2023年10月30日)
Bug Fixes

v1.31.2

Compare Source

v1.31.1

Compare Source

v1.31.0

Compare Source

Features
Bug Fixes
  • doc tooltip not filtering properly (e5034c7)

v1.30.0

Compare Source

Features

v1.29.0

Compare Source

Features
  • allow setting completion.ignoreCaption (5618046)

v1.28.0

Compare Source

Features
  • Keep focus on same item in completion popup when slow completer delivers results. (#​5322) (0983134)

v1.27.0

Compare Source

Features
  • Allow not showing inline preview for completers when inlineEnabled is set to true. (#​5315) (f3e3330)

v1.26.0

Compare Source

Features
Bug Fixes
1.25.1 (2023年09月14日)

v1.25.1

Compare Source

v1.25.0

Compare Source

Features
1.24.2 (2023年09月08日)
Bug Fixes
  • Added project details in index.html file (#​5300) (6e83505)
  • autocompletion threshold doesn't apply to trigger characters (84bbc88)
  • Update php_highlight_rules.js (#​5288) (caedd0c)
1.24.1 (2023年08月15日)

v1.24.2

Compare Source

v1.24.1

Compare Source

v1.24.0

Compare Source

Features
Bug Fixes
1.23.4 (2023年07月12日)
Bug Fixes
  • filterText triggered selection range removal when completions range was present (#​5249) (b586e4d)
1.23.3 (2023年07月10日)
Bug Fixes
1.23.2 (2023年07月07日)
Bug Fixes
1.23.1 (2023年06月27日)

v1.23.4

Compare Source

v1.23.3

Compare Source

v1.23.2

Compare Source

v1.23.1

Compare Source

v1.23.0

Compare Source

Features
  • autocomplete: ellipsis is shown when suggestions is longer than popover width (#​5204) (de4234b)
  • signal gutterkeydown in keyboard accessibility mode (#​5202) (538b18c)
Bug Fixes
1.22.1 (2023年06月11日)
Bug Fixes
  • don't throw unhandled errors in TabstopManager when EditSession becomes undefined (#​5193) (cd55932)
  • include ace-modes to the npm package (a074fa4)
  • jsdoc comment foldings (#​5197) (065af41)

v1.22.1

Compare Source

v1.22.0

Compare Source

Features
1.21.1 (2023年05月16日)
Bug Fixes
  • console error when hovering over empty gutter cell with tooltipFollowsMouse set to false (#​5173) (5ff8d4c)

v1.21.1

Compare Source

v1.21.0

Compare Source

Features
Bug Fixes

v1.20.0

Compare Source

Features

v1.19.0

Compare Source

Features
  • publishing generated styling files to ace-code package (1fa223e)
1.18.1 (2023年05月03日)
Bug Fixes
  • add mode types, improve type definitions (e22bd5c)
  • hide $getindent from the SyntaxMode (2b1c65b)
  • remove '$' fields for types that don't require exposing them (2db9d4e)
  • remove or update badly formatted declarations (1e7b022)
  • replaceRange could now be implemented as an instance of the Range interface, rather than being an instance of the Range class (e1bdccc)
  • wrong next state in regex state (c5ed709)

v1.18.1

Compare Source

v1.18.0

Compare Source

Features

v1.17.0

Compare Source

Features
  • Add annotation level information to gutter tooltip (#​5101) (3cd28b8)
  • Add option to prevent keyboard focus trapping (#​5114) (fe5d1bf)
  • Add option to use SVG gutter icons (#​5107) (82eb439)
  • add ResizeObserver to make calling editor.resize optional (51d5e4d)
Bug Fixes

v1.16.0

Compare Source

Features
Bug Fixes
1.15.3 (2023年03月02日)
1.15.2 (2023年02月16日)
1.15.1 (2023年02月13日)
Bug Fixes
  • Added lateral keyword introduced in MySQL 8.0.14 ([#​5053](https://r

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from moul as a code owner July 16, 2020 06:26
@trafico-bot trafico-bot Bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jul 16, 2020
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 4a47e76 to 38aeafc Compare October 8, 2020 12:57
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 657835d to 3f76a37 Compare April 29, 2021 19:45
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 45026ab to 04a744e Compare May 4, 2021 15:11

djale1k commented May 4, 2021

Copy link
Copy Markdown
Collaborator

@moul deps are safe for BUMP
tidy deps only needed here.

renovate Bot commented May 5, 2021
edited
Loading

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/protoc-gen-gotemplate":"/mnt/renovate/gh/moul/protoc-gen-gotemplate" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/protoc-gen-gotemplate" docker.io/renovate/go:1.13.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod vendor"
go: finding google.golang.org/genproto 4a47615972c2
go: downloading github.com/huandu/xstrings v1.3.2
go: downloading github.com/gobuffalo/packr/v2 v2.8.1
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/genproto v0.0.0-20210506142907-4a47615972c2
go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
go: extracting github.com/huandu/xstrings v1.3.2
go: extracting github.com/gobuffalo/packr/v2 v2.8.1
go: extracting github.com/Masterminds/sprig v2.22.0+incompatible
go: downloading github.com/markbates/safe v1.0.1
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/google/uuid v1.1.2
go: extracting github.com/golang/protobuf v1.5.2
go: extracting github.com/google/uuid v1.1.2
go: downloading github.com/imdario/mergo v0.3.8
go: extracting github.com/markbates/safe v1.0.1
go: extracting github.com/gorilla/mux v1.8.0
go: downloading github.com/markbates/oncer v1.0.0
go: extracting github.com/imdario/mergo v0.3.8
go: extracting github.com/markbates/oncer v1.0.0
go: downloading google.golang.org/protobuf v1.26.0
go: downloading github.com/mitchellh/copystructure v1.0.0
go: downloading github.com/gobuffalo/logger v1.0.3
go: extracting github.com/mitchellh/copystructure v1.0.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/gorilla/handlers v1.5.1
go: extracting github.com/gobuffalo/logger v1.0.3
go: downloading github.com/markbates/errx v1.1.0
go: downloading github.com/sirupsen/logrus v1.4.2
go: extracting github.com/gorilla/handlers v1.5.1
go: downloading github.com/karrick/godirwalk v1.15.8
go: extracting github.com/sirupsen/logrus v1.4.2
go: extracting github.com/markbates/errx v1.1.0
go: downloading github.com/felixge/httpsnoop v1.0.1
go: extracting github.com/felixge/httpsnoop v1.0.1
go: extracting github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: extracting github.com/karrick/godirwalk v1.15.8
go: downloading github.com/mitchellh/reflectwalk v1.0.1
go: downloading github.com/Masterminds/goutils v1.1.0
go: extracting github.com/mitchellh/reflectwalk v1.0.1
go: extracting github.com/Masterminds/goutils v1.1.0
go: extracting google.golang.org/protobuf v1.26.0
go: downloading github.com/ghodss/yaml v1.0.0
go: extracting github.com/ghodss/yaml v1.0.0
go: downloading golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
go: downloading github.com/gobuffalo/packd v1.0.0
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading gopkg.in/yaml.v2 v2.2.7
go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: extracting github.com/Masterminds/semver v1.5.0
go: extracting github.com/gobuffalo/packd v1.0.0
go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.2
go: extracting github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: extracting gopkg.in/yaml.v2 v2.2.7
go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.2
go: extracting golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
go: extracting google.golang.org/genproto v0.0.0-20210506142907-4a47615972c2
go: extracting gopkg.in/yaml.v2 v2.2.7
moul.io/protoc-gen-gotemplate/helpers imports
	github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor imports
	github.com/ghodss/yaml imports
	gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/yaml.v2@v2.2.7: permission denied

@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from cf7b000 to 6779f52 Compare May 10, 2021 20:52
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from dd51b41 to f9277d9 Compare May 20, 2021 16:09
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 43699f0 to 0a5e8e6 Compare May 27, 2021 17:17
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 84640dc to 9f6a797 Compare October 5, 2021 16:09
@renovate renovate Bot force-pushed the renovate/all branch 5 times, most recently from f262e80 to f9f30bb Compare October 13, 2021 03:27
@renovate renovate Bot force-pushed the renovate/all branch 6 times, most recently from d5d3021 to 889d3d6 Compare October 21, 2021 16:32
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from aa9d5de to c4ca74f Compare October 27, 2021 16:12
@renovate renovate Bot force-pushed the renovate/all branch 6 times, most recently from 08c2a72 to d18e4f6 Compare November 19, 2021 16:41

renovate Bot commented Jun 4, 2024
edited
Loading

Copy link
Copy Markdown
Author

i Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.13 -> 1.24.0

socket-security Bot commented Oct 6, 2025
edited
Loading

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert (click "▶" to expand/collapse)
Warn Critical
Critical CVE: nats-io/jwt not enforcing checking of Import token permissions in golang github.com/nats-io/jwt

CVE: GHSA-62mh-w5cv-p88c nats-io/jwt not enforcing checking of Import token permissions (CRITICAL)

Affected versions: <= 1.2.2

Patched version: No patched versions

From: ?golang/github.com/nats-io/jwt@v0.3.2

i Read more on: This package | This alert | What is a critical CVE?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/nats-io/jwt@v0.3.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn Critical
Critical CVE: Incorrect handling of credential expiry by /nats-io/nats-server in golang github.com/nats-io/jwt

CVE: GHSA-4w5x-x539-ppf5 Incorrect handling of credential expiry by /nats-io/nats-server (CRITICAL)

Affected versions: < 1.1.0

Patched version: 1.1.0

From: ?golang/github.com/nats-io/jwt@v0.3.2

i Read more on: This package | This alert | What is a critical CVE?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/nats-io/jwt@v0.3.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang codeberg.org/go-pdf/fpdf is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/codeberg.org/go-pdf/fpdf@v0.10.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/codeberg.org/go-pdf/fpdf@v0.10.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang gioui.org/x is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/gioui.org/x@v0.2.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/gioui.org/x@v0.2.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/apache/arrow/go/v14 is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/github.com/apache/arrow/go/v14@v14.0.2

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/apache/arrow/go/v14@v14.0.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/aws/aws-sdk-go-v2/service/sts is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.17

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.17. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/bazelbuild/rules_go is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/github.com/bazelbuild/rules_go@v0.49.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/bazelbuild/rules_go@v0.49.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/envoyproxy/go-control-plane/envoy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/envoyproxy/go-control-plane/envoy@v1.37.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/godbus/dbus/v5 is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/godbus/dbus/v5@v5.0.6

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/godbus/dbus/v5@v5.0.6. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/gogo/googleapis is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/github.com/gogo/googleapis@v1.1.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/gogo/googleapis@v1.1.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/googleapis/enterprise-certificate-proxy is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/googleapis/enterprise-certificate-proxy@v0.3.15

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/googleapis/enterprise-certificate-proxy@v0.3.15. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/hashicorp/go.net is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/hashicorp/go.net@v0.0.1

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/hashicorp/go.net@v0.0.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/leodido/go-urn is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/leodido/go-urn@v1.2.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/leodido/go-urn@v1.2.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/modern-go/reflect2 is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/modern-go/reflect2@v1.0.2

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/modern-go/reflect2@v1.0.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/pierrec/lz4 is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/github.com/pierrec/lz4@v2.0.5+incompatible

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/pierrec/lz4@v2.0.5+incompatible. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang github.com/planetscale/vtprotobuf is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/github.com/planetscale/vtprotobuf@v0.6.1-0.20240319094008-0393e58bdf10

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/planetscale/vtprotobuf@v0.6.1-0.20240319094008-0393e58bdf10. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang go.etcd.io/etcd/api/v3 is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/github.com/gobuffalo/packr/v2@v2.8.3golang/go.etcd.io/etcd/api/v3@v3.5.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/go.etcd.io/etcd/api/v3@v3.5.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: golang golang.org/x/tools is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/google.golang.org/genproto/googleapis/api@v0.0.0-20260526163538-3dc84a4a5aaagolang/google.golang.org/genproto@v0.0.0-20260610212136-7ab31c22f7adgolang/github.com/gobuffalo/packr/v2@v2.8.3golang/github.com/grpc-ecosystem/grpc-gateway@v1.16.0golang/golang.org/x/tools@v0.44.0

i Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/golang.org/x/tools@v0.44.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

renovate Bot commented Dec 10, 2025
edited
Loading

Copy link
Copy Markdown
Author

i️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.13 -> 1.25.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@moul moul Awaiting requested review from moul moul is a code owner

Assignees

No one assigned

Labels

dependencies 🔍 Ready for Review Pull Request is not reviewed yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /