Parth_Ji
Parth_Ji
When I was freshly installing the OWTF , after running the `python3 setup.py develop` I encountered the Attribution error ,I reinstalled OWTF and run the above command again but the...
Here ,to ensure that ISO numbers are treated as strings when fetched from the database and returned in API responses ,I have made changes to db.py and web_main.py keeping the...
This PR is a solution to the issue #586 [https://github.com/OWASP/OpenCRE/issues/586] - Here login is added via Auth0 , currently the credentials /keys are of my account which must be replaced...
### DESCRIPTION Although the websites and docs have served there purpose over the years , but now I believe it could greatly benefit from an upgrade to align with modern...
## Description This pull request addresses **issue #1292** by improving the `check_sudo` function and ensuring POSIX compliance in the install.sh script. The changes enhance the script's robustness and cross-platform compatibility....
## **Description** This PR restores the missing `package.json` file in the `owtf/webapp` directory. The absence of this file was causing multiple issues, including: - Docker build failures (`make compose-safe`). -...
### **Description:** The `package.json` file is missing in the `owtf/webapp` directory, which is causing multiple errors during the build and installation process. This file is essential for defining the dependencies...
Here is the changes - 1. **Developed a Secure Python/Flask REST API**: Architected and built one new endpoints and use another prebuilt endpoint to handle the complete data workflow: -...
Problem - The specific issue at hand is to modify the behavior of the `/smartlink` route so that if a smartlink is connected to only one CRE, it directly redirects...