Faucet

Latest version: v1.10.11

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

Scan your dependencies

Page 1 of 24

4.14

Fix crash when parsing partial packet from packet in, also reduce packet in size further to 96b.
Fix stuck static route when nexthop NSs/ARPs FAUCET before FAUCET resolves the nexthop itself.
Post install script (can create missing directories).

1.10.11

What's Changed

* Add support for ACLs matching on Nicira extension fields for IP TTL & hop-limit by gizmoguy in https://github.com/faucetsdn/faucet/pull/4454
* Add support for sending ICMP v4 and v6 time exceeded messages. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4453
* Install eventlet 0.34.3 for python 3.12 support. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4445
* Add Default Port Hint by flogriesser in https://github.com/faucetsdn/faucet/pull/4443
* Fix docker-in-docker test on latest version of docker-ce for amd64. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4455
* Upgrade docker base image to 12.0.0. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4441
* black 24.1.0 by anarkiwi in https://github.com/faucetsdn/faucet/pull/4458
* black 24.1.1 by anarkiwi in https://github.com/faucetsdn/faucet/pull/4460

Dependency changes

* Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4424
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/faucetsdn/faucet/pull/4428
* Bump flake8 from 6.1.0 to 7.0.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4439
* Bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/faucetsdn/faucet/pull/4461
* Bump faucet/test-base from 24.0.1 to 24.0.2 by dependabot in https://github.com/faucetsdn/faucet/pull/4470
* Bump ruamel-yaml from 0.18.5 to 0.18.6 by dependabot in https://github.com/faucetsdn/faucet/pull/4462
* Bump prometheus-client from 0.19.0 to 0.20.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4469
* Bump pylint from 3.0.3 to 3.1.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4473
* Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by dependabot in https://github.com/faucetsdn/faucet/pull/4477
* Bump pytype from 2024.3.11 to 2024.3.19 by dependabot in https://github.com/faucetsdn/faucet/pull/4482
* Bump black from 24.2.0 to 24.3.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4480
* Bump tj-actions/changed-files from 43 to 44 by dependabot in https://github.com/faucetsdn/faucet/pull/4484
* Update grafana/grafana Docker tag to v10.4.1 by renovate in https://github.com/faucetsdn/faucet/pull/4483
* Bump faucet/python3 from 12.0.0 to 12.0.1 by dependabot in https://github.com/faucetsdn/faucet/pull/4487
* Update prom/prometheus Docker tag to v2.51.2 by renovate in https://github.com/faucetsdn/faucet/pull/4488
* Bump docker base image faucet/python3 to V12.0.1. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4489
* Bump psutil from 5.9.7 to 5.9.8 by dependabot in https://github.com/faucetsdn/faucet/pull/4447

New Contributors
* flogriesser made their first contribution in https://github.com/faucetsdn/faucet/pull/4443

**Full Changelog**: https://github.com/faucetsdn/faucet/compare/1.10.10...1.10.11

1.10.10

What's Changed

* run black formatter on remaining tests. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4286
* run black on remaining faucet files. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4287
* run black formatter on ofctl. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4288
* run black formatter on remaining py files, and enforce for future. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4289
* Fix black tests not running when there have been no changed py files. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4302
* Change flow style so unparsable YAML files aren't generated on py3.11 by gizmoguy in https://github.com/faucetsdn/faucet/pull/4301
* use dash for faucethost, not bash. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4317
* defer running expensive tshark parsing until all tests have run. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4319
* periodic tests failing under ubuntu-latest: by anarkiwi in https://github.com/faucetsdn/faucet/pull/4318
* remove use of deprecated vconfig command, reduce number of number of … by anarkiwi in https://github.com/faucetsdn/faucet/pull/4320
* let scapy send multiple packets (so less scapy/tcpdump runs). by anarkiwi in https://github.com/faucetsdn/faucet/pull/4321
* Don't use CPULimitedHost. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4322
* verify_stack_up() should wait between state checks, verify_stack_down… by anarkiwi in https://github.com/faucetsdn/faucet/pull/4323
* Use single broadcast command to reduce load during scale test. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4355
* Install fakencclient for all python package installs to reduce time to install faucet with pip. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4385
* Add Eventlet with Python 3.12 support if faucet is installed from git or tarball (not via pypi) by gizmoguy in https://github.com/faucetsdn/faucet/pull/4387
* Upgrade CIs to python 3.10 by gizmoguy in https://github.com/faucetsdn/faucet/pull/4305
* Enable pytype for python 3.11. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4399

Dependency changes

* Bump prometheus-client from 0.17.0 to 0.17.1 by dependabot in https://github.com/faucetsdn/faucet/pull/4345
* Bump flake8 from 6.0.0 to 6.1.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4353
* Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by dependabot in https://github.com/faucetsdn/faucet/pull/4356
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/faucetsdn/faucet/pull/4369
* Bump tj-actions/changed-files from 38 to 39 by dependabot in https://github.com/faucetsdn/faucet/pull/4368
* Bump docker/setup-qemu-action from 2 to 3 by dependabot in https://github.com/faucetsdn/faucet/pull/4373
* Bump docker/setup-buildx-action from 2 to 3 by dependabot in https://github.com/faucetsdn/faucet/pull/4372
* Bump sphinx from 7.2.5 to 7.2.6 by dependabot in https://github.com/faucetsdn/faucet/pull/4374
* Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4360
* Bump ruamel-yaml from 0.17.32 to 0.17.35 by dependabot in https://github.com/faucetsdn/faucet/pull/4386
* Bump psutil from 5.9.5 to 5.9.6 by dependabot in https://github.com/faucetsdn/faucet/pull/4394
* Update grafana/grafana Docker tag to v10.1.5 by renovate in https://github.com/faucetsdn/faucet/pull/4392
* Update prom/prometheus Docker tag to v2.47.2 by renovate in https://github.com/faucetsdn/faucet/pull/4393
* Bump faucet/test-base from 23.0.0 to 23.0.1 by dependabot in https://github.com/faucetsdn/faucet/pull/4397
* Bump faucet/python3 from 10.0.0 to 11.0.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4398
* Bump pylint from 3.0.1 to 3.0.2 by dependabot in https://github.com/faucetsdn/faucet/pull/4403
* Bump black from 23.10.0 to 23.10.1 by dependabot in https://github.com/faucetsdn/faucet/pull/4405

**Full Changelog**: https://github.com/faucetsdn/faucet/compare/1.10.8...1.10.10

1.10.8

What's Changed

* Fix exception when pip install with --use-pep517 flag by courtland in https://github.com/faucetsdn/faucet/pull/4202
* use Ubuntu 20.04 image for integration tests to work around cgroup v2… by anarkiwi in https://github.com/faucetsdn/faucet/pull/4219
* remove python3.7 by anarkiwi in https://github.com/faucetsdn/faucet/pull/4234
* run black formatter on config_parser_util.py and valve_lldp.py by anarkiwi in https://github.com/faucetsdn/faucet/pull/4267
* run black formatter on more, low complexity files. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4270
* run black formatter on unit tests. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4271
* Run black formatter on port, stack, vlan. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4277
* black on acl, dp, valve_acl. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4278
* More black re-formatting. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4273
* Change github action for detecting changed files. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4282
* Fix unit tests by not installing tinyrpc v1.1.6. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4248

Dependency changes

* Bump flake8 from 5.0.4 to 6.0.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4211
* Bump os-ken from 2.3.1 to 2.6.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4230
* Bump prometheus-client from 0.15.0 to 0.16.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4239
* Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4245
* Bump sphinx from 5.3.0 to 6.1.3 by dependabot in https://github.com/faucetsdn/faucet/pull/4235
* Bump sphinxcontrib-svg2pdfconverter from 1.2.1 to 1.2.2 by dependabot in https://github.com/faucetsdn/faucet/pull/4236
* Bump faucet/python3 from 9.0.0 to 10.0.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4261
* Update prom/prometheus Docker tag to v2.43.0 by renovate in https://github.com/faucetsdn/faucet/pull/4264
* Update grafana/grafana Docker tag to v9.4.7 by renovate in https://github.com/faucetsdn/faucet/pull/4266
* Bump pylint from 2.17.1 to 2.17.2 by dependabot in https://github.com/faucetsdn/faucet/pull/4276
* Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by dependabot in https://github.com/faucetsdn/faucet/pull/4275
* Update influxdb Docker tag to v2.7 by renovate in https://github.com/faucetsdn/faucet/pull/4279
* Upgrade test-base image to V16.0.0. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4281
* Bump psutil from 5.9.4 to 5.9.5 by dependabot in https://github.com/faucetsdn/faucet/pull/4283
* Upgrade faucetagent/rabbitmq adapters to latest python3 docker image. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4280

**Full Changelog**: https://github.com/faucetsdn/faucet/compare/1.10.7...1.10.8

1.10.7

What's Changed

* Fix arm docker images by installing libstdc++ which is needed for greenlet. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4199
* Partially re-enable renovatebot. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4197
* Bump sphinx-rtd-theme from 1.0.0 to 1.1.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4198
* Update grafana/grafana Docker tag to v9.2.3 by renovate in https://github.com/faucetsdn/faucet/pull/4200
* Update influxdb Docker tag to v2.5 by renovate in https://github.com/faucetsdn/faucet/pull/4201


**Full Changelog**: https://github.com/faucetsdn/faucet/compare/1.10.6...1.10.7

1.10.6

What's Changed

Improvements

* fix potential stream attrib race. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4193
* Skip installing ncclient in docker image. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4154
* Configure dependabot version updates. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4160

Docs Improvements

* Add a Connection Tracking Tutorial by courtland in https://github.com/faucetsdn/faucet/pull/4132
* https://docs.faucet.nz/en/latest/tutorials/conntrack.html
* Update Grafana Dashboards to work with newer versions by courtland in https://github.com/faucetsdn/faucet/pull/4194
* Change apt keyring directory to /etc/apt/keyrings/. by gizmoguy in https://github.com/faucetsdn/faucet/pull/4147
* Update apt instructions used in documentation by gizmoguy in https://github.com/faucetsdn/faucet/pull/4136
* Remove dated references to Travis by courtland in https://github.com/faucetsdn/faucet/pull/4135
* Bump sphinxcontrib-svg2pdfconverter from 1.2.0 to 1.2.1 by dependabot in https://github.com/faucetsdn/faucet/pull/4178

Test improvements

* test 3.11. by anarkiwi in https://github.com/faucetsdn/faucet/pull/4196
* Update faucet/test-base Docker tag to v12 by renovate in https://github.com/faucetsdn/faucet/pull/4179
* Upgrade openvswitch to v3.0.1.
* Bump pytype from 2022.10.13 to 2022.10.26 by dependabot in https://github.com/faucetsdn/faucet/pull/4195
* Bump psutil from 5.9.2 to 5.9.3 by dependabot in https://github.com/faucetsdn/faucet/pull/4190
* Bump pylint from 2.15.4 to 2.15.5 by dependabot in https://github.com/faucetsdn/faucet/pull/4192
* Update dependency flake8 to v5.0.4 by renovate in https://github.com/faucetsdn/faucet/pull/4130
* Bump sphinx from 5.2.2 to 5.2.3 by dependabot in https://github.com/faucetsdn/faucet/pull/4173
* Bump actions/checkout from 2 to 3 by dependabot in https://github.com/faucetsdn/faucet/pull/4166
* Update dependency exabgp to v4.2.21 by renovate in https://github.com/faucetsdn/faucet/pull/4120
* Update pypa/gh-action-pypi-publish action to v1.5.1 by renovate in https://github.com/faucetsdn/faucet/pull/4124

Python dependency updates

* Update dependency pika to v1.3.0 by renovate in https://github.com/faucetsdn/faucet/pull/4117
* Bump sphinx from 5.2.3 to 5.3.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4188
* Bump prometheus-client from 0.14.1 to 0.15.0 by dependabot in https://github.com/faucetsdn/faucet/pull/4186

Docker image updates

* Update grafana/grafana Docker tag to v9.1.7 by renovate in https://github.com/faucetsdn/faucet/pull/4174
* Update prom/prometheus Docker tag to v2.39.1 by renovate in https://github.com/faucetsdn/faucet/pull/4175
* Update influxdb Docker tag to v2.4 by renovate in https://github.com/faucetsdn/faucet/pull/4142

New Contributors
* courtland made their first contribution in https://github.com/faucetsdn/faucet/pull/4135

**Full Changelog**: https://github.com/faucetsdn/faucet/compare/1.10.5...1.10.6

Page 1 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.