Page MenuHomePhabricator

Add bugtraq parser for commit header
AbandonedPublic

Authored by sascha-egerer on Oct 25 2013, 7:47 PM.
Tags
None
Referenced Files
F18106796: D7403.diff
Sun, Aug 10, 11:23 PM
Unknown Object (File)
May 9 2025, 3:11 PM
Unknown Object (File)
May 9 2025, 9:59 AM
Unknown Object (File)
Apr 29 2025, 5:36 AM
Unknown Object (File)
Apr 29 2025, 5:14 AM
Unknown Object (File)
Apr 28 2025, 10:32 AM
Unknown Object (File)
Apr 5 2025, 8:31 AM
Unknown Object (File)
Apr 4 2025, 5:39 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.