-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Rework ICAR Fetcher #8876
Copy link
Copy link
Closed
Labels
component: fetchergood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Metadata
Metadata
Assignees
Labels
component: fetchergood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Our fetcher calls the URL
https://eprint.iacr.org/eprint-bin/cite.pl?entry=2022/674.This leads to a 404:
We need to rewrite the IacrEprintFetcher to rely on
https://eprint.iacr.org/ID(example: https://eprint.iacr.org/2022/674) only.PR implementing the fetcher: #3473
@derTimme Are you still active? Could you have a look?