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.