trailofbits/graphtage
Expects quoted attributes in HTML unnecessarily, preventing diffing
开放
#25 创建于 2020年8月31日
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.