trailofbits/graphtage
Expects quoted attributes in HTML unnecessarily, preventing diffing
オープン
#25 opened on 2020/08/31
bugenhancementgood first issue
Repository metrics
- Stars
- (2,474 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.