rengine
rengine copied to clipboard
Values are not transmitted: {PATH}, {TARGET}, etc...
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
Values are not passed instead of custom tools
The assumption that arose when trying to correct:
https://discord.com/channels/880363103689277461/880364122066272276/1165667120206590132
Expected Behavior
Passing the host value to TARGET
Steps To Reproduce
install rengine to ubuntu server 22.04 add any custom tool make log run scan via custom engine
Environment
- reNgine: 2.0.0
- OS: Ubuntu Server 22.04 LTS
- Python: 3.10
- Docker Engine: -
- Docker Compose: -
- Browser: Safari, Google Chrome etc...
Anything else?
No response
👋 Hi @HideNsec, Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
@psyray can you please check this.
Thanks
@yogeshojha When I have time, yes ;)
@HideNsec According to the code you must supply TARGET and OUTPUT, because without output how could the results shown in UI ? https://github.com/yogeshojha/rengine/blob/fd5a5e5faa1e289cbf421e8aaf6014452efaef1f/web/reNgine/tasks.py#L470-L478
Fixed in #1125