Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -13,14 +13,31 @@ base_model: ehsanaghaei/SecureBERT
|
|
| 13 |
|
| 14 |
# SecureBERT β MITRE ATT&CK Classifier
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
Part of the **CVE-LMTune** model suite β language models fine-tuned for multi-taxonomy vulnerability classification.
|
| 17 |
|
| 18 |
## Paper
|
| 19 |
|
| 20 |
-
> Franco Terranova, Sana Rekbi, Abdelkader Lahmadi, Isabelle Chrisment.
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
[](https://zenodo.org/records/17368476)
|
| 24 |
|
| 25 |
## Task
|
| 26 |
|
|
@@ -68,5 +85,14 @@ with torch.no_grad():
|
|
| 68 |
|
| 69 |
## Related Resources
|
| 70 |
|
| 71 |
-
- π€ [Full model suite](https://huggingface.co/Sana9)
|
| 72 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
# SecureBERT β MITRE ATT&CK Classifier
|
| 15 |
|
| 16 |
+
[](https://theses.fr/s371241)
|
| 17 |
+
[](https://opensource.org/licenses/MIT)
|
| 18 |
+
[](https://doi.org/10.5281/zenodo.16936476)
|
| 19 |
+
[](https://zenodo.org/records/17368476)
|
| 20 |
+
[](https://github.com/terranovafr/CVE-LMTune)
|
| 21 |
+
[](https://bil.inria.fr/fr/software/view/5788/tablA)
|
| 22 |
+
|
| 23 |
+
<div align="center">
|
| 24 |
+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Logo_Universit%C3%A9_de_Lorraine.svg/1280px-Logo_Universit%C3%A9_de_Lorraine.svg.png" alt="Universite de Lorraine" height="50"/>
|
| 25 |
+
|
| 26 |
+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Inr_logo_rouge.svg/1280px-Inr_logo_rouge.svg.png" alt="INRIA" height="50"/>
|
| 27 |
+
|
| 28 |
+
<img src="https://upload.wikimedia.org/wikipedia/fr/6/6e/Logo_loria_abrege_couleur.png" alt="LORIA" height="70"/>
|
| 29 |
+
|
| 30 |
+
<img src="https://www.pepr-cybersecurite.fr/wp-content/uploads/2023/09/pep-cybersecurite-550x250-1.png" alt="SuperViZ" height="70"/>
|
| 31 |
+
</div>
|
| 32 |
+
<br>
|
| 33 |
+
|
| 34 |
Part of the **CVE-LMTune** model suite β language models fine-tuned for multi-taxonomy vulnerability classification.
|
| 35 |
|
| 36 |
## Paper
|
| 37 |
|
| 38 |
+
> Franco Terranova, Sana Rekbi, Abdelkader Lahmadi, Isabelle Chrisment.
|
| 39 |
+
> *Multi-Taxonomy Vulnerability Classification with Hierarchically Finetuned Language Models.*
|
| 40 |
+
> The 23rd Conference on Detection of Intrusions and Malware & Vulnerability Assessment **(DIMVA '26)**.
|
|
|
|
| 41 |
|
| 42 |
## Task
|
| 43 |
|
|
|
|
| 85 |
|
| 86 |
## Related Resources
|
| 87 |
|
| 88 |
+
- π€ [Full model suite on Hugging Face](https://huggingface.co/Sana9)
|
| 89 |
+
- π» [CVE-LMTune β Training code (GitHub)](https://github.com/terranovafr/CVE-LMTune)
|
| 90 |
+
- π¦ [Zenodo β Data repository](https://doi.org/10.5281/zenodo.16936476)
|
| 91 |
+
- π¦ [Zenodo β Code repository](https://zenodo.org/records/17368476)
|
| 92 |
+
- π [BIL INRIA β Software protection](https://bil.inria.fr/fr/software/view/5788/tablA)
|
| 93 |
+
|
| 94 |
+
## Disclaimers
|
| 95 |
+
|
| 96 |
+
- This product uses the NVD API but is not endorsed or certified by the NVD.
|
| 97 |
+
- This project relies on data publicly available from the CWE, CAPEC, and MITRE ATT&CK projects.
|
| 98 |
+
- This work has been partially supported by the French National Research Agency under the France 2030 label (Superviz ANR-22-PECY-0008). The views reflected herein do not necessarily reflect the opinion of the French government.
|