You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even after disabling autolink I get call kind of crap "linkified" (like ld.so to <a href="http://ld.so" rel="nofollow noopener">ld.so</a> or /usr/lib/x86_64-linux-gnu/libc/memcpy-preload.so to /usr/lib/x86_64-linux-gnu/libc/<a href="http://memcpy-preload.so" rel="nofollow noopener">memcpy-preload.so</a>).
Imho the Sanitizer shouldn't make new links, i.e. start set_links with if new: return None.
Opinions?
The text was updated successfully, but these errors were encountered:
Even after disabling
autolink
I get call kind of crap "linkified" (likeld.so
to<a href="http://ld.so" rel="nofollow noopener">ld.so</a>
or/usr/lib/x86_64-linux-gnu/libc/memcpy-preload.so
to/usr/lib/x86_64-linux-gnu/libc/<a href="http://memcpy-preload.so" rel="nofollow noopener">memcpy-preload.so</a>
).Imho the
Sanitizer
shouldn't make new links, i.e. startset_links
withif new: return None
.Opinions?
The text was updated successfully, but these errors were encountered: