Page MenuHomeVyOS Platform

Fix spurious CI errors
Open, LowPublic

Description

When running the CI on GH there are a couple of errors being always flagged which can be easily fixed.
Specifically:

  1. a typ0 by Typos
  2. 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.

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)