Skip to content

Commit

Permalink
Pillow Vulnerabilities (#9)
Browse files Browse the repository at this point in the history
* First prep-work for client AND server-side ImageDetectorPlugins

* Callback for image detector plugins added

* Callback logic now manages to correctly identify client and server

* Enabling Docker Support (#5)

* Initial dockerfile version

* Bugfixes around unit-testing for move to REQ/REP pattern and addtl logging

* Further bugfixes w/ detection threshold, new default warning files

* docker-compose

* Various Docker updates of unknown origins ¯\_(ツ)_/¯

* Audio plugin working w/ docker

* Changelog update

* Version 0.5.1 - Pillow vulnerability fixed
  • Loading branch information
chollinger93 authored Mar 30, 2021
1 parent 0e2166c commit d2decf9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All changes to the project are documented here.
- pyPI release
- Motion detection code on client to cut down on network bandwidth

## [0.5.1] - 2021-03-30
* Pillow CVE-2021-25290, CVE-2021-25291, etc. fixes

## [0.5] - 2020-12-14
* Support for easier `Docker` deployment out-of-the-box
* Changed subscriber model to `REQ/REP`
Expand Down
6 changes: 3 additions & 3 deletions docs/codecov.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scarecrow_client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pillow==7.1.2
Pillow==8.1.1
lxml==4.6.2
matplotlib==3.1.2
opencv-python==4.1.2.30
Expand Down
2 changes: 1 addition & 1 deletion scarecrow_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow>="2.*"
Pillow==7.1.2
Pillow==8.1.1
lxml==4.4.2
matplotlib==3.1.2
opencv-python==4.1.2.30
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):
setuptools.setup(
cmdclass={'install': ShellInstall},
name="scarecrow-cam",
version="0.5.0",
version="0.5.1",
author="Christian Hollinger",
author_email="[email protected]",
description="A Raspberry Pi powered edge-computing camera setups that runs a Tensorflow object detection model to determine whether a person is on the camera and plays loud audio to scare them off.",
Expand Down

0 comments on commit d2decf9

Please sign in to comment.