Skip to content

Commit

Permalink
Merge pull request #222 from target/base-image-upgrade-2022-07-26
Browse files Browse the repository at this point in the history
Upgrading opencsv
  • Loading branch information
phutelmyer authored Jul 26, 2022
2 parents 20a85d0 + e4de7b2 commit a252952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/python/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ nested-lookup==0.2.22
numpy==1.22.1
olefile==0.46
oletools==0.56.1
opencv-python==3.4.18.65
opencv-contrib-python==3.4.18.65
opencv-python==4.6.0.66
opencv-contrib-python==4.6.0.66
PyMuPDF==1.19.6
pefile==2019.4.18
pgpdump3==1.5.2
Expand Down
1 change: 1 addition & 0 deletions src/python/strelka/scanners/scan_lsb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

from strelka import strelka


class ScanLsb(strelka.Scanner):
"""This scanner checks if there is any hidden strings at the end of each RGB value"""

Expand Down

0 comments on commit a252952

Please sign in to comment.