From d106911805569516a4d7e6361037503e6f197e8d Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Tue, 26 Nov 2024 15:54:27 +0000 Subject: [PATCH] ScanPolicies: link to the relevant tag pages Signed-off-by: Simon Bennetts --- .../src/main/javahelp/help/contents/policy-api.html | 2 ++ .../src/main/javahelp/help/contents/policy-dev-cicd.html | 2 ++ .../src/main/javahelp/help/contents/policy-dev-full.html | 2 ++ .../src/main/javahelp/help/contents/policy-dev-std.html | 2 ++ .../src/main/javahelp/help/contents/policy-qa-full.html | 2 ++ .../src/main/javahelp/help/contents/policy-qa-std.html | 2 ++ .../sequence/resources/help/contents/policy-sequence.html | 6 ++++-- 7 files changed, 16 insertions(+), 2 deletions(-) diff --git a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-api.html b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-api.html index c69de19b17..809834a14c 100644 --- a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-api.html +++ b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-api.html @@ -11,6 +11,8 @@

API Policy

A policy focusing on issues likely to impact APIs and not UI.

+For the list of scan rules included see the Alert Tag: POLICY_API page. +

Return to main scan policies page. diff --git a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-cicd.html b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-cicd.html index e8c24d9399..7e618ca211 100644 --- a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-cicd.html +++ b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-cicd.html @@ -21,6 +21,8 @@

Developer CI/CD Policy

  • Minimal overlap
  • +For the list of scan rules included see the Alert Tag: POLICY_DEV_CICD page. +

    Return to main scan policies page. diff --git a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-full.html b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-full.html index f90f1a7983..0774b56c16 100644 --- a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-full.html +++ b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-full.html @@ -20,6 +20,8 @@

    Developer Full Policy

  • Minimal environmental / server related rules
  • +For the list of scan rules included see the Alert Tag: POLICY_DEV_FULL page. +

    Return to main scan policies page. diff --git a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-std.html b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-std.html index 27566a2335..5241298a6b 100644 --- a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-std.html +++ b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-dev-std.html @@ -22,6 +22,8 @@

    Developer Standard Policy

  • Can include longer running rules
  • +For the list of scan rules included see the Alert Tag: POLICY_DEV_STD page. +

    Return to main scan policies page. diff --git a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-qa-full.html b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-qa-full.html index 8fd572aa55..9f66cb2c7b 100644 --- a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-qa-full.html +++ b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-qa-full.html @@ -17,6 +17,8 @@

    QA Full Policy

  • A superset of Developer Full (and QA Standard) but with more env / server rules enabled
  • +For the list of scan rules included see the Alert Tag: POLICY_QA_FULL page. +

    Return to main scan policies page. diff --git a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-qa-std.html b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-qa-std.html index 44627fccad..94324d54e3 100644 --- a/addOns/scanpolicies/src/main/javahelp/help/contents/policy-qa-std.html +++ b/addOns/scanpolicies/src/main/javahelp/help/contents/policy-qa-std.html @@ -18,6 +18,8 @@

    QA Standard Policy

  • Not env issues that should have been fixed by everyone
  • +For the list of scan rules included see the Alert Tag: POLICY_QA_STD page. +

    Return to main scan policies page. diff --git a/addOns/sequence/src/main/javahelp/org/zaproxy/zap/extension/sequence/resources/help/contents/policy-sequence.html b/addOns/sequence/src/main/javahelp/org/zaproxy/zap/extension/sequence/resources/help/contents/policy-sequence.html index 44d5d897b0..f832f11bff 100644 --- a/addOns/sequence/src/main/javahelp/org/zaproxy/zap/extension/sequence/resources/help/contents/policy-sequence.html +++ b/addOns/sequence/src/main/javahelp/org/zaproxy/zap/extension/sequence/resources/help/contents/policy-sequence.html @@ -9,8 +9,10 @@

    Sequence Policy

    -An active scan policy with a small set of scan rules we think are good for testing sequences.

    - +An active scan policy with a small set of scan rules we think are good for testing sequences. +

    +For the list of scan rules included see the Alert Tag: POLICY_SEQUENCE page. +

    Return to main Sequence add-on page.