trailofbits/graphtage

Expects quoted attributes in HTML unnecessarily, preventing diffing

开放

#25 创建于 2020年8月31日

 (1 条评论) (0 个反应) (1 位负责人)Python (54 个派生)auto 404
bugenhancementgood first issue

仓库指标

星标
 (2,474 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南