Skip to content

Commit dd5cf39

Browse files
authored
Merge pull request #1430 from felicity-semmle/1.21/python-change-notes
LGTM 1.21: Finalize Python change notes
2 parents 54a0772 + 9b9f257 commit dd5cf39

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

change-notes/1.21/analysis-python.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,12 @@ The increased precision in tracking of values through `*` arguments may remove f
3131
Overall the number of true positive results should increase and the number false negative results should decline.
3232
We welcome feedback on the new implementation, particularly any surprising changes in results.
3333

34-
3534
## New queries
36-
| **Query** | **Tags** | **Purpose** |
37-
|-----------|----------|-------------|
38-
| 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. |
39-
| Use of 'return' or 'yield' outside a function (`py/return-or-yield-outside-function`) | reliability, correctness | Finds instances where `return`, `yield`, and `yield from` are used outside a function. Results are not shown on LGTM by default. |
40-
41-
## Changes to existing queries
4235

43-
| **Query** | **Expected impact** | **Change** |
44-
|-----------|---------------------|------------|
36+
| **Query** | **Tags** | **Purpose** |
37+
|-----------|----------|-------------|
38+
| 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](https://lgtm.com/rules/1508297729270/) by default. |
39+
| Use of 'return' or 'yield' outside a function (`py/return-or-yield-outside-function`) | reliability, correctness | Finds instances where `return`, `yield`, and `yield from` are used outside a function. Results are not shown on LGTM by default. |
4540

4641
## Changes to code extraction
4742

@@ -51,8 +46,3 @@ We welcome feedback on the new implementation, particularly any surprising chang
5146

5247
* A non-existent file or directory is specified using the `--path` option, or as a file name.
5348
* An invalid number is specified for the `--max-procs` option.
54-
55-
56-
## Changes to QL libraries
57-
58-
* *Series of bullet points*

0 commit comments

Comments
 (0)