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.

貢獻者指南