PengZheng commented on a change in pull request #408:
URL: https://github.com/apache/celix/pull/408#discussion_r841219725



##########
File path: conanfile.py
##########
@@ -193,6 +193,7 @@ def requirements(self):
         self.options['zlib'].shared = True
         self.requires("libuuid/1.0.3")
         self.options['libuuid'].shared = True
+        self.requires("openssl/[>=1.1.1n <2.0.0]")

Review comment:
       We can fixed openssl version to 1.1.1n due to the endless loop 
vulnerability in OpenSSL.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to