-
Notifications
You must be signed in to change notification settings - Fork 69
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 release
#3717
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
- usecases for asset CRUD operations - AssertFile entity + DB parts - assert service - TestUtil enhanced, now a dedicated sub folder can be defined for temporary files - implemented asset storages (+ AbstractSharedVolumeStorage) - introduced asset storage factories
- formatted code - wrote unit tests - wrote integration test - wrote DB tests - wrote RESTdoc tests - implemented logic inside asset service - wrote DAUI actions - added missing license headers
- add entry to openapi.yaml - add field with default - extend unit tests - extend examples, documentation and RestDocTest
- add decoder with autodetect method and unit testcases - add seed to totp generator and change signature - update unit testcases
- it is now ensured on every pds job call, that the assets in storage are same as in db. Same logic for admin create/update operation is used. - improved PDSWebScanJobScenario12IntTest which does now uses templates and assets. The test ensures that the PDS instance will receive the pds template meta data. - changed templateDefinition format. Assets now no longer an array but only one entry. Means we have 1:n relation here from asset to templates and no longer m:n. - added unit tests - introduced TemplateData resolver in commons-model which can be used from PDS and wrapper applications - introduced TemplateData inside SecHub convfiguration file - Template and Asset REST controller are now annotated with profile admin access
- add parts for script execution with session management - add script authentication to ZapScanner - add necessary dependencies to gradle files - add configuration option via commandline parameter and ENV variable
- introduced TestAPI.executeResilient which is a short term for executeRunnableAndAcceptAssertionsMaximumTimes(4, runnable, 500); - all time relevant parts inside integration test TemplateScenario1IntTest do now use this for testing
- add groovy script example to README.adoc - add short explanations - add method to TOTPGenerator to generate a currently valid TOTP - update examples
- introduced new usecase for PDS job execution (makes it easier for developers to find the relevant parts)
- update documentation and fix typos - change implementation of fetching groovy script file, now the file must be specified directly via cli or ENV - other minor changes
- refactored ClientApiWrapper by using real datatypes instead of strings - updated test cases - moved logging to ClientApiWrapper - add additional data to proxy settings
- add a ScriptLoginResult which contains all the session data - update the current script login to use the ScriptLoginResult - update and extend testcases
…late-login Feature 3611 zap wrapper webscan template login
- added comments - moved from encryption package to own template package (shared kernel) - renamed class SecHubProjectTemplates to SecHubProjectTemplateData - created common logic for assignment and unassignment - wrote tests for ProjectTemplateService
- removed auto wire annotation where not necessary - made some fields final - fixed typos - removed unnecessary log output
…echub-web-ui/multi-e3055cd810 Bump @intlify/core-base and vue-i18n in /sechub-web-ui
- randomness test fixed - added tests for not found variants for nextCanceledOrEndedJobsWithEncryptionPoolIdLowerThan - improved tests
only kept npm commands for simplicity
as recommended by the preview tool
…ead-sechub-config-directly-from-env Feature 3625 zapwrapper read sechub config directly from env
…d-assets Provide templates and assets
…te-sechub-website Feature 3001 content update sechub website #3001
…echub-website Feature 3002 deployment sechub website #3002
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…echub-web-ui/nanoid-3.3.8 Bump nanoid from 3.3.7 to 3.3.8 in /sechub-web-ui
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.