Page MenuHomePhabricator

Add bugtraq parser for commit header
AbandonedPublic

Authored by sascha-egerer on Oct 25 2013, 7:47 PM.
Tags
None
Referenced Files
F14043326: D7403.diff
Tue, Nov 12, 9:22 AM
F14025980: D7403.diff
Thu, Nov 7, 9:37 PM
F14005178: D7403.id16676.diff
Sun, Oct 27, 8:32 AM
F13979717: D7403.id16676.diff
Sat, Oct 19, 6:02 AM
F13979320: D7403.diff
Sat, Oct 19, 3:58 AM
Unknown Object (File)
Oct 2 2024, 10:09 AM
Unknown Object (File)
Sep 6 2024, 9:20 AM
Unknown Object (File)
Aug 1 2024, 9:09 AM

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.