ClamOnAcc: Fix infinite loop when OnAccessIncludePath doesn't exist (1.0.8)#1426
Merged
val-ms merged 2 commits intoCisco-Talos:dev/1.0.8from Jan 13, 2025
Merged
Conversation
Contributor
Author
Contributor
|
Thank you! Any ETA for a 1.0.8 release? |
Contributor
Author
|
January 22. |
rsundriyal
previously approved these changes
Jan 10, 2025
Upgrade macOS OpenSSL dependency to use 3 instead of 1.1.
Python's pip from Homebrew now refuses to isntall globally:
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try brew install
xyz, where xyz is the package you are trying to
install.
If you wish to install a Python library that isn't in Homebrew,
use a virtual environment:
python3 -m venv path/to/venv
source path/to/venv/bin/activate
python3 -m pip install xyz
If you wish to install a Python application that isn't in Homebrew,
it may be easiest to use 'pipx install xyz', which will manage a
virtual environment for you. You can install pipx with
brew install pipx
You may restore the old behavior of pip by passing
the '--break-system-packages' flag to pip, or by adding
'break-system-packages = true' to your pip.conf file. The latter
will permanently disable this error.
If you disable this error, we STRONGLY recommend that you additionally
pass the '--user' flag to pip, or set 'user = true' in your pip.conf
file. Failure to do this can result in a broken Homebrew installation.
Read more about this behavior here: <https://peps.python.org/pep-0668/>
Using Pipx instead. Making the same change for Ubuntu just in case.
Contributor
Author
|
Added a cherry-pick of fa10d0c to fix the failed mac CI build. |
rsundriyal
approved these changes
Jan 13, 2025
|
Is there any information available like why I cant install 1.0.7 or 1.0.8 in el7 machines |
|
Any workaround for current vulnerabilities available for el7 1.0.6 clam av version as I am not able to update to 1.0.7 or 1.0.8 in el7 machines. |
Contributor
|
el7 is end of life. You need to update your machines to a supported version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #1047 for 1.0.8