Pfctl-exporter

Latest version: v0.5.1

Safety actively analyzes 623106 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.1

Fixed

- Fixed bug where interfaces with `set skip` were not parsed correctly
- Fixed parsing of a few lines of non-numeric `pfctl -vvs info` output

0.5.0

Added

- Parse `pfctl -vvs Tables` output into `pfctl_table_*` metrics.

0.4.0

git push origin v0.4.0

Upload new release to pypi:
rm dist/*
python -m build
twine upload dist/pfctl_exporter*

Back to development:
- Update changelog again, commit and push.

0.3.0

Added

- Parse `pfctl -vvs Interfaces` output into metrics.

0.2.0

Changed

- Installed executable is now `pfctl-exporter` instead of `pfctl_exporter`

0.1.0

- Initial release. Only `pfctl -vvs info` metrics are parsed for now. Largely untested.


Creating a release
====================

Update release date and version in changelog.md and commit.

Then tag the new release:
git tag v0.4.0 -a

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.