-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
RuntimeWarning: Enable tracemalloc to get the object allocation traceback #1857
Comments
can you try with the updated Dockerfile and see what happens? |
psyray
added a commit
to Security-Tools-Alliance/rengine-ng
that referenced
this issue
Nov 7, 2024
- Updated several Go-based tool dependencies to their latest versions in the Celery Dockerfile. - Modified the command in tasks.py to remove github-code sources for theHarvester due to this bug. laramies/theHarvester#1857 - Adjusted the column layout in the form_engine.html template to improve UI responsiveness.
1 task
AnonymousWP
pushed a commit
to Security-Tools-Alliance/rengine-ng
that referenced
this issue
Nov 13, 2024
…224) * refactor: update configuration file paths and directory structure - Modified the directory structure and file paths for configuration files in the Docker setup and application code. - Updated the amass configuration file path to be more organized under a dedicated directory. - Adjusted symbolic links and file handling logic to align with the new directory structure. - Enhanced the update_config function to accommodate the new file naming conventions. * fix: update GAU configuration file path and usage - Updated the path and usage of the GAU configuration file across multiple files to ensure consistency and correct file referencing. - Modified the command map in tasks.py to include the GAU configuration file path. - Adjusted the Dockerfile to copy the GAU configuration file to the correct location and removed unnecessary symbolic link creation. - Updated file path references in views.py and scanEngine/views.py to align with the new GAU configuration file path. * refactor: standardize theHarvester configuration element IDs The changes standardize the casing of the ID and name attributes for the theHarvester configuration text area across JavaScript, HTML, and Python files. This involves updating the ID from theharvester_config_text_area to theHarvester_config_text_area to ensure consistency and improve code readability. * chore: update dependencies & fix theHarvester - Updated several Go-based tool dependencies to their latest versions in the Celery Dockerfile. - Modified the command in tasks.py to remove github-code sources for theHarvester due to this bug. laramies/theHarvester#1857 - Adjusted the column layout in the form_engine.html template to improve UI responsiveness. * fix(docker): correct s3scanner installation reference in Dockerfile Corrected the reference for the s3scanner installation in the Celery Dockerfile to fix a typo in the commit hash.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same issue here, version 4.6.0 Docker, removing github_code from options works again.
It is the github_code source causing the failure, removing that allows the tool to complete.
S
Originally posted by @Slad3G in #530 (comment)
The text was updated successfully, but these errors were encountered: