Skip to content

Commit

Permalink
Merge pull request #51 from cisagov/improvement/update-known-hashes
Browse files Browse the repository at this point in the history
Update hashes for newer versions of bash
  • Loading branch information
dav3r committed Jul 19, 2023
2 parents eeb975c + c6c3af7 commit f3070c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ioc_scan/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "1.5.2"
__version__ = "1.5.3"
8 changes: 4 additions & 4 deletions src/ioc_scan/ioc_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
few things that should hit:
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin18)
0313fd399b143fc40cd52a1679018305
GNU bash, version 5.0.3(1)-release (x86_64-pc-linux-gnu)
4600132e6a7ae0d451566943a9e79736
GNU bash, version 5.1.16(1)-release (x86_64-redhat-linux-gnu)
7baf6024981d924086fe2daf3c7f1b99
GNU bash, version 5.1.4(1)-release (x86_64-pc-linux-gnu)
c283d8a2688baef860c41c49b79a82db
GNU bash, version 5.2.15(1)-release (x86_64-redhat-linux-gnu)
7756ec11ca333b16f3ec6a1b083f3784
zsh 5.7.1 (x86_64-apple-darwin19.0)
2d189e9756804162bbcf8ee8374a2e40
EICAR test file
Expand Down

0 comments on commit f3070c4

Please sign in to comment.