binaryflesh

Results 7 issues of binaryflesh

Most functions currently do not return a type hint. By using this language feature it is easier for developers and intelligent code editors to analyze the code.

documentation

As a new user coming from the infosec side of things, 'Regtest' is usually thought as [dynamic brute force analysis](https://en.wikipedia.org/wiki/Fuzzing) not the actual definition of [regression testing](https://en.wikipedia.org/wiki/Regression_testing). While writing an...

area: docs
Content

orchstr8 uses a [deprecated API call](https://docs.aiohttp.org/en/stable/web_reference.html?highlight=%20AppRunner#aiohttp.web.Application.make_handler). The deprecation warning says: "Application.make_handler(...) is deprecated, use AppRunner API instead." orchstr8 should be refactored to either conform to aiohttp's newer features or use...

This will allow future PR's to pass CI checks (See #7).

Given there is several specific dependencies, I think pipenv is a sane choice to manage the runtime dependencies.

The contents of `pretender/globals.py` could be utilized in `pretender/__init__.py`. this would allow the global variables to be imported by just `import pretender` instead of ` from pretender import globals`.

With the python 2.7 EOL right around the corner, this feels like a good first issue.