3.0.1
Fix for a long standing vulnerability around temporary directory creation which could expose data to malicious users with access to a shared system. See for more information #1617
Compatibility note:
The previous implementation of IOUtil.createTempDir()
could accept a prefix with a complete file path:
IOUtil.createTempDir("path/to/my/tempdir/prefix", "")
. The new implementation will now throw in that case. You can use Files.createTemporaryDirectory(path, prefix)
for those use cases instead.
4a4024a Fix temporary directory hijacking or temporary directory information disclosure (#1621)
9fd0ecf Disable codecov until we can fix the uploader (#1622)
347c0ac Fix EdgeReadIterator (#1616)
d15a5ba Added ULTIMA and ELEMENT as valid value for RG-PL according to SAM spec. (#1619)