Chris Lott

Results 33 issues of Chris Lott

Using CakePHP v2.10.22 and PHP Resque Version 4.1.2. I use this command to start the scheduler: ``` cake CakeResque.CakeResque startscheduler --interval 5 ``` But it fails to start the expected...

Thanks for posting this! I found some very minor typos and propose the following change. I know it should be a PR but it's a long story, please bear with...

Can inotify_simple watch a file? The documentation only mentions monitoring a directory, but the linux kernel call allows monitoring of directories *OR* files: https://man7.org/linux/man-pages/man7/inotify.7.html Maybe this is just a request...

Extend the PyMISP events() function to accept and send limit & page path parameters to match the behavior of the MISP web UI, which accepts URLs like this and adjusts...

The PyMISP API should document somewhere that an attribute must have a type and a value, but if no category is supplied, a default value is set based on the...

T: enhancement
T: support
documentation

Inspired by #658 this requests a new feature: the PyMISP client MISPObject class `__init__()` method should query the MISP server for the object template definition (e.g., "my-internal-bad-event") instead of requiring...

S: diagnosed
T: feature request

Request a PyMISP method that accepts a list of attributes to be deleted. In version 2.4.133 api.py exposes method `delete_attribute(id)` which works fine. If run on the MISP server host...

S: needs change in MISP
T: feature request

Extend the add_object() method for the duplicate-detection feature supported by the server. MISP was extended to allow detection of duplicate object-attribute collections - see https://github.com/MISP/MISP/issues/2826 - but today there appears...

T: enhancement

The pymisp doc for the tags() method says simply "Get the list of existing tags". I expected this method to be implemented as roughly "select * from misp.tags;" at the...

T: enhancement
S: diagnosed

Please add a -v or --version option so it's easy to see the installed version of misp-modules. Thanks in advance for considering this. ``` $ bin/misp-modules --help --version usage: misp-modules...