Files
fdroidserver/fdroidserver
Hans-Christoph Steiner 2d5770985f gitlab-ci: silence irrelevant bandit error
This SSH connection is only ever to the Vagrant VM on the same machine.

>> Issue: [B507:ssh_no_host_key_verification] Paramiko call with policy set to automatically trust the unknown host key.
   Severity: High   Confidence: Medium
   CWE: CWE-295 (https://cwe.mitre.org/data/definitions/295.html)
   More Info: https://bandit.readthedocs.io/en/1.7.6/plugins/b507_ssh_no_host_key_verification.html
   Location: ./fdroidserver/build.py:104:8
103	        sshs = paramiko.SSHClient()
104	        sshs.set_missing_host_key_policy(paramiko.AutoAddPolicy())
105	        sshs.connect(sshinfo['hostname'], username=sshinfo['user'],
2023-12-15 08:40:27 +01:00
..
2023-12-08 10:48:01 +01:00
2023-03-20 14:47:48 +01:00
2023-04-27 11:34:10 +02:00
2023-03-20 14:47:48 +01:00
2023-12-06 23:35:55 +08:00
2022-10-22 23:15:13 +02:00
2023-03-20 14:47:48 +01:00
2023-03-20 14:47:48 +01:00
2022-03-29 15:53:45 +02:00
2023-03-20 14:47:48 +01:00