Skip to content

VRT Addition/Modification - Exposed Portal #428

@zy9ard3

Description

@zy9ard3

I would like to propose some additions and modifications to Server Security Misconfiguration > Exposed Admin Portal for better VRT classifications on this kind of issues

Changes :

Modify Server Security Misconfiguration > Exposed Admin Portal > To Internet to ;

  • Server Security Misconfiguration
    • Exposed Portal
      • Protected : P5
      • Unprotected
        • Admin Panel : P1
        • Other Panels : P3

Update :

{
  "id": "server_security_misconfiguration",
  "name": "Server Security Misconfiguration",
  "type": "category",
  "children": [
    {
      "id": "exposed_portal",
      "name": "Exposed Portal",
      "type": "subcategory",
      "children": [
        {
          "id": "protected",
          "name": "Protected",
          "type": "variant",
          "priority": 5
        },
        {
          "id": "unprotected",
          "name": "Unprotected",
          "type": "subcategory",
          "children": [
            {
              "id": "admin_panel",
              "name": "Admin Panel",
              "type": "variant",
              "priority": 1
            },
            {
              "id": "other_panels",
              "name": "Other Panels",
              "type": "variant",
              "priority": 3
            }
          ]
        }
      ]
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions