Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exiv2 version 0.28.2 #5

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/exiv2.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
deploy:
strategy:
matrix:
EXIV2TAG: [v0.28.1]
EXIV2TAG: [v0.28.2]
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
14 changes: 14 additions & 0 deletions website/master/news.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
<?xml version = '1.0'?>
<news>

<newsitem>
<date>2024-02-13</date>
<title>Exiv2 v0.28.2</title>
<abstract>Exiv2 v0.28.2</abstract>
<desc>
<ol>
<li>Minor bugs and fixes</li>
<li>Fix for CVE-2024-24826: out-of-bounds read in QuickTimeVideo::NikonTagsDecoder.</li>
<li>Fix for CVE-2024-25112: denial of service due to unbounded recursion in QuickTimeVideo::multipleEntriesDecoder.</li>
</ol>
<p>More details: <a href="https://github.com/Exiv2/exiv2/issues/2914" _target="_blank">Change List</a></p>
</desc>
</newsitem>

<newsitem>
<date>2023-11-06</date>
<title>Exiv2 v0.28.1</title>
Expand Down
Loading