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

Pywin32 upgrade #2972

Closed
wants to merge 3 commits into from
Closed

Conversation

igor-sadchenko
Copy link

Fix issue #2902

@aiordache @ulyssessouza, please, accept this PR to fix this annoying bug

@igor-sadchenko
Copy link
Author

@StefanScherer could you help with this?

Signed-off-by: Igor Sadchenko <igor.sadchenko@gmail.com>
Signed-off-by: Igor Sadchenko <igor.sadchenko@gmail.com>
@igor-sadchenko
Copy link
Author

igor-sadchenko commented Mar 30, 2022

@justincormack @thaJeztah maybe you know the answer who can help with that?
An annoying problem that is more than 6 months old, the fix of which is to update one dependency. Are you seriously?

Signed-off-by: Igor Sadchenko <igor.sadchenko@gmail.com>
milas added a commit to milas/docker-py that referenced this pull request Jul 25, 2022
Upgrade to latest pywin32, which has support for Python 3.10 and
resolves a CVE (related to ACL APIs, outside the scope of what
`docker-py` relies on, which is npipe support, but still gets
flagged by scanners).

The version constraint has also been relaxed in `setup.py` to allow
newer versions of pywin32. This is similar to how we handle the
other packages there, and should be safe from a compatibility
perspective.

Fixes docker#2902.
Closes docker#2972 and closes docker#2980.
milas added a commit to milas/docker-py that referenced this pull request Jul 25, 2022
Upgrade to latest pywin32, which has support for Python 3.10 and
resolves a CVE (related to ACL APIs, outside the scope of what
`docker-py` relies on, which is npipe support, but still gets
flagged by scanners).

The version constraint has also been relaxed in `setup.py` to allow
newer versions of pywin32. This is similar to how we handle the
other packages there, and should be safe from a compatibility
perspective.

Fixes docker#2902.
Closes docker#2972 and closes docker#2980.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
@milas milas closed this in #3004 Jul 26, 2022
milas added a commit that referenced this pull request Jul 26, 2022
Upgrade to latest pywin32, which has support for Python 3.10 and
resolves a CVE (related to ACL APIs, outside the scope of what
`docker-py` relies on, which is npipe support, but still gets
flagged by scanners).

The version constraint has also been relaxed in `setup.py` to allow
newer versions of pywin32. This is similar to how we handle the
other packages there, and should be safe from a compatibility
perspective.

Fixes #2902.
Closes #2972 and closes #2980.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
@milas
Copy link
Member

milas commented Jul 26, 2022

Hi! Thanks so much for your PR and apologies for the delay in review. A fix for this has been merged and we're planning to issue a new release containing it soon. For context, changes similar to yours were done in #3004 to address some CI changes in the repo, which blocked merging of your PR as-is, and given the delay on this, we wanted to be respectful of our contributor's time and not require you to rebase + re-review.

@igor-sadchenko igor-sadchenko deleted the pywin32-upgrade branch August 12, 2022 07:01
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