Skip to content

Commit a58c88a

Browse files
aviksararslan
authored andcommitted
Add warning about untrused data (#53)
Fix #50
1 parent e75fb15 commit a58c88a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Dict{Symbol,Any} with 2 entries:
2222

2323
(Note that the top-level object in BSON is always a `Dict{Symbol,Any}`).
2424

25+
> ⚠️ **Warning**: Loading BSON files is not safe from malicious or erroneously constructed data. Loading BSON files can cause arbitrary code to execute on your machine. Do not load files from unknown or untrusted sources.
26+
2527
There a few utility methods for working with BSON files.
2628

2729
```julia

0 commit comments

Comments
 (0)