fix(security): strip partial API token from status labels (#33262)

Merged via squash.

Prepared head SHA: 5fe81704e6
Co-authored-by: cu1ch3n <80438676+cu1ch3n@users.noreply.github.com>
Co-authored-by: grp06 <1573959+grp06@users.noreply.github.com>
Reviewed-by: @grp06
This commit is contained in:
Cui Chen
2026-03-04 07:11:49 +08:00
committed by GitHub
parent b1a735829d
commit e8cb0484ce
4 changed files with 36 additions and 36 deletions

View File

@@ -55,6 +55,7 @@ describe("registerPluginCommand", () => {
{
name: "demo_cmd",
description: "Demo command",
acceptsArgs: false,
},
]);
});