• File: vulnerability.php
  • Full Path: /home/docteuh/www/plugins/really-simple-ssl/core/config/vulnerability.php
  • Date Modified: 06/18/2026 4:25 PM
  • File size: 262 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

if (!defined('ABSPATH')) {
    exit;
}

return [
    'client' => [
        'base_uri' => 'https://vulnerabilities.really-simple-security.com',
        'namespace' => 'rsp-api',
        'version' => 'v2',
        'endpoint' => 'vulnerabilities',
    ],
];