<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/opencsv/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/opencsv/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/opencsv/support-requests/</id><updated>2026-02-23T15:29:06.838000Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>#130 Transitive dependency commons-lang3 vulnerable to CVE-2025-48924 — please upgrade to 3.20.0</title><link href="https://sourceforge.net/p/opencsv/support-requests/130/?limit=25#511f" rel="alternate"/><published>2026-02-23T15:29:06.838000Z</published><updated>2026-02-23T15:29:06.838000Z</updated><author><name>Laurent T.</name><uri>https://sourceforge.net/u/lthoulon-locala/</uri></author><id>https://sourceforge.net06e8a740cd0cdc5ce57b89ad8181d4595eaea2fc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;On my end, the reason I didn't question this is I wasn't expecting spring-boot to not be using the latest version. They decided not the backport the change to the 3.5 branch&lt;/p&gt;
&lt;p&gt;if you're curious: &lt;a href="https://github.com/spring-projects/spring-boot/issues/46437" rel="nofollow"&gt;https://github.com/spring-projects/spring-boot/issues/46437&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Also IntelliJ's dependency analyser doesn't tell me that the version is coming from spring-boot pining that version. &lt;/p&gt;
&lt;p&gt;Anyway thanks, problem solved ;) &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#130 Transitive dependency commons-lang3 vulnerable to CVE-2025-48924 — please upgrade to 3.20.0</title><link href="https://sourceforge.net/p/opencsv/support-requests/130/?limit=25#76a0" rel="alternate"/><published>2026-02-23T15:21:42.104000Z</published><updated>2026-02-23T15:21:42.104000Z</updated><author><name>Scott Conway</name><uri>https://sourceforge.net/u/sconway/</uri></author><id>https://sourceforge.netf40e9793f289a7733bf5664ef3cb0ab5f437357d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;No worries - I cannot count the number of times I have been personally burned by overriding transitive dependencies and so I am not surprised when I get a couple of these tickets every year.   I was just surprised that I had two this close together.  &lt;/p&gt;
&lt;p&gt;Scott :)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#130 Transitive dependency commons-lang3 vulnerable to CVE-2025-48924 — please upgrade to 3.20.0</title><link href="https://sourceforge.net/p/opencsv/support-requests/130/?limit=25#9b6f" rel="alternate"/><published>2026-02-23T13:51:23.451000Z</published><updated>2026-02-23T13:51:23.451000Z</updated><author><name>Laurent T.</name><uri>https://sourceforge.net/u/lthoulon-locala/</uri></author><id>https://sourceforge.netdcd4b0bafbb7cfc16ab36b4ddcfbf645ccd3ebca</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Scott. &lt;/p&gt;
&lt;p&gt;Indeed, I don't know how I missed that. Seems I'm having the same issue described in that other ticket.&lt;/p&gt;
&lt;p&gt;Sorry for the dup. I'll be more careful in the future.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#130 Transitive dependency commons-lang3 vulnerable to CVE-2025-48924 — please upgrade to 3.20.0</title><link href="https://sourceforge.net/p/opencsv/support-requests/130/?limit=25#ec29" rel="alternate"/><published>2026-02-23T13:06:56.415000Z</published><updated>2026-02-23T13:06:56.415000Z</updated><author><name>Scott Conway</name><uri>https://sourceforge.net/u/sconway/</uri></author><id>https://sourceforge.net8490c1a5b2be10faaaa1b5ebc19975aef2310a5c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello Laurent.  &lt;/p&gt;
&lt;p&gt;Make sure you are using version 5.12.0 as that is using 3.18.0.   If you are using 5.12.0 then look at &lt;a href="https://sourceforge.net/p/opencsv/feature-requests/175/"&gt;https://sourceforge.net/p/opencsv/feature-requests/175/&lt;/a&gt; for possible solution.   &lt;/p&gt;
&lt;p&gt;The snapshot version does use 3.20.0 but it is just dependency updates thus far so there has not been a reason to update.   Here again if you want to force 3.20.0 then look at the above feature request for the solution.&lt;/p&gt;
&lt;p&gt;Hope that helps. &lt;/p&gt;
&lt;p&gt;Scott Conway :)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Transitive dependency commons-lang3 vulnerable to CVE-2025-48924 — please upgrade to 3.20.0</title><link href="https://sourceforge.net/p/opencsv/support-requests/130/" rel="alternate"/><published>2026-02-23T09:49:00.434000Z</published><updated>2026-02-23T09:49:00.434000Z</updated><author><name>Laurent Thoulon</name><uri>https://sourceforge.net/u/lthoulon-locala/</uri></author><id>https://sourceforge.net24b888335408c79d0f223063fcd8c35c0f8c53d8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, just a heads-up that the transitive dependency org.apache.commons:commons-lang3 pulled in by opencsv is currently pinned to version 3.17.0, which is affected by CVE-2025-48924 (CVSS 5.3).&lt;/p&gt;
&lt;p&gt;The vulnerability involves uncontrolled recursion in ClassUtils.getClass(...), which can throw a StackOverflowError on very long inputs and potentially cause the application to stop. The fix was introduced in version 3.18.0.&lt;/p&gt;
&lt;p&gt;Would it be possible to upgrade this dependency to 3.20.0 (current latest)? Thanks for maintaining opencsv!&lt;/p&gt;
&lt;p&gt;Reference: &lt;a href="https://www.mend.io/vulnerability-database/CVE-2025-48924" rel="nofollow"&gt;https://www.mend.io/vulnerability-database/CVE-2025-48924&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add column name or index information in CsvException</title><link href="https://sourceforge.net/p/opencsv/support-requests/129/" rel="alternate"/><published>2025-11-17T19:09:08.587000Z</published><updated>2025-11-17T19:09:08.587000Z</updated><author><name>eltonsandre</name><uri>https://sourceforge.net/u/eltonsandre/</uri></author><id>https://sourceforge.net654d4e4104986ae466041d80587e225959098a34</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;CsvDataTypeMismatchException exceptions do not have the index or column name. Could you add support for getting the column name or index information in the exception?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#127 commons-beanutils update to 1.10.1</title><link href="https://sourceforge.net/p/opencsv/support-requests/127/?limit=25#2cfb" rel="alternate"/><published>2025-08-03T17:11:26.293000Z</published><updated>2025-08-03T17:11:26.293000Z</updated><author><name>Scott Conway</name><uri>https://sourceforge.net/u/sconway/</uri></author><id>https://sourceforge.net925549621036bd55dedbb1eb903a638d79b8cddf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#128 Upate opencsv to take latest jar of commons-beanutils to fix CVE-2025-48734</title><link href="https://sourceforge.net/p/opencsv/support-requests/128/?limit=25#80fd" rel="alternate"/><published>2025-06-11T14:32:26.633000Z</published><updated>2025-06-11T14:32:26.633000Z</updated><author><name>Silviu Burcea</name><uri>https://sourceforge.net/u/silviuburceadev/</uri></author><id>https://sourceforge.netde6e18522151f0cb247664778b628bb97134ce48</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;commons-beanutils2 would also fix sonatype-2024-3350 as this is coming transitively from commons-collections 3.x&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#127 commons-beanutils update to 1.10.1</title><link href="https://sourceforge.net/p/opencsv/support-requests/127/?limit=25#8995" rel="alternate"/><published>2025-06-11T14:29:50.722000Z</published><updated>2025-06-11T14:29:50.722000Z</updated><author><name>Silviu Burcea</name><uri>https://sourceforge.net/u/silviuburceadev/</uri></author><id>https://sourceforge.net5f56856ed45fac83fe4639e0420a78a48fd4fac2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A better move would be to consider commons-beanutils2, as commons-beanutils 1.x contains commons-collections 3.x, which has sonatype-2024-3350&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Upate opencsv to take latest jar of commons-beanutils to fix CVE-2025-48734</title><link href="https://sourceforge.net/p/opencsv/support-requests/128/" rel="alternate"/><published>2025-06-05T13:37:35.635000Z</published><updated>2025-06-05T13:37:35.635000Z</updated><author><name>Kavita Torvi</name><uri>https://sourceforge.net/u/katorv/</uri></author><id>https://sourceforge.net11c85025aaf63be55debdc2c03a9643dd991717d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Need an update for opencsv to take latest jar of commons-beanutils to fix CVE-2025-48734. This CVE is a HIGH severity issue. &lt;/p&gt;&lt;/div&gt;</summary></entry></feed>