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 Markdown links #101

Merged
merged 2 commits into from
Dec 31, 2023
Merged

Fix Markdown links #101

merged 2 commits into from
Dec 31, 2023

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Dec 31, 2023

No description provided.

@hugovk
Copy link
Member Author

hugovk commented Dec 31, 2023

Not sure what's up with this safety check, we upgrade pip at the very start (it's already on latest 23.3.2) and then it complains about a vulnerability in an older version (23.2.1):

Run pip install --upgrade pip wheel
Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages (23.3.2)
...
-> Vulnerability found in pip version 23.2.1
   Vulnerability ID: 62044
   Affected spec: <23.3
   ADVISORY: Pip 23.3 includes a fix for CVE-2023-5752: When installing
   a package from a Mercurial VCS URL (ie "pip install hg+...") with pip...
   CVE-2023-5752
   For more information, please visit
   https://data.safetycli.com/v/62044/f17

Anyway, we're not pip installing anything from a Mercurial here so let's merge.

@hugovk hugovk merged commit 1b8c9f7 into main Dec 31, 2023
39 of 41 checks passed
@hugovk hugovk deleted the hugovk-patch-1 branch December 31, 2023 15:10
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.

3 participants