diff --git a/model-threats/PYTORCH-MALCODE.md b/model-threats/PYTORCH-MALCODE.md index 0569cc7c179..9274a57643d 100644 --- a/model-threats/PYTORCH-MALCODE.md +++ b/model-threats/PYTORCH-MALCODE.md @@ -11,11 +11,11 @@ A PyTorch model contains serialized [Pickle](https://docs.python.org/3/library/p The PyTorch model format internally uses Python's Pickle data serialization format. - + The Pickle format is well-known to be a **dangerous** serialization format, since in addition to serialized data, it may contain serialized code which will be automatically executed when the Pickled/Serialized file is loaded. - + diff --git a/src/templates/ModelThreatsPost.vue b/src/templates/ModelThreatsPost.vue index 4e045bc6956..f0bb0feed15 100644 --- a/src/templates/ModelThreatsPost.vue +++ b/src/templates/ModelThreatsPost.vue @@ -47,7 +47,7 @@
For viewing JFrog functionality in action with minimal upfront investment.