Hello community,

here is the log from the commit of package sca-patterns-sle11 for 
openSUSE:Factory checked in at 2018-02-21 14:13:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle11 (Old)
 and      /work/SRC/openSUSE:Factory/.sca-patterns-sle11.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sca-patterns-sle11"

Wed Feb 21 14:13:30 2018 rev:5 rq:578560 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/sca-patterns-sle11/sca-patterns-sle11.changes    
2018-02-05 10:53:22.947264701 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle11.new/sca-patterns-sle11.changes   
    2018-02-21 14:13:32.101730651 +0100
@@ -1,0 +2,16 @@
+Wed Feb 21 00:15:27 UTC 2018 - jason.rec...@suse.com
+
+- New Security Announcement Patterns
+  sle11sp3/quagga_SUSE-SU-2018_0457-1_11.3.ltss.py
+  sle11sp4/quagga_SUSE-SU-2018_0457-1_11.4.py
+
+-------------------------------------------------------------------
+Wed Feb  7 13:06:35 UTC 2018 - jason.rec...@suse.com
+
+- New Security Announcement Patterns
+  sle11sp3/bind_SUSE-SU-2018_0362-1_11.3.ltss.py
+  sle11sp3/mozillafirefox_SUSE-SU-2018_0361-1_11.3.ltss.py
+  sle11sp4/bind_SUSE-SU-2018_0362-1_11.4.py
+  sle11sp4/mozillafirefox_SUSE-SU-2018_0361-1_11.4.py
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sca-patterns-sle11-1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/bind_SUSE-SU-2018_0362-1_11.3.ltss.py
 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/bind_SUSE-SU-2018_0362-1_11.3.ltss.py
--- 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/bind_SUSE-SU-2018_0362-1_11.3.ltss.py
      1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/bind_SUSE-SU-2018_0362-1_11.3.ltss.py
      2018-02-07 14:05:36.946905702 +0100
@@ -0,0 +1,68 @@
+#!/usr/bin/python
+#
+# Title:       Important Security Announcement for bind SUSE-SU-2018:0362-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source:      Security Announcement Parser v1.3.7
+# Modified:    2018 Feb 07
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+#  Authors/Contributors:
+#   Jason Record (jason.rec...@suse.com)
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "bind"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-02/msg00006.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'bind'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0362-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 3 ):
+               PACKAGES = {
+                       'bind': '9.9.6P1-0.51.7.1',
+                       'bind-chrootenv': '9.9.6P1-0.51.7.1',
+                       'bind-devel': '9.9.6P1-0.51.7.1',
+                       'bind-doc': '9.9.6P1-0.51.7.1',
+                       'bind-libs': '9.9.6P1-0.51.7.1',
+                       'bind-libs-32bit': '9.9.6P1-0.51.7.1',
+                       'bind-utils': '9.9.6P1-0.51.7.1',
+               }
+               SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS, 
SEVERITY, TAG, PACKAGES)
+       else:
+               Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the service pack scope")
+else:
+       Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/mozillafirefox_SUSE-SU-2018_0361-1_11.3.ltss.py
 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/mozillafirefox_SUSE-SU-2018_0361-1_11.3.ltss.py
--- 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/mozillafirefox_SUSE-SU-2018_0361-1_11.3.ltss.py
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/mozillafirefox_SUSE-SU-2018_0361-1_11.3.ltss.py
    2018-02-07 14:05:35.254871634 +0100
@@ -0,0 +1,63 @@
+#!/usr/bin/python
+#
+# Title:       Important Security Announcement for MozillaFirefox 
SUSE-SU-2018:0361-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source:      Security Announcement Parser v1.3.7
+# Modified:    2018 Feb 07
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+#  Authors/Contributors:
+#   Jason Record (jason.rec...@suse.com)
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "MozillaFirefox"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-02/msg00005.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'MozillaFirefox'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0361-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 3 ):
+               PACKAGES = {
+                       'MozillaFirefox': '52.6.0esr-72.20.2',
+                       'MozillaFirefox-translations': '52.6.0esr-72.20.2',
+               }
+               SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS, 
SEVERITY, TAG, PACKAGES)
+       else:
+               Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the service pack scope")
+else:
+       Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/quagga_SUSE-SU-2018_0457-1_11.3.ltss.py
 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/quagga_SUSE-SU-2018_0457-1_11.3.ltss.py
--- 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/quagga_SUSE-SU-2018_0457-1_11.3.ltss.py
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/quagga_SUSE-SU-2018_0457-1_11.3.ltss.py
    2018-02-21 00:54:00.202066228 +0100
@@ -0,0 +1,62 @@
+#!/usr/bin/python
+#
+# Title:       Important Security Announcement for quagga SUSE-SU-2018:0457-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source:      Security Announcement Parser v1.3.7
+# Modified:    2018 Feb 20
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+#  Authors/Contributors:
+#   Jason Record (jason.rec...@suse.com)
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "quagga"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-02/msg00031.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'quagga'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0457-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 3 ):
+               PACKAGES = {
+                       'quagga': '0.99.15-0.30.3.1',
+               }
+               SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS, 
SEVERITY, TAG, PACKAGES)
+       else:
+               Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the service pack scope")
+else:
+       Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/bind_SUSE-SU-2018_0362-1_11.4.py
 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/bind_SUSE-SU-2018_0362-1_11.4.py
--- 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/bind_SUSE-SU-2018_0362-1_11.4.py
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/bind_SUSE-SU-2018_0362-1_11.4.py
   2018-02-07 14:05:36.946905702 +0100
@@ -0,0 +1,71 @@
+#!/usr/bin/python
+#
+# Title:       Important Security Announcement for bind SUSE-SU-2018:0362-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4
+# Source:      Security Announcement Parser v1.3.7
+# Modified:    2018 Feb 07
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+#  Authors/Contributors:
+#   Jason Record (jason.rec...@suse.com)
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "bind"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-02/msg00006.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = False
+NAME = 'bind'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0362-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 4 ):
+               PACKAGES = {
+                       'bind': '9.9.6P1-0.51.7.1',
+                       'bind-chrootenv': '9.9.6P1-0.51.7.1',
+                       'bind-debuginfo': '9.9.6P1-0.51.7.1',
+                       'bind-debugsource': '9.9.6P1-0.51.7.1',
+                       'bind-devel': '9.9.6P1-0.51.7.1',
+                       'bind-devel-32bit': '9.9.6P1-0.51.7.1',
+                       'bind-doc': '9.9.6P1-0.51.7.1',
+                       'bind-libs': '9.9.6P1-0.51.7.1',
+                       'bind-libs-32bit': '9.9.6P1-0.51.7.1',
+                       'bind-utils': '9.9.6P1-0.51.7.1',
+               }
+               SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS, 
SEVERITY, TAG, PACKAGES)
+       else:
+               Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the service pack scope")
+else:
+       Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2018_0361-1_11.4.py
 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2018_0361-1_11.4.py
--- 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2018_0361-1_11.4.py
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2018_0361-1_11.4.py
 2018-02-07 14:05:35.254871634 +0100
@@ -0,0 +1,65 @@
+#!/usr/bin/python
+#
+# Title:       Important Security Announcement for MozillaFirefox 
SUSE-SU-2018:0361-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4
+# Source:      Security Announcement Parser v1.3.7
+# Modified:    2018 Feb 07
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+#  Authors/Contributors:
+#   Jason Record (jason.rec...@suse.com)
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "MozillaFirefox"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-02/msg00005.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = False
+NAME = 'MozillaFirefox'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0361-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 4 ):
+               PACKAGES = {
+                       'MozillaFirefox': '52.6.0esr-72.20.2',
+                       'MozillaFirefox-debuginfo': '52.6.0esr-72.20.2',
+                       'MozillaFirefox-devel': '52.6.0esr-72.20.2',
+                       'MozillaFirefox-translations': '52.6.0esr-72.20.2',
+               }
+               SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS, 
SEVERITY, TAG, PACKAGES)
+       else:
+               Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the service pack scope")
+else:
+       Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/quagga_SUSE-SU-2018_0457-1_11.4.py
 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/quagga_SUSE-SU-2018_0457-1_11.4.py
--- 
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/quagga_SUSE-SU-2018_0457-1_11.4.py
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/quagga_SUSE-SU-2018_0457-1_11.4.py
 2018-02-21 00:54:00.206066272 +0100
@@ -0,0 +1,65 @@
+#!/usr/bin/python
+#
+# Title:       Important Security Announcement for quagga SUSE-SU-2018:0457-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4
+# Source:      Security Announcement Parser v1.3.7
+# Modified:    2018 Feb 20
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+#  Authors/Contributors:
+#   Jason Record (jason.rec...@suse.com)
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "quagga"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-02/msg00031.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = False
+NAME = 'quagga'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0457-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 4 ):
+               PACKAGES = {
+                       'quagga': '0.99.15-0.30.3.1',
+                       'quagga-debuginfo': '0.99.15-0.30.3.1',
+                       'quagga-debugsource': '0.99.15-0.30.3.1',
+                       'quagga-devel': '0.99.15-0.30.3.1',
+               }
+               SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS, 
SEVERITY, TAG, PACKAGES)
+       else:
+               Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the service pack scope")
+else:
+       Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security 
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+


Reply via email to