From 9c0d1b7d3fde2cbf811977a88e60d2aeb7e59cf5 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Mon, 2 Dec 2024 11:37:10 +0000 Subject: [PATCH] nits: typos and added missing sensitive word (#349) Fixes #349 --- artifacts/linting_rules/.spectral.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/linting_rules/.spectral.yml b/artifacts/linting_rules/.spectral.yml index 0042b3c4..93a75cf6 100644 --- a/artifacts/linting_rules/.spectral.yml +++ b/artifacts/linting_rules/.spectral.yml @@ -93,7 +93,7 @@ rules: recommended: true # Set to true/false to enable/disable this rule camara-security-no-secrets-in-path-or-query-parameters: - message: "Sensitive data found in path: {{error}} Consider avoiding the use of Sesentive data " + message: "Sensitive data found in path: {{error}} Consider avoiding the use of sensitive data " severity: warn description: | This rule checks for sensitive data ('MSISDN' and 'IMSI') in API paths and suggests avoiding their use.