chore(deps): update module github.com/go-ldap/ldap/v3 to v3.4.14 #23

Open
renovate-bot wants to merge 1 commit from renovate/github.com-go-ldap-ldap-v3-3.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/go-ldap/ldap/v3 require patch v3.4.13v3.4.14

Release Notes

go-ldap/ldap (github.com/go-ldap/ldap/v3)

v3.4.14

Compare Source

I want to thank everyone who contributed in the recents months. Compared to last year, the number of activities and PRs (including open ones) has increased dramatically. I would like to thank everyone who contributed to the project.

Personal note: Please keep in mind that this project is not funded or supported by a large company or similar organization. We work on the library in our free time after work. I appreciate your support, but please keep this in mind (including with other open-source projects).

What's Changed

New Contributors

Full Changelog: https://github.com/go-ldap/ldap/compare/v3.4.13...v3.4.14


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) | require | patch | `v3.4.13` → `v3.4.14` | --- ### Release Notes <details> <summary>go-ldap/ldap (github.com/go-ldap/ldap/v3)</summary> ### [`v3.4.14`](https://github.com/go-ldap/ldap/releases/tag/v3.4.14) [Compare Source](https://github.com/go-ldap/ldap/compare/v3.4.13...v3.4.14) I want to thank everyone who contributed in the recents months. Compared to last year, the number of activities and PRs (including open ones) has increased dramatically. I would like to thank everyone who contributed to the project. **Personal note:** Please keep in mind that this project is not funded or supported by a large company or similar organization. We work on the library in our free time after work. I appreciate your support, but please keep this in mind (including with other open-source projects). #### What's Changed - make stop-local-server fails with Docker due to unsupported -t option by [@&#8203;t2y](https://github.com/t2y) in [#&#8203;584](https://github.com/go-ldap/ldap/pull/584) - Fix panic on malformed LDAP responses by [@&#8203;Bahtya](https://github.com/Bahtya) in [#&#8203;586](https://github.com/go-ldap/ldap/pull/586) - chore(deps): bump github.com/Azure/go-ntlmssp from 0.1.0 to 0.1.1 in /v3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;587](https://github.com/go-ldap/ldap/pull/587) - Reject unescaped special characters in DN values per RFC 4514 by [@&#8203;t2y](https://github.com/t2y) in [#&#8203;588](https://github.com/go-ldap/ldap/pull/588) - v3/control: replace unchecked type asserts in DecodeControl with comma-ok by [@&#8203;c-tonneslan](https://github.com/c-tonneslan) in [#&#8203;589](https://github.com/go-ldap/ldap/pull/589) - fix(conn): parse ldapi:// URLs per RFC 4516 by [@&#8203;c-tonneslan](https://github.com/c-tonneslan) in [#&#8203;590](https://github.com/go-ldap/ldap/pull/590) - fix: decode Server Side Sorting controlValue as BER-encoded OCTET STRING per RFC 2891 by [@&#8203;ahanwhite](https://github.com/ahanwhite) in [#&#8203;593](https://github.com/go-ldap/ldap/pull/593) - fix: generate digest-md5 cnonce with crypto/rand by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;594](https://github.com/go-ldap/ldap/pull/594) - fix: escape quoted-string metacharacters in digest-md5 response by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;595](https://github.com/go-ldap/ldap/pull/595) - fix: escape attribute and matching rule in DecompileFilter by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;596](https://github.com/go-ldap/ldap/pull/596) - fix: set Result code when decoding ServerSideSortingResult control by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;597](https://github.com/go-ldap/ldap/pull/597) - fix: reject trailing bytes in hex-encoded DN attribute value by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;598](https://github.com/go-ldap/ldap/pull/598) - fix: synchronize writes to Conn.err with GetLastError by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;601](https://github.com/go-ldap/ldap/pull/601) - unescape quoted-pair sequences in digest-md5 challenge parser by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;600](https://github.com/go-ldap/ldap/pull/600) - fix: avoid uint16 overflow in gssapi UnmarshalWrapToken offset by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;602](https://github.com/go-ldap/ldap/pull/602) - fix(conn): finish Unbind message context to prevent Close deadlock by [@&#8203;efd6](https://github.com/efd6) in [#&#8203;599](https://github.com/go-ldap/ldap/pull/599) - fix: compare multi-valued RDN attributes as a multiset by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;604](https://github.com/go-ldap/ldap/pull/604) - fix: respect backslash parity for escaped trailing space in DN value by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;603](https://github.com/go-ldap/ldap/pull/603) - fix: skip empty referral sequence in getReferral by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;610](https://github.com/go-ldap/ldap/pull/610) - fix: guard malformed paging control in DecodeControl by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;611](https://github.com/go-ldap/ldap/pull/611) - handle linear whitespace in digest-md5 challenge parser by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;607](https://github.com/go-ldap/ldap/pull/607) - chore: crypto update by [@&#8203;CameronJHall](https://github.com/CameronJHall) in [#&#8203;613](https://github.com/go-ldap/ldap/pull/613) - fix: guard malformed responseValue in PasswordModify by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;614](https://github.com/go-ldap/ldap/pull/614) - decode extended responseName by context class by [@&#8203;netliomax25-code](https://github.com/netliomax25-code) in [#&#8203;605](https://github.com/go-ldap/ldap/pull/605) - fix: prevent SearchAsync goroutine leak when context is cancelled during send by [@&#8203;t2y](https://github.com/t2y) in [#&#8203;615](https://github.com/go-ldap/ldap/pull/615) - fix: guard nil responseValue when parsing WhoAmI result by [@&#8203;johnweldon](https://github.com/johnweldon) in [#&#8203;617](https://github.com/go-ldap/ldap/pull/617) - fix: guard constructed-form attributeType in server-side sort decode by [@&#8203;johnweldon](https://github.com/johnweldon) in [#&#8203;618](https://github.com/go-ldap/ldap/pull/618) - chore: Update dependencies by [@&#8203;cpuschma](https://github.com/cpuschma) in [#&#8203;620](https://github.com/go-ldap/ldap/pull/620) #### New Contributors - [@&#8203;Bahtya](https://github.com/Bahtya) made their first contribution in [#&#8203;586](https://github.com/go-ldap/ldap/pull/586) - [@&#8203;c-tonneslan](https://github.com/c-tonneslan) made their first contribution in [#&#8203;589](https://github.com/go-ldap/ldap/pull/589) - [@&#8203;ahanwhite](https://github.com/ahanwhite) made their first contribution in [#&#8203;593](https://github.com/go-ldap/ldap/pull/593) - [@&#8203;netliomax25-code](https://github.com/netliomax25-code) made their first contribution in [#&#8203;594](https://github.com/go-ldap/ldap/pull/594) - [@&#8203;efd6](https://github.com/efd6) made their first contribution in [#&#8203;599](https://github.com/go-ldap/ldap/pull/599) - [@&#8203;CameronJHall](https://github.com/CameronJHall) made their first contribution in [#&#8203;613](https://github.com/go-ldap/ldap/pull/613) **Full Changelog**: <https://github.com/go-ldap/ldap/compare/v3.4.13...v3.4.14> </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
chore(deps): update module github.com/go-ldap/ldap/v3 to v3.4.14
All checks were successful
continuous-integration/drone/push Build is passing
4621bb4c62
Author
Collaborator

ℹ️ 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):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
github.com/Azure/go-ntlmssp v0.1.0 -> v0.1.1
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 -> v1.5.8
golang.org/x/crypto v0.48.0 -> v0.54.0
### ℹ️ 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): - 3 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :-------------------------------- | :------------------------------------------------- | | `go` | `1.24.0` -> `1.25.0` | | `github.com/Azure/go-ntlmssp` | `v0.1.0` -> `v0.1.1` | | `github.com/go-asn1-ber/asn1-ber` | `v1.5.8-0.20250403174932-29230038a667` -> `v1.5.8` | | `golang.org/x/crypto` | `v0.48.0` -> `v0.54.0` |
All checks were successful
continuous-integration/drone/push Build is passing
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-go-ldap-ldap-v3-3.x:renovate/github.com-go-ldap-ldap-v3-3.x
git switch renovate/github.com-go-ldap-ldap-v3-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/github.com-go-ldap-ldap-v3-3.x
git switch renovate/github.com-go-ldap-ldap-v3-3.x
git rebase master
git switch master
git merge --ff-only renovate/github.com-go-ldap-ldap-v3-3.x
git switch renovate/github.com-go-ldap-ldap-v3-3.x
git rebase master
git switch master
git merge --no-ff renovate/github.com-go-ldap-ldap-v3-3.x
git switch master
git merge --squash renovate/github.com-go-ldap-ldap-v3-3.x
git switch master
git merge --ff-only renovate/github.com-go-ldap-ldap-v3-3.x
git switch master
git merge renovate/github.com-go-ldap-ldap-v3-3.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nemunaire/chldapasswd!23
No description provided.