Kyle Maxwell

Results 75 issues of Kyle Maxwell

Should have a proper test suite to detect regression errors, support TDD, and help with refactoring.

enhancement
in progress

We need proper documentation for users.

enhancement

``` /home/kmaxwell/src/maltrieve/venv/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning....

bug

https://github.com/REMnux/docker/tree/master/maltrieve

See the [current API](http://viper-framework.readthedocs.org/en/latest/usage/web.html#api). Minimally, we should pay more attention to return codes and tag the original URL in some way. This should happen _after_ the refactor in #137.

enhancement

The various upload functions are similar enough that we should merge them together. The right way to do this is probably implement some sort of base class, then have each...

enhancement
ready

Ensure we have a Procfile and whatever else is needed to run Maltrieve on a Heroku dyno.

enhancement

Use "URI - URL" as the Indicator type.

enhancement

``` (venv)kmaxwell@newton:~/src/maltrieve(master)$ caniusepython3 -r requirements.txt Finding and checking dependencies ... [WARNING] Stale overrides: set([u'python-neutronclient']) You need 2 projects to transition to Python 3. Of those 2 projects, 1 has no...

enhancement

A user recently mentioned an interesting use case to me, where they use Maltrieve to monitor for appearance of specific new hashes. They throw everything else away. We could support...

enhancement