Instructions to use ScrynStore/nemo-load-config-tar-prefix-poc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use ScrynStore/nemo-load-config-tar-prefix-poc with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- huntr
|
| 5 |
+
- model-file-vulnerability
|
| 6 |
+
- nemo
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# NeMo `.nemo` Path Traversal PoC
|
| 10 |
+
|
| 11 |
+
This repository hosts the public model-file artifact required for a private Huntr MFV submission.
|
| 12 |
+
|
| 13 |
+
File:
|
| 14 |
+
|
| 15 |
+
- `nemo_load_config_traversal.nemo`
|
| 16 |
+
|
| 17 |
+
SHA256:
|
| 18 |
+
|
| 19 |
+
```text
|
| 20 |
+
8628884ABCFDAF3EC572EFB4C5C56E35A270F40A53E0798FFF27C6FEC9C058DB
|
| 21 |
+
```
|
| 22 |
+
|
| 23 |
+
The archive is intentionally minimal and is only for reproducing the reported NeMo model-file parsing issue in an isolated test environment.
|