Areso / Oblache

MIT License
1 stars 2 forks source link

Add len(PORTS) limit for containers #143

Open Areso opened 5 months ago

Areso commented 5 months ago

If provided port range in UI / API is correct, but bigger than 10, it should return an error. For testing purposes, we checking negative scenarios: 80-89 - accepted 80-90 - should give an error 80,81,82,83,84,85,86,87,88,89,90 - should give an error.

lambotik commented 4 months ago

API -Done