mirror of
https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype.git
synced 2025-06-27 22:58:45 +02:00
Create plugin.xml file for GLPI plugin detection
This commit is contained in:
67
plugin.xml
Normal file
67
plugin.xml
Normal file
@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<root>
|
||||
<name>CVE-Prototype</name>
|
||||
<key>cve</key>
|
||||
<!-- stable, beta, development, alpha, ... -->
|
||||
<state>beta</state>
|
||||
<logo>https://raw.githubusercontent.com/tips-of-mine/GLPI-Plugin-CVE-Prototype/master/docs/images/logo.png</logo>
|
||||
<description>
|
||||
<short>
|
||||
<de>CVE-Prototype GLPI-Plugin.</de>
|
||||
<en>CVE-Prototype GLPI plugin.</en>
|
||||
<fr>Plugin GLPI CVE-Prototype.</fr>
|
||||
<it>Plug-in GLPI "CVE-Prototype".</it>
|
||||
<pl>Plugin CVE-Prototype.</pl>
|
||||
<es>Plugin GLPI CVE-Prototype.</es>
|
||||
<pt>Plugin GLPI CVE-Prototype.</pt>
|
||||
</short>
|
||||
<long>
|
||||
<de>CVE-Prototype-Integrations-GLPI-Plugin.</de>
|
||||
<en>CVE-Prototype integration: this plugin allows for CVE vulnerability management in GLPI.</en>
|
||||
<fr>CVE-Prototype integration GLPI plugin.</fr>
|
||||
<it>Plug-in GLPI di integrazione CVE-Prototype.</it>
|
||||
<pl>Wtyczka GLPI dla CVE-Prototype.</pl>
|
||||
<es>Plugin GLPI para integración con CVE-Prototype.</es>
|
||||
<pt>Plugin GLPI para integração com CVE-Prototype.</pt>
|
||||
</long>
|
||||
</description>
|
||||
<homepage>https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype/</homepage>
|
||||
<download>https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype/releases</download>
|
||||
<issues>https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype/issues</issues>
|
||||
<readme>https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype/blob/master/README.md</readme>
|
||||
<authors>
|
||||
<author>Hubert C. / Initiativa srl</author>
|
||||
</authors>
|
||||
<versions>
|
||||
<version>
|
||||
<num>0.0.1</num>
|
||||
<compatibility>~10.0</compatibility>
|
||||
<download_url>https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype/releases/download/0.0.1/cve-0.0.1.tar.gz</download_url>
|
||||
</version>
|
||||
</versions>
|
||||
<langs>
|
||||
<lang>de_DE</lang>
|
||||
<lang>en_GB</lang>
|
||||
<lang>fr_FR</lang>
|
||||
<lang>it_IT</lang>
|
||||
<lang>pl_PL</lang>
|
||||
<lang>es_ES</lang>
|
||||
<lang>pt_PT</lang>
|
||||
</langs>
|
||||
<license>GPL V3+</license>
|
||||
<tags>
|
||||
<en>
|
||||
<tag>CVE-Prototype</tag>
|
||||
<tag>Security</tag>
|
||||
</en>
|
||||
<fr>
|
||||
<tag>CVE-Prototype</tag>
|
||||
<tag>Security</tag>
|
||||
</fr>
|
||||
</tags>
|
||||
<screenshots>
|
||||
<screenshot>https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype/blob/main/docs/images/screenshot1.png?raw=true</screenshot>
|
||||
<screenshot>https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype/blob/main/docs/images/screenshot2.png?raw=true</screenshot>
|
||||
<screenshot>https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype/blob/main/docs/images/screenshot3.png?raw=true</screenshot>
|
||||
</screenshots>
|
||||
</root>
|
Reference in New Issue
Block a user