-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(engine_dast): new dast scanning engine. #140
base: trunk
Are you sure you want to change the base?
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
tools/devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py
Fixed
Show fixed
Hide fixed
tools/devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py
Fixed
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py
Fixed
Show fixed
Hide fixed
tools/devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py
Fixed
Show fixed
Hide fixed
tools/devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py
Fixed
Show fixed
Hide fixed
tools/devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py
Fixed
Show fixed
Hide fixed
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Review the comments
- update example_remote_config_local engine_core with ENGINE_DAST config
- remove .gitkeeps
- Review the security issues sonarcloud
- update version tools/devsecops_engine_tools/version.py
- Please, finish the PR the checks
tools/devsecops_engine_tools/engine_dast/src/domain/model/config_tool.py
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/domain/model/config_tool.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/domain/model/config_tool.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/domain/model/config_tool.py
Outdated
Show resolved
Hide resolved
.../devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_tool.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py
Show resolved
Hide resolved
...devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/oauth/generic_oauth.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/infrastructure/helpers/url_validator.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/applications/runner_dast_scan.py
Outdated
Show resolved
Hide resolved
.../devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_tool.py
Outdated
Show resolved
Hide resolved
.../devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_tool.py
Outdated
Show resolved
Hide resolved
.../devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_tool.py
Show resolved
Hide resolved
.../devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_tool.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_utilities/github/models/GithubPredefinedVariables.py
Outdated
Show resolved
Hide resolved
...ne_tools/engine_sca/engine_dependencies/src/domain/usecases/handle_remote_config_patterns.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_sast/engine_secret/test/domain/usecases/test_secret_scan.py
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_core/src/applications/runner_engine_core.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/domain/model/gateways/__init__.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/domain/usecases/dast_scan.py
Outdated
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/domain/usecases/dast_scan.py
Outdated
Show resolved
Hide resolved
...ecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/http/client/auth_client.py
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_object.py
Show resolved
Hide resolved
tools/devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py
Show resolved
Hide resolved
...evsecops_engine_tools/engine_dast/test/infrastructure/driven_adapters/jwt/test_jwt_object.py
Outdated
Show resolved
Hide resolved
...secops_engine_tools/engine_dast/test/infrastructure/helpers/test_dast_file_generator_tool.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validate comments
Quality Gate passedIssues Measures |
fix(engine_core): fix create exclusion particular cases
* fix(deps): update dependencies * fix(deprecated): Update deprecated method usages --------- Co-authored-by: juancgalvis <[email protected]>
…ne-tools into feature/gitleaks
feat(engine_core): 🚀 handle finding exclusion - white_list
…ne-tools into feature/gitleaks
feat(engine_secret): new gitleaks driven adapter
fix(engine_secret): download custom rules if enabled
…ia/devsecops-engine-tools into feature/engine_dast_nu
Quality Gate failedFailed conditions |
Quality Gate passedIssues Measures |
Description
Checklist: