suppress CVE which comes from myfaces, not tobago
diff --git a/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-2.0.xml b/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-2.0.xml
index a973e7d..5a5caf6 100644
--- a/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-2.0.xml
+++ b/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-2.0.xml
@@ -28,4 +28,9 @@
     <gav regex="true">^org\.apache\.myfaces\.tobago:.*:.*$</gav>
     <cve>CVE-2016-5019</cve>
   </suppress>
+  <suppress>
+    <notes><![CDATA[ subject of CVE is MyFaces Core, but not Tobago ]]></notes>
+    <gav regex="true">^org\.apache\.myfaces\.tobago:.*:.*$</gav>
+    <cve>CVE-2011-4343</cve>
+  </suppress>
 </suppressions>