vEpiphyte
vEpiphyte
Python 3.8+ now produces a SyntaxWarning when identify checks are used with certain literals. This was documented in the 3.8 release notes here https://docs.python.org/3/whatsnew/3.8.html#porting-to-python-3-8 On import, the oletools package currently...
In multiple places in docs, the sign() functions are noted to take ``bytes`` objects as the digest. However, this does not work since in many places pyopenssl is doing .encode()...
### Describe the feature I'd like to be able to use a Range argument in the S3 download_file / download_fileobj methods to download a subset of a file; according to...
Closes #501 Removes reference to a dead link - OBE's #296
The PR to add aiohttp cookie support (#536) contained a change in how responses are handled when they are missing from a write protected cassette in ba9105348521b8d63e6798df8dcc9d91aad81cf3 . This bugfix...
When using the `filter_query_parameters` argument, the aiohttp stub still records the full url given by the response object for later reconstruction of the yarl response. This is an unexpected behavior...
This PR changes several logger.info() calls to logger.debug() calls. When parsing large numbers of relatively simple rules, these logging.info calls can produce nearly an equal volume of log statements as...
### Affected Operating Systems * Linux >> print(lmdb.__version__) 0.93 ``` ### py-lmdb Installation Method pip install lmdb installed into a virtualenv managed by pyenv ### Using bundled or distribution-provided LMDB...
All oletools unit tests pass with pyparsing 3.0.9 installed. This makes it easier to use oletools as a library.
I'm writing regarding the planned removal of negative serial number support from the cryptography package in v43.0.0. Would it be possible to allow the parsing of negative serial numbers as...