summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-11-13 18:36:33 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-13 18:36:33 +0100
commit528016e235194489877c73835ad5296f2180440d (patch)
treeb602dd3a13f79aafe1efb5d0ae45d231d1ae07a8 /Bugzilla/WebService/Constants.pm
parentbe126b5b3ce49ae4d3c1591cccca40cb369c4dd3 (diff)
downloadbugzilla-528016e235194489877c73835ad5296f2180440d.tar.gz
bugzilla-528016e235194489877c73835ad5296f2180440d.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 59aab9b55..6274c3a78 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -166,6 +166,7 @@ use constant WS_ERROR_CODE => {
group_exists => 801,
empty_group_description => 802,
invalid_regexp => 803,
+ invalid_group_name => 804,
# Errors thrown by the WebService itself. The ones that are negative
# conform to http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php