build: false positive
diff --git a/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-5.x.xml b/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-5.x.xml
index b45f68d..2c17525 100644
--- a/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-5.x.xml
+++ b/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-5.x.xml
@@ -108,4 +108,10 @@
     <sha1>f58142bf71363f8925fecf8e1bce7f6a4e84af35</sha1>
     <vulnerabilityName>CVE-2021-23362</vulnerabilityName>
   </suppress>
+  <suppress>
+    <!-- CVE is for the example tomcat application -->
+    <notes><![CDATA[ file name: tomcat-embed-core-9.0.64.jar ]]></notes>
+    <packageUrl regex="true">^pkg:maven/org\.apache\.tomcat\.embed/tomcat\-embed\-core@.*$</packageUrl>
+    <cve>CVE-2022-34305</cve>
+  </suppress>
 </suppressions>