From ad3a05d06cfb21e349740d7efaf1df01d93d7e74 Mon Sep 17 00:00:00 2001 From: Dino Chiesa Date: Wed, 18 Sep 2024 22:54:32 -0700 Subject: [PATCH] add README update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b0bbb8..86fa859 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,7 @@ This is the current list: |   |:white_check_mark:| BN011 | Check each XML file for well-formedness.| |   |:white_check_mark:| BN012 | unreferrenced Target Endpoints | Check that each TargetEndpoint can be reached. | |   |:white_check_mark:| BN013 | Unreferenced resources. | Warn for resources that not referenced in any policy. Unreferenced resources are dead code. | +|   |:white_check_mark:| BN014 | Duplicate policies. | Warn if there are identically configured, if differently named, policies. | | Proxy Definition |   |   |   |   | |   |:white_check_mark:| PD001 | RouteRules to Targets | RouteRules should map to defined Targets. | |   |:white_check_mark:| PD002 | Unreachable Route Rules - defaults | Only one RouteRule should be present without a condition. |