remove unnecessary salt
Some checks failed
Lint / phpcs (7.4) (push) Waiting to run
Lint / phpcompatibility (7.4) (push) Waiting to run
Lint / executable_php_files_check (push) Waiting to run
Tests / phpunit8 (7.4) (push) Waiting to run
Tests / phpunit8 (8.0) (push) Waiting to run
Tests / phpunit8 (8.1) (push) Waiting to run
Build Image on Commit and Release / bake (push) Has been cancelled

This commit is contained in:
Cristian 'void' Giustini 2025-03-23 06:24:49 +01:00
parent a7b6d36508
commit 189abf8b55
Signed by: v
GPG Key ID: EE6255967D0D4459

View File

@ -2,7 +2,6 @@
class OSVBridge extends BridgeAbstract
{
const SALT = "Mc!dks\\0#)as";
const NAME = 'OSV';
const DESCRIPTION = 'Parse osv.dev vulns';
const MAINTAINER = 'void';