Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: MozillaSecurity/lithium

Tags

v4.0.0

Toggle v4.0.0's commit message
Refactor checking for substring in output

v3.0.0

Toggle v3.0.0's commit message
Update linters

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow newer versions of FFPuppet (#97)

Other projects depend on Lithium and FFPuppet and this
will help avoid dependency issues.

v2.0.0

Toggle v2.0.0's commit message
Use digest instead of hexdigest when caching reduction attempts.

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Search string must be encoded to bytes (#93)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modernize the interestingness tests (#92)

* Modernize the interestingness tests

* Re-add module docstrings

* Remove license from __init__.py

* Raise parser error if command wasn't specified

* Change to relative import

* Re-add interesting text to log messages

* Explicitly check list length

* Add each test argument as a new list element

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jschwartzentruber Jesse Schwartzentruber
* Drop Python 3.7

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #85 from MozillaSecurity/fix-type

Fix log_prefix type to be optional

0.6.1

Toggle 0.6.1's commit message
Fix plural atom

0.6.0

Toggle 0.6.0's commit message
Release 0.6.0:

* Add type annotations (thanks gkw!)
* Fix bugs found while adding type annotations