Mixeway / MixewayBackend

Mixeway is security orchestrator for vulnerability scanners which enable easy plug in integration with CICD pipelines. MixewayBackend project contains source code of backend with all plugin integrations writer in Spring Boot.
https://mixeway.io
GNU General Public License v3.0
15 stars 8 forks source link

Project Asset creation problem #56

Closed siewer closed 2 years ago

siewer commented 3 years ago

While trying to add multiple assets in project->configuration->add asset using: "1.1.1.1,2.2.2.2" -> works adding with space: "1.1.1.1, 2.2.2.2" -> add only first asset

Expected behavior: add all assets even when between them there are spaces