mirror of
https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype.git
synced 2025-06-28 07:08:44 +02:00
Update plugin configuration files for proper GLPI detection
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* Handles plugin initialization, installation, and hooks
|
||||
*/
|
||||
|
||||
define('PLUGIN_CVE_VERSION', '1.0.0');
|
||||
define('PLUGIN_CVE_VERSION', '0.0.1');
|
||||
define('PLUGIN_CVE_MIN_GLPI', '10.0.0');
|
||||
define('PLUGIN_CVE_MAX_GLPI', '10.99.99');
|
||||
define('PLUGIN_CVE_DIR', __DIR__);
|
||||
@ -115,9 +115,9 @@ function plugin_version_cve() {
|
||||
return [
|
||||
'name' => __('Vulnérabilité', 'cve'),
|
||||
'version' => PLUGIN_CVE_VERSION,
|
||||
'author' => 'Your Organization',
|
||||
'license' => 'GPL v2+',
|
||||
'homepage' => 'https://github.com/your-org/glpi-cve-plugin',
|
||||
'author' => 'Tips-Of-Mine',
|
||||
'license' => 'GPL v3+',
|
||||
'homepage' => 'https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype',
|
||||
'requirements' => [
|
||||
'glpi' => [
|
||||
'min' => PLUGIN_CVE_MIN_GLPI,
|
||||
|
Reference in New Issue
Block a user