Skip to content

Commit

Permalink
Usage of the text_console module
Browse files Browse the repository at this point in the history
  • Loading branch information
Ircama committed Nov 18, 2024
1 parent 96dce0b commit cf2d13c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 468 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,6 @@ cd epson_print_conf
pip install -r requirements.txt
```

Alternatively, install requirements via command line:

```
git clone https://github.com/Ircama/epson_print_conf
pip3 install pyyaml
pip3 install pyasn1==0.4.8
pip3 install git+https://github.com/etingof/pysnmp.git
pip3 install tkcalendar
pip3 install pyperclip
pip3 install black
pip3 install tomli
cd epson_print_conf
```

With Python 12, also: `pip3 install pyasyncore`.

Notes (at the time of writing):

- [before pysnmp, install pyasn1 with version 0.4.8 and not 0.5](https://github.com/etingof/pysnmp/issues/440#issuecomment-1544341598)
Expand Down
14 changes: 14 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ELM327-emulator Security Policy

*ELM327-emulator* is a testing software which is not expected to run in production environments. Considering that the dictionary allows executing user-defined commands,
it is important to revise any third-party customization to avoid that security flaws are introduced.

Security bugs will be taken seriously and,
if confirmed upon investigation, a new patch will be released within a reasonable amount of time, including a security bulletin and the credit to the discoverer.

Warning: when using the TCP/IP networking, the INET socket is bound to all interfaces.

## Reporting a Security Bug

The way to report a security bug is to open an [issue](https://github.com/Ircama/ELM327-emulator/issues) including related information
(e.g., reproduction steps, version).
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ tkcalendar
pyperclip
black
tomli
text-console
Loading

0 comments on commit cf2d13c

Please sign in to comment.