-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge develop
into master
for pds-tools release
#2615
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- add validations to SecHubConfigurationModelValidator and add testcases to SecHubConfigurationModelValidatorTest - remove validation from WebConfigBuilderStrategy and remove testcases from WebConfigBuilderStrategyTest - update documentation
2 - After OWASP-ZAP Wrapper release: Merge master back into develop [auto-generated]
- enabled the implementation - changed unit test - changed integration test
- by ignoring already existing false positives, the report is not loaded - means that an old false positive entry which points to an no longer existing report will make no problems. The old FP information (with meta data) will be still available even when the report does not exist and no error will be shown.
- fix typos - return early when a double slash was found - remove not necessary method call - add test case for empty include/exclude - remove special handling of simple includes/excludes like /, <*>, /<*> - add test that has errors when include/exclude has spaces - update documentation - add additional test to read sechub web scan config from json file - add includes/excludes with wildcards for PDSWebScanJobScenario12IntTest
…-shall-drop-old-scan-results Enable auto cleanup for old scan reports #2075
…to pds-solutions (#2557) * added installation of bandit sarif cwe formatter plugin to dockerfile * Updated bandit mock with CWE extension * Recreated bandit mock to contain ./ file path start * Updated comment on pip --editable option and git refs in VCS Urls
…s-to-webscan-includes-excludes Extend webscan include/exclude feature #2554
- web api default reference id not set for api uploads - wrote unit test to ensure default ref id and default project id are used, but when dedicated values are set the defaults are not used
- changed SystemTestConfigurationTest which generates the configuration file
- implement wildcard handling for includes/excludes - implement tests - change ScanContext and ScanContextFactory to use String instead of URL for includes/excludes to handle wildcards - implement and change test cases for wildcards
- fixed some typos
…nce-systemtest-framework Feature 2594 fix and enhance systemtest framework
…nd-plugins Update ZAPROXY version and ZAPROXY plugins #2604
…e-for-full-scan-data-download Changed content type for full scan log REST to "application/zip" #2608
…handle-includes-excludes-wildcards Feature 2555 zap wrapper handle includes excludes wildcards
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.