github / github/codeql

LGTM.com - false positive: 0 != None

Aberta
#2,465 0 comentários 0 reações 0 responsáveis Ver no GitHub
false-positive Python
Linguagem predominante
CodeQL
Estrelas
10.1k
Forks
2.1k
Merge médio
2d 15h
PRs com merge (30d)
141

Descrição

**Platform: Python**

**Description of the false positive**

Apparently
```python
if n == 0:
print("a")
elif not n:
print("b")
else:
print("c")
```

Shows the elif as dead code. However if n is `None` it will get triggered.

**URL to the alert on the project page on LGTM.com**: https://lgtm.com/projects/g/secdev/scapy/snapshot/4d06eb2812a98a1001478bf06e033fbbb2afbef7/files/scapy/volatile.py?sort=name&dir=ASC&mode=heatmap#xf144c20a181fcce0:1

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.