[
https://issues.apache.org/jira/browse/CSV-300?focusedWorklogId=799695&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-799695
]
ASF GitHub Bot logged work on CSV-300:
--------------------------------------
Author: ASF GitHub Bot
Created on: 10/Aug/22 10:57
Start Date: 10/Aug/22 10:57
Worklog Time Spent: 10m
Work Description: sman-81 closed pull request #249: [CSV-300] Return new
ArrayList in CSVRecord.toList() to prevent access to private values array
URL: https://github.com/apache/commons-csv/pull/249
Issue Time Tracking
-------------------
Worklog Id: (was: 799695)
Time Spent: 2h (was: 1h 50m)
> CSVRecord.toList() does not give write access to the new List
> -------------------------------------------------------------
>
> Key: CSV-300
> URL: https://issues.apache.org/jira/browse/CSV-300
> Project: Commons CSV
> Issue Type: Bug
> Affects Versions: 1.9.0
> Reporter: Markus Spann
> Priority: Trivial
> Fix For: 1.10.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> {{CSVRecord.toList()}} converts the values to a list by calling
> {{Arrays.asList}} which writes to the private array in calls to
> {{{}Arrays.ArrayList.set(int, E){}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)