Skip to content

Commit

Permalink
Add warning, as and copied from BSON.jl.
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson authored Nov 4, 2024
1 parent fce896f commit d0d60e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
JLD2 saves and loads Julia data structures in a format comprising a subset of HDF5, without any dependency on the HDF5 C library.
JLD2 is able to read most HDF5 files created by other HDF5 implementations supporting HDF5 File Format Specification Version 3.0 (i.e. libhdf5 1.10 or later) and similarly those should be able to read the files that JLD2 produces. JLD2 provides read-only support for files created with the JLD package.

⚠️ **Warning**: Loading JLD2 files is not safe from malicious or erroneously constructed data. Loading JLD2 files can cause arbitrary code to execute on your machine. Do not load files from unknown or untrusted sources. See more at the [Security](https://juliaio.github.io/JLD2.jl/stable/#Security) section of the manual.

## Reading and writing data
### `save` and `load` functions

Expand Down

0 comments on commit d0d60e5

Please sign in to comment.