Python: Expand modeling of paramiko

This commit is contained in:
Rasmus Wriedt Larsen
2023-04-18 11:57:20 +02:00
parent a5a0861be0
commit a168af349e
2 changed files with 8 additions and 1 deletions

View File

@@ -2,3 +2,4 @@
| paramiko_host_key.py:7:1:7:49 | ControlFlowNode for Attribute() | Setting missing host key policy to WarningPolicy may be unsafe. |
| paramiko_host_key.py:11:1:11:51 | ControlFlowNode for Attribute() | Setting missing host key policy to AutoAddPolicy may be unsafe. |
| paramiko_host_key.py:13:1:13:51 | ControlFlowNode for Attribute() | Setting missing host key policy to WarningPolicy may be unsafe. |
| paramiko_host_key.py:20:1:20:58 | ControlFlowNode for Attribute() | Setting missing host key policy to AutoAddPolicy may be unsafe. |