lndg/gui
kpshukla fb31095fa1 Security: fix SSH MITM, file permissions, pin dependencies
- Fix Paramiko SSH MITM vulnerability: replace AutoAddPolicy with
  load_system_host_keys() + RejectPolicy to reject unknown hosts
- Restrict lndg-admin.txt password file permissions to 0o600 (owner
  read/write only) using touch(mode=) and os.chmod
- Pin all dependencies in requirements.txt with minimum version bounds
  to prevent installation of vulnerable versions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 14:36:20 -07:00
..
lnd_deps inbound fees (#391) 2024-06-22 22:41:29 -04:00
migrations Automate Inbound AF Updates (#413) 2025-03-22 11:23:07 -04:00
static Add OS theme modes mirroring feature & transitioning animation (#375) 2024-02-09 21:25:40 -05:00
templates New Peer Offline Report Page (Month To Date only) (#423) 2025-09-08 08:59:06 -04:00
__init__.py Initial push 2021-03-13 18:06:59 -05:00
admin.py Initial push 2021-03-13 18:06:59 -05:00
apps.py Initial push 2021-03-13 18:06:59 -05:00
forms.py inbound fees toggle + inbound base fee 2025-04-12 13:00:00 -04:00
models.py Automate Inbound AF Updates (#413) 2025-03-22 11:23:07 -04:00
serializers.py fix chanpolicy 0 inbound fee values 2026-03-16 15:43:12 -04:00
urls.py New Peer Offline Report Page (Month To Date only) (#423) 2025-09-08 08:59:06 -04:00
views.py Security: fix SSH MITM, file permissions, pin dependencies 2026-03-19 14:36:20 -07:00