Skip to content

Bump github.com/chrj/smtpd from 1.0.0 to 1.0.1 in /src/notifications - #180

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/src/notifications/github.com/chrj/smtpd-1.0.1
Open

Bump github.com/chrj/smtpd from 1.0.0 to 1.0.1 in /src/notifications#180
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/src/notifications/github.com/chrj/smtpd-1.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/chrj/smtpd from 1.0.0 to 1.0.1.

Release notes

Sourced from github.com/chrj/smtpd's releases.

v1.0.1

Security

Upgrade if you run with EnableProxyProtocol behind a proxy.

  • The PROXY command comes first in a session, and a later one gets a 503 reply. A proxy writes its header before it passes on anything of the client, so a PROXY command that comes after a command comes from the client behind the proxy.

    handlePROXY took every one of them. Each wrote Peer.Addr and ran the ConnectionChecker again, so a client behind the proxy could take the address of another one. Every checker of the session reads Peer.Addr.

    This changes behavior. A client that sends PROXY twice gets a 503 for the second one, where it got a greeting before.

The v2 line carries the same fix in v2.4.0.

Fixed

  • The CI workflow runs for the v1 branch. The triggers named master, so no workflow ran for a push to the branch or for a pull request against it.
Commits

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/chrj/smtpd](https://github.com/chrj/smtpd) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/chrj/smtpd/releases)
- [Changelog](https://github.com/chrj/smtpd/blob/main/CHANGELOG.md)
- [Commits](chrj/smtpd@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/chrj/smtpd
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants