From 5d70d16f37a866852e6a48ec9fefe3664a6a9a55 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 4 Aug 2011 22:08:32 +0200 Subject: Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when creating or editing a bug r=mkanat a=LpSolit --- Bugzilla/WebService/Constants.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index cb518b0bd..123b14d68 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -109,8 +109,7 @@ use constant WS_ERROR_CODE => { dupe_loop_detected => 118, dupe_id_required => 119, # Bug-related group errors - group_change_denied => 120, - group_invalid_restriction => 120, + group_invalid_removal => 120, group_restriction_not_allowed => 120, # Status/Resolution errors missing_resolution => 121, -- cgit v1.2.3-24-g4f1b