
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
.. start-badges
.. list-table:: :stub-columns: 1
* - docs
- |docs|
* - tests
- | |travis| |coverage|
* - package
- | |version| |wheel| |supported-versions|
.. |version| image:: https://img.shields.io/pypi/v/algosec.svg :target: https://pypi.python.org/pypi/algosec :alt: Package on PyPi
.. |docs| image:: https://readthedocs.org/projects/algosec-python/badge/ :target: http://algosec-python.readthedocs.io/en/latest/ :alt: Documentation Status
.. |coverage| image:: https://codecov.io/gh/algosec/algosec-python/branch/master/graph/badge.svg :target: https://codecov.io/gh/algosec/algosec-python
.. |travis| image:: https://travis-ci.org/algosec/algosec-python.svg?branch=master :target: https://travis-ci.org/algosec/algosec-python
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/algosec.svg :alt: Supported versions :target: https://pypi.python.org/pypi/algosec
.. |wheel| image:: https://img.shields.io/pypi/wheel/algosec.svg :alt: PyPI Wheel :target: https://pypi.python.org/pypi/algosec
A Python SDK providing simple access to AlgoSec APIs, including handy methods to implement common network security policy management tasks, such as:
Useful for automation and orchestration (e.g. DevOps), building custom portals, or exposing specific functionality to Application Owners, IT, Helpdesk, Information Security, Security Operations, etc.
Included in this package are clients for AlgoSec Firewall Analyzer, FireFlow and BusinessFlow.
Install the latest version from PyPi by running::
pip install algosec --upgrade
or clone this repo and run::
python setup.py install
Contributions are welcome! Please follow the standard pull request process.
.. image:: https://readthedocs.org/projects/algosec-python/badge/ :target: https://algosec-python.readthedocs.io/en/latest/ :alt: Documentation Status
Documentation available online at: https://algosec-python.readthedocs.io/en/latest/
How to build doc's locally? ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Using Spinx::
$ cd docs
$ make html
Then see the docs/_build
folder created for the html files.
To install the package for local development just run::
pipenv install
This will install all the dependencies and set the project up for local usage and development .
Testing ^^^^^^^
To run the unittests for all supported python versions, simply run::
tox
FAQs
The AlgoSec SDK for Python
We found that algosec demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.