Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 14, 2022

Bumps mellium.im/xmpp from 0.18.0 to 0.21.1.

Release notes

Sourced from mellium.im/xmpp's releases.

v0.21.1

This release contains a fix for a security issue in the websocket package. The issue has been assigned CVE ID CVE-2022-24968.

v0.21.0

Breaking

  • xmpp: the deprecated methods InSID and OutSID have been dropped in favor of In and Out

Added:

Fixed

  • xmpp: IQ error responses are now sent to the original entity, not to ourselves
  • mux: unhandled IQ result stanzas with no payload no longer result in an error
  • mux: responses are no longer sent for unhandled IQ result stanzas

v0.20.0

Security

  • all: update the default TLS config to disable TLS < 1.2

Breaking

  • disco: the Feature, Identity, and Item types have been moved to the info and items packages
  • mux: make namespace checking stricter by adding argument to New
  • roster: rename version attribute to ver
  • roster: the Push callback now takes the roster version
  • roster: FetchIQ now takes a roster.IQ instead of a stanza.IQ so that the version can be set
  • styling: decoding tokens now uses an iterator pattern
  • stanza: added stanza namespace argument to Is, AddID, and AddOriginID
  • xmpp: the WebSocket option on StreamConfig has been removed in favor of

... (truncated)

Changelog

Sourced from mellium.im/xmpp's changelog.

v0.21.1 — 2022-02-11

Security

  • websocket: fix an issue where the wrong hostname was validated in connections made after looking up DNS TXT records, resulting in a potential MITM. A CVE has been issued with the id CVE-2022-24968.

v0.21.0 — 2022-02-08

Breaking

  • xmpp: the deprecated methods InSID and OutSID have been dropped in favor of In and Out

Added:

Fixed

  • xmpp: IQ error responses are now sent to the original entity, not to ourselves
  • mux: unhandled IQ result stanzas with no payload no longer result in an error
  • mux: responses are no longer sent for unhandled IQ result stanzas

v0.20.0 — 2021-09-26

Security

  • all: update the default TLS config to disable TLS < 1.2

Breaking

... (truncated)

Commits
  • 7113e3f all: release v0.21.1
  • 0d92aa4 websocket: fix incorrect TLS host verification
  • 938c44c docs: update release procedure
  • e76b53f all: release v0.21.0
  • d7a7dc9 ibb: don't log from prosody in client tests
  • 81c281c ibb: simplify tests
  • 7a2057f ibb: wait for all data in slixmpp integration test
  • 43bfb05 ibb: implement max buffer size
  • 8287f86 internal/integration: allow renaming subtests
  • 1b7c347 all: update changelog
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [mellium.im/xmpp](https://github.com/mellium/xmpp) from 0.18.0 to 0.21.1.
- [Release notes](https://github.com/mellium/xmpp/releases)
- [Changelog](https://github.com/mellium/xmpp/blob/main/CHANGELOG.md)
- [Commits](mellium/xmpp@v0.18.0...v0.21.1)

---
updated-dependencies:
- dependency-name: mellium.im/xmpp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 8, 2022

Superseded by #29.

@dependabot dependabot bot closed this Apr 8, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/mellium.im/xmpp-0.21.1 branch April 8, 2022 08:10
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

Development

Successfully merging this pull request may close these issues.

1 participant