Open
Description
While working on issue #90, Cedric Buissart suggested to eliminate repeated URLs in the plain-text/HTML output of csdiff. When dealing with alerts reported by OWASP ZAP, the URLs can be too long, which makes csdiff's output difficult to read by people.
Ideally, we should implement it in a way that the plain-text or rendered HTML output is still readable by csdiff's coverity parser.
We should also be careful with changing the default output for tools like GCC because the plain-text output is often used by IDEs like vim's quickfix
. So either we should use the simplification for http(s)://
URLs only or make it configurable by an option.