From b7052e50a82e5644621ebcf6a5e7421030e40242 Mon Sep 17 00:00:00 2001 From: Ian Bouchard Date: Fri, 6 Sep 2024 16:59:31 -0400 Subject: [PATCH] Update plugin_packages.json --- plugin_packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plugin_packages.json b/plugin_packages.json index acfc275..ac1d211 100644 --- a/plugin_packages.json +++ b/plugin_packages.json @@ -11,5 +11,18 @@ }, "public_key": "MCowBQYDK2VwAyEApk8SlAt996j1B5Gu7oqKT5g6G1/YJwltjQqXvoFpTTE=", "repository": "caido/starterkit-plugin" + }, + { + "id": "authmatrix", + "name": "AuthMatrix", + "license": "CC0-1.0", + "description": "Grid-based authorization testing across multiple users and roles.", + "author": { + "name": "Caido", + "email": "info@caido.io", + "url": "https://caido.io" + }, + "public_key": "MCowBQYDK2VwAyEA+du2fw/I+CV6MKEpu0aJ1ki2+MO2V0SnaRB91+GbHwQ=", + "repository": "caido-community/authmatrix" } ]