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

Bugfix/zap replacer plugin#31

Merged
J12934 merged 3 commits intodevelopfrom
bugfix/zap-replacer-plugin
Jan 8, 2019
Merged

Bugfix/zap replacer plugin#31
J12934 merged 3 commits intodevelopfrom
bugfix/zap-replacer-plugin

Conversation

@MartinLang1
Copy link
Copy Markdown
Contributor

  • configured replacerPlugin with replacer rules before recalling targets from sitemap
  • moved replacer plugin methods to own class "ReplacerPluginConfigurator"
  • some code formatting and cleanup
  • fixed api status check. (Scanners are not authorized to use definitions endpoint so use engine status endpoint instead)

…ns endpoint -> use engine status endpoint instead)
…tor"

- configured replacerPlugin with replacer rules before recalling targets from sitemap
@J12934 J12934 self-requested a review January 7, 2019 15:57
Copy link
Copy Markdown
Member

@J12934 J12934 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok looks good 👍


String url = config.getProcessEngineApiUrl() + "/box/processes/";
log.debug("Call countProcesses() via {}", url);
String url = config.getProcessEngineApiUrl() + "/status";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@J12934 J12934 merged commit 3a9df27 into develop Jan 8, 2019
@J12934 J12934 deleted the bugfix/zap-replacer-plugin branch August 5, 2019 17:41
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.

2 participants