trailofbits/graphtage

Expects quoted attributes in HTML unnecessarily, preventing diffing

Offen

#25 geöffnet am 31.08.2020

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Python (54 Forks)auto 404
bugenhancementgood first issue

Repository-Metriken

Stars
 (2.474 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide