Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report: MIME Base64 streams not found #120

Open
M-Gonzalo opened this issue Sep 13, 2020 · 0 comments
Open

Bug report: MIME Base64 streams not found #120

M-Gonzalo opened this issue Sep 13, 2020 · 0 comments
Assignees
Milestone

Comments

@M-Gonzalo
Copy link

M-Gonzalo commented Sep 13, 2020

Closely related to #43, there are lots of Base64 streams in html files, preceded by

"data:text/css;base64,
"data:image/png;base64,
"data:text/html; charset=UTF-8;base64,
...etc

that are not recognized by precomp's parser. paq8px does see them, though.

 195155  doc.html.paq8px193fix2
 256899  doc.html
 256919  doc.html.pcf // 0 streams found
1886137  doc.html.paq8px193fix2.pcf // 8 streams found

Base64.zip

Maybe a good way of avoiding false positives is to look for ;base64, strings.

@schnaader schnaader self-assigned this Sep 13, 2020
@schnaader schnaader added this to the Nice to have milestone Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants