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

libctranslate2-81fc0d88.so.4.2.1 in python package has executable stack flag #1698

Open
raivisdejus opened this issue May 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@raivisdejus
Copy link

When installing ctranslate2 as part of a python app, it's dependency library ctranslate2.libs/libctranslate2-81fc0d88.so.4.2.1 has executable stack flag. This breaks the build process if we try to build the snap package of the app.

Steps to reproduce:

python -m venv venv
source ./venv/bin/activate
pip install ctranslate2
find ./ -executable -type f -exec execstack "{}" \; 2>&1 | grep "X "

Information on the snap issue https://forum.snapcraft.io/t/snap-and-executable-stacks/1812

From what I read this may be a potential security problem in apps that use ctranslate2

@minhthuc2502 minhthuc2502 added the enhancement New feature or request label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants