flask-simpleldap
flask-simpleldap copied to clipboard
Bump python-ldap from 3.2.0 to 3.4.0
Bumps python-ldap from 3.2.0 to 3.4.0.
Release notes
Sourced from python-ldap's releases.
3.4.0
This release requires Python 3.6 or above, and is tested with Python 3.6 to 3.10. Python 2 is no longer supported.
New code in the python-ldap project is available under the MIT licence (available in
LICENCE.MITin the source). Several contributors have agreed to apply this licence their previous contributions as well. See theREADMEfor details.The following undocumented functions are deprecated and scheduled for removal:
ldap.cidict.strlist_intersectionldap.cidict.strlist_minusldap.cidict.strlist_unionSecurity fixes:
- Fix inefficient regular expression which allows denial-of-service attacks when parsing specially-crafted LDAP schema. (GHSL-2021-117)
Changes:
- On MacOS, remove option to make LDAP connections from a file descriptor when built with the system libldap (which lacks the underlying function,
ldap_init_fd)- Attribute values of the post read control are now
bytesinstead of ISO8859-1 decodedstrLDAPUrlnow treats urlscheme as case-insensitive- Several OpenLDAP options are now supported:
OPT_X_TLS_REQUIRE_SANOPT_X_SASL_SSF_EXTERNALOPT_X_TLS_PEERCERTFixes:
- The
copy()method ofcidictwas added back. It was unintentionally removed in 3.3.0- Fixed getting/setting
SASLoptions on big endian platforms- Unknown LDAP result code are now converted to
LDAPexception, rather than raising aSystemError.slapdtest:
- Show stderr of slapd -Ttest
SlapdObjectuses directory-based configuration ofslapdSlapdObjectstartup is now fasterInfrastructure:
- CI now runs on GitHub Actions rather than Travis CI.
3.3.1
Released 3.3.1 2020-06-29
... (truncated)
Commits
- See full diff in compare view
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 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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.