forked from InfotelGLPI/openvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openvas.xml
60 lines (60 loc) · 2.31 KB
/
openvas.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<root>
<name>OpenVAS</name>
<key>openvas</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/openvas/master/misc/logo.png</logo>
<description>
<short>
<en>GLPi plugin to interact with OpenVAS</en>
<fr>Plugin GLPi pour interagir avec OpenVAS</fr>
</short>
<long>
<en>This plugin retrieve hosts threat and vulnerabilities from OpenVAS vulnerability scanner into GLPi</en>
<fr>Ce plugin récupère dans GLPi les menaces et vulnérabilités des hôtes depuis le scanner de vulnérabilités OpenVAS</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/openvas</homepage>
<download>https://github.com/pluginsGLPI/openvas/releases</download>
<issues>https://github.com/pluginsGLPI/openvas/issues</issues>
<readme>https://raw.githubusercontent.com/pluginsGLPI/openvas/master/README.md</readme>
<authors>
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.1.0</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>1.0.1</num>
<compatibility>9.1.1</compatibility>
</version>
<version>
<num>1.0</num>
<compatibility>9.1.1</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL v2+</license>
<tags>
<fr>
<tag>inventaire</tag>
<tag>sécurité</tag>
<tag>helpdesk</tag>
</fr>
<en>
<tag>inventory</tag>
<tag>security</tag>
<tag>helpdesk</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/openvas/develop/misc/screenshots/config.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/openvas/develop/misc/screenshots/item.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/openvas/develop/misc/screenshots/rule.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/openvas/develop/misc/screenshots/vulnerability.png</screenshot>
</screenshots>
</root>