You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sechub model validator allows multiple remote sections that can be configured and remote and file system can be configured both at once.
The sechub validator does not check the remote data section for correct configuration.
Wanted
Check only one configuration
When using a remote data section it is only possible to define ONE binary or ONE source definition. Means also: It is only possible to define ONE remote data section (see example 1 for wrong configuration).
When using a remote data section it is not possible to define any file system (see example 2 for wrong configuration).
Check if remote configuration is correct
make sure location is not null or blank
make sure credentials are configured correctly or not defined
Situation
The Sechub model validator allows multiple remote sections that can be configured and remote and file system can be configured both at once.
The sechub validator does not check the remote data section for correct configuration.
Wanted
When using a remote data section it is only possible to define ONE binary or ONE source definition. Means also: It is only possible to define ONE remote data section (see example 1 for wrong configuration).
When using a remote data section it is not possible to define any file system (see example 2 for wrong configuration).
make sure location is not null or blank
make sure credentials are configured correctly or not defined
Details
example 1: duplicated remote sources (forbidden)
example 2: mix remote and file system (forbidden)
Solution
Implement Validation in
SechubConfigurationModelValidator
The text was updated successfully, but these errors were encountered: