forked from cconard96/glpi-cve-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.devplugin
20 lines (20 loc) · 1.55 KB
/
.devplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"identifier": "cve",
"name": "CVE",
"version": "1.0.0",
"min_glpi": "9.5.0",
"max_glpi": "9.6.0",
"authors": [
"Curtis Conard"
],
"license": "GPLv2+",
"homepage": "https:\/\/github.com\/cconard96\/glpi-cve-plugin",
"language": "en_GB",
"description_short": "View and receive alerts for CVEs for the software in your environment.",
"description_long": "View and receive alerts for CVEs for the software in your environment.",
"use_unit_tests": "1",
"use_plugin_xml": "1",
"use_migration": "1",
"language_short": "en",
"copyright_header": " -------------------------------------------------------------------------\n CVE\n Copyright (C) 2020 by Curtis Conard\n https:\/\/github.com\/cconard96\/glpi-cve-plugin\n -------------------------------------------------------------------------\n LICENSE\n This file is part of CVE.\n CVE is free software; you can redistribute it and\/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n CVE is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n You should have received a copy of the GNU General Public License\n along with CVE. If not, see <http:\/\/www.gnu.org\/licenses\/>.\n --------------------------------------------------------------------------"
}