Skip to content

Commit

Permalink
chore(deps): bump bcder from 0.7.2 to 0.7.3 (#1216)
Browse files Browse the repository at this point in the history
Bumps [bcder](https://github.com/nlnetlabs/bcder) from 0.7.2 to 0.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nlnetlabs/bcder/releases">bcder's
releases</a>.</em></p>
<blockquote>
<h2>0.7.3</h2>
<p>This release fixes a number of decoding issues that can lead to
panics on invalid input data. They have been assigned
CVE-2023-39914.</p>
<p>Bug fixes</p>
<ul>
<li>Fixes various decoding that lead to a panic on invalid data.
Specifically:
<ul>
<li>error out rather than panic when a nested value has a greater length
than allowed by the outer value,</li>
<li>check that there is enough data available before skipping over a
primitive value’s content,</li>
<li>check that enough data is available before trying to parse a tag
value,</li>
<li>check for correct encoding of bit strings: don’t allow the number of
unused bits to be greater than 7 and that they are zero for an empty bit
string,</li>
<li>check for correct encoding of object identifiers: they cannot be
empty and the last byte must have bit 7 cleared.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/NLnetLabs/bcder/blob/main/Changelog.md">bcder's
changelog</a>.</em></p>
<blockquote>
<h2>0.7.3</h2>
<p>Release 2023-09-13.</p>
<p>This release fixes a number of decoding issues that can lead to
panics on
invalid input data. They have been assigned CVE-2023-39914.</p>
<p>Bug fixes</p>
<ul>
<li>Fixes various decoding that lead to a panic on invalid data.
Specifically:
<ul>
<li>error out rather than panic when a nested value has a greater length
than allowed by the outer value,</li>
<li>check that there is enough data available before skipping over a
primitive value’s content,</li>
<li>check that enough data is available before trying to parse a tag
value,</li>
<li>check for correct encoding of bit strings: don’t allow the number of
unused bits to be greater than 7 and that they are zero for an empty
bit string,</li>
<li>check for correct encoding of object identifiers: they cannot be
empty
and the last byte must have bit 7 cleared.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/NLnetLabs/bcder/commit/6a7250af12b7e347f57fc918784ed5d110b3cbf7"><code>6a7250a</code></a>
Release 0.7.3. (<a
href="https://redirect.github.com/nlnetlabs/bcder/issues/75">#75</a>)</li>
<li><a
href="https://github.com/NLnetLabs/bcder/commit/4da91c3fd853e3d466d8581cf1d82b7f3255de56"><code>4da91c3</code></a>
Fix various decoding issues. (<a
href="https://redirect.github.com/nlnetlabs/bcder/issues/74">#74</a>)</li>
<li><a
href="https://github.com/NLnetLabs/bcder/commit/057f880afb7a275676d6f4ccf1fcd812500308d6"><code>057f880</code></a>
Bump version.</li>
<li>See full diff in <a
href="https://github.com/nlnetlabs/bcder/compare/v0.7.2...v0.7.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bcder&package-manager=cargo&previous-version=0.7.2&new-version=0.7.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/CeresDB/ceresdb/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent fab3006 commit c3d17bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3d17bf

Please sign in to comment.