srenfo

Results 11 issues of srenfo

CHANGELOG.rst does not include release dates, nor does the changelog rendered on Read the Docs. This is a minor issue. I find release dates helpful when reviewing changelogs, especially when...

For simplifications beyond #534 the template directories could be flattened a bit. Currently: ``` conpot/templates ├── default │ ├── bacnet │ │ └── bacnet.xml │ ├── enip │ │ └──...

The current help text of the `default` template is outdated and wrong: ``` -------------------------------------------------- Available templates: -------------------------------------------------- [...] --template default Unit: Siemens - S7-200 Desc: Rough simulation of a basic...

The SNMP protocol should not use a hardcoded server to fetch MIBs. In fact, downloads at runtime should probably be avoided altogether. The offending lines are: https://github.com/mushorg/conpot/blob/ff09e009d10d953aa7dcff2c06b7c890e6ffd4b7/conpot/protocols/snmp/command_responder.py#L62-L64 This has caused...

Conpot is currently all over the place with regards to its Python version: 1. [Travis and tox](https://github.com/mushorg/conpot/commit/b2836c848f6998eaf41597931116559f96350456) were recently bumped to Python 3.7. 1. [setup.py](https://github.com/mushorg/conpot/blob/master/setup.py#L8) specifies Python 3.6 in two...

There is no explicit documentation on how to run the test suite. As for requirements, at the very least `ipmitool` needs to be installed on Debian/derivatives, in addition to the...

There appears to be something wrong with the coverage setup for PRs. Decreased coverage is reported for unrelated files. Affected PRs are at minimum #488, #489 and #490. For example,...

## Description Rule MD0029 is triggered inside code blocks that are part of unordered lists. ### Environment **MDL Version** 0.9.0 ### Expected Behavior The rule should not be triggered. ###...

bug

## Description Rules MD029, MD031, MD032 and MD040 appear to have slightly different definitions of what constitutes a code block. This issue may supersede #299. ### Environment Debian buster **MDL...

bug

The [XDG specs](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) define a more appropriate location for compiled MIBs than the current default of `~/.pysnmp/mibs/`: > $XDG_CACHE_HOME defines the base directory relative to which user specific non-essential data...