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

Security updates #54

Merged
merged 4 commits into from Jan 8, 2019
Merged

Security updates #54

merged 4 commits into from Jan 8, 2019

Conversation

alanjds
Copy link
Contributor

@alanjds alanjds commented Jan 8, 2019

Upgrade packages to fix security issues:

  • Arbitrary code execution possibilities on not sanitized YAML parsing.
  • HTTP request headers making easier to guess internal keys.

Vulnerable versions: < 4.2b1
Patched version: 4.2b1
In PyYAML before 4.1, the yaml.load() API could execute arbitrary code.
In other words, yaml.safe_load is not used.
Vulnerable versions: <= 2.19.1
Patched version: 2.20.0
The Requests package through 2.19.1 before 2018-09-14 for Python sends
an HTTP Authorization header to an http URI upon receiving a
same-hostname https-to-http redirect, which makes it easier for remote
attackers to discover credentials by sniffing the network.
Copy link

@iondrimba iondrimba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boa! 🚀

@alanjds alanjds merged commit 56f5850 into master Jan 8, 2019
@alanjds alanjds deleted the security-updates branch January 8, 2019 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

5 participants