When running the CI on GH there are a couple of errors being always flagged which can be easily fixed.
Specifically:
- a typ0 by Typos
- a weak key generation (false positive) by CodeQL
While looking at the second item, another little bug was discovered, which will be fixed in this task too: when calling get_elliptic_curve() in python/vyos/pki.py, the default branch will throw an exception and kill the program, because it tries to "invoke" an instance rather than a class object.