From 0e98dfa445722d69bd553e5b657db7162d96cd5b Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Wed, 22 Mar 2017 14:51:38 +0000 Subject: PLT-5872: Remove Security Category from Security Alerts. (#5835) It wasn't actually providing any information, just `c=d` every time. --- app/security_update_check.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/security_update_check.go') diff --git a/app/security_update_check.go b/app/security_update_check.go index 9ad6572c1..2b000f2b2 100644 --- a/app/security_update_check.go +++ b/app/security_update_check.go @@ -20,8 +20,6 @@ const ( SECURITY_UPDATE_PERIOD = 86400000 // 24 hours in milliseconds. PROP_SECURITY_ID = "id" - PROP_SECURITY_CATEGORY = "c" - VAL_SECURITY_CATEGORY_DEFAULT = "d" PROP_SECURITY_BUILD = "b" PROP_SECURITY_ENTERPRISE_READY = "be" PROP_SECURITY_DATABASE = "db" @@ -49,7 +47,6 @@ func DoSecurityUpdateCheck() { v.Set(PROP_SECURITY_ENTERPRISE_READY, model.BuildEnterpriseReady) v.Set(PROP_SECURITY_DATABASE, utils.Cfg.SqlSettings.DriverName) v.Set(PROP_SECURITY_OS, runtime.GOOS) - v.Set(PROP_SECURITY_CATEGORY, VAL_SECURITY_CATEGORY_DEFAULT) if len(props[model.SYSTEM_RAN_UNIT_TESTS]) > 0 { v.Set(PROP_SECURITY_UNIT_TESTS, "1") -- cgit v1.2.3-1-g7c22