Skip to content

Commit 0304007

Browse files
authored
Update README.md
1 parent e178286 commit 0304007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Note: More complex types will be encoded in JSON as a pickle string.
480480

481481
#### Load
482482
> :exclamation: :warning:<br/>
483-
> Never call `args.load('args.json')` on untrusted files. Argument loading uses the `pickle` module to decode complex types automatically. Unpickling of untrusted data is a security risk and can lead to arbitrary code execution. See [the warning in the pickle docs](https://docs.python.org/3/library/pickle.html)<br/>
483+
> Never call `args.load('args.json')` on untrusted files. Argument loading uses the `pickle` module to decode complex types automatically. Unpickling of untrusted data is a security risk and can lead to arbitrary code execution. See [the warning in the pickle docs](https://docs.python.org/3/library/pickle.html).<br/>
484484
> :exclamation: :warning:
485485
486486
Arguments can be loaded from a JSON file rather than parsed from the command line.

0 commit comments

Comments
 (0)