Giter Site home page Giter Site logo

Comments (7)

k9ert avatar k9ert commented on June 12, 2024 1

I guess i mixed up some stuff here. Thank you, very much appreciated.

from pyopenssl.

reaperhulk avatar reaperhulk commented on June 12, 2024

You'll notice that our version bound requires >=38,<40, which is to say that it allows and pip will automatically resolve the latest 39.0.x release. Exact pinning is something projects that depend on these libraries should do -- if we were to try to enforce pins we'd break all our downstream consumers due to how Python packaging works.

from pyopenssl.

k9ert avatar k9ert commented on June 12, 2024

I'm not familiar with tox.ini so that's fine as well?!
https://github.com/pyca/pyopenssl/blob/main/tox.ini#L22

You're probably right from a pure technical dependency resolve point of view. But you should upgrade it nevertheless if you want to be considered as a secure to use library.

from pyopenssl.

mhils avatar mhils commented on June 12, 2024

I'm not familiar with tox.ini so that's fine as well?!

Yes.

You're probably right from a pure technical dependency resolve point of view. But you should upgrade it nevertheless if you want to be considered as a secure to use library.

This is merely stating compatibility, pip defaults to the latest and greatest version by default.

from pyopenssl.

reaperhulk avatar reaperhulk commented on June 12, 2024

As a side note, the CVE linked isn't even reachable from pyOpenSSL (it does not call that code path).

from pyopenssl.

k9ert avatar k9ert commented on June 12, 2024

Thanks so far. Do you have a hint where this AttributeError is coming from?

ImportError while loading conftest '/tmp/cirrus-ci-build/tests/conftest.py'.
tests/conftest.py:16: in <module>
    from cryptoadvance.specter.managers.node_manager import NodeManager
src/cryptoadvance/specter/managers/node_manager.py:15: in <module>
    from ..util.bitcoind_setup_tasks import setup_bitcoind_thread
src/cryptoadvance/specter/util/bitcoind_setup_tasks.py:3: in <module>
    import pgpy
.env/lib/python3.10/site-packages/pgpy/__init__.py:4: in <module>
    from .pgp import PGPKey
.env/lib/python3.10/site-packages/pgpy/pgp.py:27: in <module>
    from .constants import CompressionAlgorithm
.env/lib/python3.10/site-packages/pgpy/constants.py:23: in <module>
    from ._curves import BrainpoolP256R1, BrainpoolP384R1, BrainpoolP512R1, X25519, Ed25519
.env/lib/python3.10/site-packages/pgpy/_curves.py:37: in <module>
    @utils.register_interface(ec.EllipticCurve)
E   AttributeError: module 'cryptography.utils' has no attribute 'register_interface'

More infos here: cryptoadvance/specter-desktop#2184

from pyopenssl.

alex avatar alex commented on June 12, 2024

from pyopenssl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.