trailofbits/graphtage

Expects quoted attributes in HTML unnecessarily, preventing diffing

Aberta

#25 aberto em 31 de ago. de 2020

 (1 comentário) (0 reação) (1 responsável)Python (54 forks)auto 404
bugenhancementgood first issue

Métricas do repositório

Stars
 (2.474 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

When trying to diff an HTML file, Graphtage throws an error when encountering e.g.:

<meta name=foo

because it expects quoted attributes like so:

<meta name="foo"

However, the first variant without quotes is perfectly valid HTML and should not prevent Graphtage from diffing the file.

Guia do colaborador