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(sec): upgrade lxml to 4.9.1 #1211

Closed

Conversation

chncaption
Copy link

What happened?

There are 1 security vulnerabilities found in lxml 4.5.1

What did I do?

Upgrade lxml from 4.5.1 to 4.9.1 for vulnerability fix

What did you expect to happen?

Ideally, no insecure libs should be used.

The specification of the pull request

PR Specification from OSCS

@ValueRaider
Copy link
Collaborator

I had a look into automated solutions. Two exist - also Python modules - but neither can handle the >= in requirements.txt:

  • safety
  • pip-audit

safety developers claim to have a release imminent that will address. But until then, manual checks needed.

@ValueRaider
Copy link
Collaborator

Actually, yfinance doesn't use lxml anymore. Will remove it.

@ValueRaider
Copy link
Collaborator

Resolved by removing lxml - #1231

@ValueRaider
Copy link
Collaborator

So removing lxml was wrong. Now restored and minimum version raised. Thanks @chncaption for alerting this problem.

@ValueRaider ValueRaider closed this Jan 6, 2023
@ValueRaider ValueRaider mentioned this pull request May 10, 2023
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.

None yet

2 participants