From 996930833bf981ef219f55ebd1f3bee4298c8244 Mon Sep 17 00:00:00 2001 From: Tapish Jain Date: Fri, 6 Dec 2024 10:01:52 -0800 Subject: [PATCH] PAPP-35152: removing periods at the end of description --- ciscotalosintelligence.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ciscotalosintelligence.json b/ciscotalosintelligence.json index f29f2a8..d4fda6a 100644 --- a/ciscotalosintelligence.json +++ b/ciscotalosintelligence.json @@ -126,7 +126,7 @@ { "action": "test connectivity", "identifier": "test_connectivity", - "description": "Validate the asset configuration for connectivity using supplied configuration.", + "description": "Validate the asset configuration for connectivity using supplied configuration", "verbose": "Action uses the URS API to get a list of the AUP categories used to classify website content.", "type": "test", "read_only": true, @@ -137,7 +137,7 @@ { "action": "ip reputation", "identifier": "ip_reputation", - "description": "Look up Cisco Talos threat intelligence for a given IP address.", + "description": "Look up Cisco Talos threat intelligence for a given IP address", "verbose": "Provides information on an IP address's reputation, so you can take appropriate action against untrusted or unwanted resources.", "type": "investigate", "read_only": true, @@ -225,7 +225,7 @@ { "action": "domain reputation", "identifier": "domain_reputation", - "description": "Look up Cisco Talos threat intelligence for a given domain.", + "description": "Look up Cisco Talos threat intelligence for a given domain", "verbose": "Provides information on a domain's reputation, so you can take appropriate action against untrusted or unwanted resources.", "type": "investigate", "read_only": true, @@ -313,7 +313,7 @@ { "action": "url reputation", "identifier": "url_reputation", - "description": "Look up Cisco Talos threat intelligence for a given URL.", + "description": "Look up Cisco Talos threat intelligence for a given URL", "verbose": "Provides information on a URL's reputation, so you can take appropriate action against untrusted or unwanted resources.", "type": "investigate", "read_only": true,