Fraunhofer-AISEC / gallia

Extendable Pentesting Framework
https://fraunhofer-aisec.github.io/gallia/
Apache License 2.0
129 stars 25 forks source link

chore: Remove exitcode dependency #590

Closed rumpelsepp closed 2 months ago

rumpelsepp commented 2 months ago

Russ Cox often blogs about the need of dependencies. He argues, that if the maintenance cost is low, then it is better to avoid the dependency at all and just copy the the code.

Since the ultimate goal for gallia should be the inclusion in larger Linux distributions the fewer dependencies we have the better. This one for sure is avoidable and easily vendored.