PLUS-POSTECH / soma

Cross-platform CTF problem container manager
Apache License 2.0
24 stars 3 forks source link

`public` attribute handling in multi-config scenario #105

Open Qwaz opened 5 years ago

Qwaz commented 5 years ago

If the value of public attribute is different among configurations, we are going to use any with exceptional rejection strategy.

As public attribute has a default value of "false", setting public on any "true" value looks natural. However, if Soma detects explicit settings of both (i.e. explicit "true" and "false") we should reject it as it is apparently a bad configuration.