From a7035fc170f89c4476fe9f28cdd7243bd21b4f23 Mon Sep 17 00:00:00 2001 From: divyabhushan Date: Mon, 10 Apr 2023 18:29:21 +0530 Subject: [PATCH] [Compute CWP-39605]: Clarify denied listening ports for App-embedded --- compute/admin_guide/runtime_defense/runtime_audits.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compute/admin_guide/runtime_defense/runtime_audits.adoc b/compute/admin_guide/runtime_defense/runtime_audits.adoc index 6946cca60..ec5440aa5 100644 --- a/compute/admin_guide/runtime_defense/runtime_audits.adoc +++ b/compute/admin_guide/runtime_defense/runtime_audits.adoc @@ -325,7 +325,7 @@ Hosts |Explicitly Denied Listening Port |Indicates a container process is listening on a port that is explicitly listed in the *Listening ports* list, under *Denied & fallback*. -For App-embedded and Serverless, this indicates ports that are not listed in the Allowed Listening ports list. +For App-embedded, this indicates ports that are not listed in the Allowed Listening ports list, or they are on denied list. |Process is listening on port explicitly denied by a runtime rule @@ -338,7 +338,7 @@ App-embedded |Explicitly Denied Outbound Port |Indicates a container process uses an outbound port that is explicitly listed in the *Outbound internet ports* list under *Denied & fallback*. -For App-embedded and Serverless, this indicates ports that are not listed in the *Outbound ports* list under *Allowed*. +For App-embedded, this indicates ports that are not listed in the *Outbound ports* list under *Allowed*, or they are on denied list. |Outbound connection to port (IP: ) is explicitly denied by a runtime rule.