diff --git a/cfg/node.yaml b/cfg/node.yaml
index 94e48f71a8fde12d9f95be5218872d1ab4b572eb..346ddd1e88cb31e7d919c069b22173c760de751b 100644
--- a/cfg/node.yaml
+++ b/cfg/node.yaml
@@ -285,7 +285,6 @@ groups:
               \nFor example, chown root:root $proxyconf"
       scored: true
 
-# TODO: provide flag to WARN about manual checks.
     - id: 2.2.7
       text: "Ensure that the certificate authorities file permissions are set to
               644 or more restrictive (Scored)"
@@ -298,7 +297,6 @@ groups:
               \nchmod 644 <filename>"
       scored: true
 
-# TODO: provide flag to WARN about manual checks.
     - id: 2.2.8
       text: "Ensure that the client certificate authorities file ownership is set to root:root"
       audit: "if test -e $ca-file; then stat -c %U:%G $ca-file; fi"