Page MenuHomePhabricator

Add bugtraq parser for commit header
AbandonedPublic

Authored by sascha-egerer on Oct 25 2013, 7:47 PM.
Tags
None
Referenced Files
F13189122: D7403.diff
Sat, May 11, 5:44 AM
Unknown Object (File)
Tue, May 7, 8:41 AM
Unknown Object (File)
Fri, May 3, 9:11 AM
Unknown Object (File)
Wed, Apr 24, 11:55 PM
Unknown Object (File)
Sat, Apr 20, 6:05 PM
Unknown Object (File)
Tue, Apr 16, 5:50 AM
Unknown Object (File)
Tue, Apr 16, 4:54 AM
Unknown Object (File)
Apr 2 2024, 3:26 PM

Details

Summary

Currently only the commit message is parsed for the bugtraq stuff in diffusion.
If the header of the commit does match the bugtraq pattern it should also be linked to the bugtraq url.

Fixes T4027

Test Plan

Add something to a commit title that matches the bugtraq pattern and open the commit in diffusion.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

As a side effect, this will cause a commit named suchwow to render this in the header:

suchwow

Generally, I worry that will irreparably break some stuff. We should do T3278 before we pursue this. This also won't link things in other views, like the history view.