Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix current linkcheck failures #1214

Merged
merged 3 commits into from
Jan 30, 2024
Merged

Fix current linkcheck failures #1214

merged 3 commits into from
Jan 30, 2024

Conversation

adswa
Copy link
Contributor

@adswa adswa commented Jan 30, 2024

Both work in principle, but the link checker runs into an SSL error for the first, and fails to resolve the second link pointing to an eventual build artifact. This change ignores both types of URLs. SSL error should be retried after a bit of time.

This PR also resolves a vulnerability.

adswa added 3 commits January 30, 2024 12:02
Both work in principle, but the link checker runs into an SSL error for the first,
and fails to resolve the second link pointing to an eventual build artifact.
This change ignores both types of URLs. SSL error should be retried after a bit of
time.
It was introduced in response to #821,
but the underlying issue seems resolved (no import error during linkcheck).
An upgrade is necessary because of a vulnerability report in Jinja2, which was
patched in version 3.1.3.
Vulnerability report: https://github.com/datalad-handbook/book/security/dependabot/1
Error message reads:

Unpacking singularity-ce (4.1.0-focal) ...
dpkg: dependency problems prevent configuration of singularity-ce:
 singularity-ce depends on fuse2fs; however:
  Package fuse2fs is not installed.
dpkg: error processing package singularity-ce (--install):
@adswa adswa merged commit 0db27ca into main Jan 30, 2024
4 of 5 checks passed
@adswa adswa deleted the fixlinks branch January 30, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant