summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-11-13 18:32:37 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-13 18:32:37 +0100
commitfe7a41f3e54f9c304b57649e2127be0cb40f9720 (patch)
tree232b75affdd7921a0d1d328e56216d797cbbb0de /Bugzilla/WebService/Constants.pm
parenta9aa10209a82ee3fafc765fa3764b6784ef7ff28 (diff)
downloadbugzilla-fe7a41f3e54f9c304b57649e2127be0cb40f9720.tar.gz
bugzilla-fe7a41f3e54f9c304b57649e2127be0cb40f9720.tar.xz
Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups when using User.get()
r=dkl a=LpSolit
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rw-r--r--Bugzilla/WebService/Constants.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 2ffad430c..a5a5dffe9 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -158,6 +158,7 @@ use constant WS_ERROR_CODE => {
group_exists => 801,
empty_group_description => 802,
invalid_regexp => 803,
+ invalid_group_name => 804,
# Classification errors are 900-1000
auth_classification_not_enabled => 900,