KorAP / Kustvakt

:speedboat: User and policy management component for KorAP, capable of rewriting queries for policy based document restrictions.
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

Bump unboundid-ldapsdk from 6.0.7 to 6.0.8 in /full #542

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps unboundid-ldapsdk from 6.0.7 to 6.0.8.

Changelog

Sourced from unboundid-ldapsdk's changelog.

          <div align="right">

${TARGET="offline"} LDAP SDK Home Page ${TARGET="offline"} Product Information

          <h2>Release Notes</h2>
      &lt;h3&gt;Version 6.0.8&lt;/h3&gt;

      &lt;p&gt;
        The following changes were made between the 6.0.7 and 6.0.8 releases:
      &lt;/p&gt;

      &lt;ul&gt;
        &lt;li&gt;
          Added a DN.getDNRelativeToBaseDN method that may be used to retrieve the portion
          of a DN that is relative to a given base DN (that is, the portion of a DN with
          the given base DN stripped off).
          &lt;br&gt;&lt;br&gt;
        &lt;/li&gt;

        &lt;li&gt;
          Updated the LDAPConnectionPool and LDAPThreadLocalConnectionPool classes to add
          getServerSet methods that can be used to retrieve the server set used to
          establish new connections for the pool.
          &lt;br&gt;&lt;br&gt;
        &lt;/li&gt;

        &lt;li&gt;
          Added convenience methods with shorter names for constructing search filters
          from their individual components.  For example, instead of calling
          Filter.createANDFilter(components), you can now use Filter.and(components), and
          instead of Filter.createEqualityFilter(attributeName, assertionValue), you can
          now use Filter.equals(attributeName, assertionValue).  The existing methods with
          longer names will remain available for backward compatibility.
          &lt;br&gt;&lt;br&gt;
        &lt;/li&gt;

        &lt;li&gt;
          Added support for encrypted PKCS [#8](https://github.com/pingidentity/ldapsdk/issues/8) private keys.  Private keys can now be
          formatted in encrypted PEM when provided with an encryption password and a set
          of encryption properties, and the PKCS [#8](https://github.com/pingidentity/ldapsdk/issues/8) PEM file reader can read encrypted
          private keys when provided with the encryption password.  The
          manage-certificates export-private-key command has been updated to support
          writing an encrypted representation of the private key in either PEM or DER
          form, and manage-certificates import-certificate has been updated to support
          obtaining the private key when it is encrypted form.
          &lt;br&gt;&lt;br&gt;
        &lt;/li&gt;

... (truncated)

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 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.