mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #223] [CLOSED] Bump golang.org/x/net from 0.9.0 to 0.17.0 in /db/code #376
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#376
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/223
Author: @dependabot[bot]
Created: 10/24/2023
Status: ❌ Closed
Base:
dev← Head:dependabot/go_modules/db/code/golang.org/x/net-0.17.0📝 Commits (5)
206cfafDev (#221)805b9ebUpdate README.md #patch7124ac2[api] Fix merge errord2e6705[ui] Fix dns blocklist refresh submitting "undefined" (#222)5481b20Bump golang.org/x/net from 0.9.0 to 0.17.0 in /db/code📊 Changes
15 files changed (+256 additions, -50 deletions)
View changed files
📝
README.md(+6 -0)📝
api/code/api.go(+68 -29)📝
api/code/firewall.go(+12 -2)📝
db/code/go.mod(+2 -2)📝
db/code/go.sum(+9 -5)📝
dhcp/Dockerfile(+1 -0)➕
dhcp/scripts/dhclient-gateway-hook.sh(+16 -0)📝
frontend/src/api/MockAPI.js(+8 -0)📝
frontend/src/components/DNS/DNSBlocklist.js(+1 -1)📝
frontend/src/components/Devices/AddDevice.js(+68 -5)📝
frontend/src/components/Devices/Device.js(+1 -1)📝
frontend/src/components/Devices/EditDevice.js(+57 -0)📝
frontend/src/components/Firewall/AddServicePort.js(+4 -5)📝
superd/Dockerfile(+1 -0)➕
superd/scripts/docker-compose(+2 -0)📄 Description
Bumps golang.org/x/net from 0.9.0 to 0.17.0.
Commits
b225e7chttp2: limit maximum handler goroutines to MaxConcurrentStreams88194adgo.mod: update golang.org/x dependencies2b60a61quic: fix several bugs in flow control accounting73d82efquic: handle DATA_BLOCKED frames5d5a036quic: handle streams moving from the data queue to the meta queue350aad2quic: correctly extend peer's flow control window after MAX_DATA21814e7quic: validate connection id transport parametersa600b35quic: avoid redundant MAX_DATA updatesea63359http2: check stream body is present on read timeoutddd8598quic: version negotiationDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.