diff --git a/docs/src/main/asciidoc/security-vulnerability-detection-concept.adoc b/docs/src/main/asciidoc/security-vulnerability-detection-concept.adoc
index 6bc97616d19a4..2c23667f3e996 100644
--- a/docs/src/main/asciidoc/security-vulnerability-detection-concept.adoc
+++ b/docs/src/main/asciidoc/security-vulnerability-detection-concept.adoc
@@ -93,7 +93,7 @@ To detect less severe issues, adjust the value of `failBuildOnCVSS` to suppress
Suppress the false positive CPE for Smallrye Mutiny to mutiny:mutiny
]]>
- ^io\.smallrye.reactive:mutiny.*:.*$
+ ^io\.smallrye\.reactive:mutiny.*:.*$
cpe:/a:mutiny:mutiny
@@ -102,7 +102,7 @@ To detect less severe issues, adjust the value of `failBuildOnCVSS` to suppress
Suppress the false positive CPE for Smallrye Mutiny to mutiny:mutiny
]]>
- ^io\.smallrye.reactive:smallrye-mutiny.*:.*$
+ ^io\.smallrye\.reactive:smallrye-mutiny.*:.*$
cpe:/a:mutiny:mutiny
@@ -111,7 +111,7 @@ To detect less severe issues, adjust the value of `failBuildOnCVSS` to suppress
Suppress the false positive CPE for Smallrye Mutiny to mutiny:mutiny
]]>
- ^io\.smallrye.reactive:vertx-mutiny.*:.*$
+ ^io\.smallrye\.reactive:vertx-mutiny.*:.*$
cpe:/a:mutiny:mutiny
@@ -120,7 +120,7 @@ To detect less severe issues, adjust the value of `failBuildOnCVSS` to suppress
Suppress the false positive CPE for graal-sdk to GraalVM (the JVM distribution)
]]>
- ^org\.graalvm\.sdk:g like this
+ ^org\.graalvm\.sdk:graal-sdk.*:.*$
----