File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
code/hsec-tools/src/Security/Advisories/Convert Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ haskellLinks =
93
93
DbLinks
94
94
{ dbLinksRepository = " https://github.com/haskell/security-advisories"
95
95
, dbLinksOSVs = " https://raw.githubusercontent.com/haskell/security-advisories/refs/heads/generated/osv-export"
96
- , dbLinksHome = " https://haskell. github.io /security-advisories"
96
+ , dbLinksHome = " https://github.com/haskell /security-advisories"
97
97
}
98
98
99
99
data AffectedLinks = AffectedLinks
@@ -115,7 +115,7 @@ mkAffectedWithLinks links hsecId aff =
115
115
Just
116
116
AffectedLinks
117
117
{ affectedLinksOSV = stripSlash (dbLinksOSVs links) <> " /" <> T. pack (show $ hsecIdYear hsecId) <> " /" <> T. pack (printHsecId hsecId) <> " .json"
118
- , affectedLinksHumanLink = stripSlash (dbLinksHome links) <> " /advisory/ " <> T. pack (printHsecId hsecId) <> " .html "
118
+ , affectedLinksHumanLink = stripSlash (dbLinksHome links) <> " /tree/main/advisories/published/ " <> T. pack (show $ hsecIdYear hsecId) <> " / " <> T. pack ( show $ hsecIdSerial hsecId) <> " .md "
119
119
}
120
120
, ..
121
121
}
You can’t perform that action at this time.
0 commit comments