SimulPiscator/AirSane

Add a no-advice parameter in order to hide version

bastien-roucaries opened this issue · 2 comments

According to good security pratice using a hardening flag version should be hidded.

std::string("commit: ") + GIT_COMMIT_HASH + " (branch " + GIT_BRANCH +

(may be they are other part where the version is outputed)

Displaying the version on the server's main page is now optional, but enabled by default. The version is written to stderr at startup if logging is enabled, but that should be ok IMHO.