TF-Keras
surrealgrain commited on
Commit
0c0790f
·
verified ·
1 Parent(s): 9f434d1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -4,11 +4,9 @@ license: mit
4
 
5
  # TensorFlow SavedModel Path Traversal PoC
6
 
7
- Proof-of-concept for path traversal via AssetFileDef.filename in TensorFlow SavedModel loading.
8
 
9
- **Vulnerability**: tensorflow/python/trackable/asset.py - unsanitized ../ in asset filenames.
10
-
11
- ## Usage (security research only)
12
 
13
  ```python
14
  import tensorflow as tf
 
4
 
5
  # TensorFlow SavedModel Path Traversal PoC
6
 
7
+ Proof-of-concept for path traversal via `AssetFileDef.filename` in TensorFlow's SavedModel loading.
8
 
9
+ **Vulnerability**: `tensorflow/python/trackable/asset.py` - unsanitized `../` in asset filenames.
 
 
10
 
11
  ```python
12
  import tensorflow as tf