Remove extraneous period.

This commit is contained in:
Taus
2019-03-20 11:48:02 +01:00
committed by GitHub
parent c7c6c83627
commit 20e2f9ee4e

View File

@@ -9,7 +9,7 @@
## New queries
| **Query** | **Tags** | **Purpose** |
|-----------|----------|-------------|
| Accepting unknown SSH host keys when using Paramiko. (`py/paramiko-missing-host-key-validation`) | security, external/cwe/cwe-295 | Finds instances where Paramiko is configured to accept unknown host keys. Results are shown on LGTM by default. |
| Accepting unknown SSH host keys when using Paramiko (`py/paramiko-missing-host-key-validation`) | security, external/cwe/cwe-295 | Finds instances where Paramiko is configured to accept unknown host keys. Results are shown on LGTM by default. |
## Changes to existing queries