Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Add alpha and beta active/passiv scan rules#28

Merged
J12934 merged 2 commits intodevelopfrom
feature/alphaAndBetaRules
Feb 6, 2019
Merged

Add alpha and beta active/passiv scan rules#28
J12934 merged 2 commits intodevelopfrom
feature/alphaAndBetaRules

Conversation

@wurstbrot
Copy link
Copy Markdown
Contributor

This is a feature to add alpha/beta scan rules request in form of a pull request (which can be declined).

Alpha/Beta relates to how useful from ZAPs point of view they are for general public.

Please be aware that this might enhances the False Positive rate.

(Active) Scan Rules Beta (the other rules are located in the navigation on the right): https://github.com/zaproxy/zap-extensions/wiki/HelpAddonsAscanrulesBetaAscanbeta

The source for the active scan rule beta is located at https://github.com/zaproxy/zap-extensions/tree/beta/src/org/zaproxy/zap/extension/ascanrulesBeta

@rfelber
Copy link
Copy Markdown
Member

rfelber commented Nov 30, 2018

Hi Timo,

thx for your PR! Maybe we can combine this with your issue #29. What would be really cool if we introduce a new environment variable which can be used to extend the ZAP process with additional plugins...

So if you start the stack with a docker-compose.yml like:

scanner-webapplication-zap:
      image: securecodebox/zap:v0.9.0
      depends_on:
        - engine
      networks:
        - frontend
      labels:
        container_group: scanner
      environment:
      - ENGINE_ADDRESS=http://engine:8080
      - ZAP_PLUGINS="-addoninstall soap -addoninstall openapi"

@J12934
Copy link
Copy Markdown
Member

J12934 commented Feb 6, 2019

Hi Timo,

thx for your PR! Maybe we can combine this with your issue #29. What would be really cool if we introduce a new environment variable which can be used to extend the ZAP process with additional plugins...

So if you start the stack with a docker-compose.yml like:

scanner-webapplication-zap:
      image: securecodebox/zap:v0.9.0
      depends_on:
        - engine
      networks:
        - frontend
      labels:
        container_group: scanner
      environment:
      - ENGINE_ADDRESS=http://engine:8080
      - ZAP_PLUGINS="-addoninstall soap -addoninstall openapi"

That's a cool idea.
I'll merge this PR now anyway, as the additional active scan rules will come probably come handy for most people.

@J12934 J12934 merged commit 38187fd into develop Feb 6, 2019
@J12934 J12934 deleted the feature/alphaAndBetaRules branch August 5, 2019 17:41
@rfelber rfelber linked an issue Apr 15, 2020 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Addon CSPscanner

3 participants