diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.flake8 b/.flake8 old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/importer_request.md b/.github/ISSUE_TEMPLATE/importer_request.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/security_issue.md b/.github/ISSUE_TEMPLATE/security_issue.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/support_request.md b/.github/ISSUE_TEMPLATE/support_request.md old mode 100644 new mode 100755 diff --git a/.github/dependabot.yml b/.github/dependabot.yml old mode 100644 new mode 100755 diff --git a/.github/labeler.yml b/.github/labeler.yml old mode 100644 new mode 100755 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md old mode 100644 new mode 100755 diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml old mode 100644 new mode 100755 diff --git a/.github/renovate.json b/.github/renovate.json old mode 100644 new mode 100755 diff --git a/.github/stale.yml b/.github/stale.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/build-docker-images-for-testing.yml b/.github/workflows/build-docker-images-for-testing.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/cancel-outdated-workflow-runs.yml b/.github/workflows/cancel-outdated-workflow-runs.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/detect-merge-conflicts.yaml b/.github/workflows/detect-merge-conflicts.yaml old mode 100644 new mode 100755 diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/k8s-tests.yml b/.github/workflows/k8s-tests.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/plantuml.yml b/.github/workflows/plantuml.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/refresh_helm_lock_file.yaml b/.github/workflows/refresh_helm_lock_file.yaml old mode 100644 new mode 100755 diff --git a/.github/workflows/release-1-create-pr.yml b/.github/workflows/release-1-create-pr.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/release-2-tag-docker-push.yml b/.github/workflows/release-2-tag-docker-push.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/release-3-master-into-dev.yml b/.github/workflows/release-3-master-into-dev.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/release-x-manual-docker-containers.yml b/.github/workflows/release-x-manual-docker-containers.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/release-x-manual-helm-chart.yml b/.github/workflows/release-x-manual-helm-chart.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/release_drafter_valentijn.yml b/.github/workflows/release_drafter_valentijn.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/rest-framework-tests.yml b/.github/workflows/rest-framework-tests.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/submodule-update.yml b/.github/workflows/submodule-update.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/test-helm-chart.yml b/.github/workflows/test-helm-chart.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 7edfe76d588..e17f212fa39 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,9 @@ helm/defectdojo/charts docs/public docs/node_modules docs/resources + +#Sonar +sonar-project.properties +sonar-scanner-cli-4.6.2.2472-linux.zip +-Dsonar.projectKey=defectDojo +./scannerwork \ No newline at end of file diff --git a/.gitmodules b/.gitmodules old mode 100644 new mode 100755 diff --git a/.scannerwork/report-task.txt b/.scannerwork/report-task.txt old mode 100644 new mode 100755 diff --git a/Dockerfile.django-alpine b/Dockerfile.django-alpine old mode 100644 new mode 100755 diff --git a/Dockerfile.django-debian b/Dockerfile.django-debian old mode 100644 new mode 100755 diff --git a/Dockerfile.integration-tests-debian b/Dockerfile.integration-tests-debian old mode 100644 new mode 100755 diff --git a/Dockerfile.nginx-alpine b/Dockerfile.nginx-alpine old mode 100644 new mode 100755 diff --git a/Dockerfile.nginx-debian b/Dockerfile.nginx-debian old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/NOTICE b/NOTICE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/SECURITY.md b/SECURITY.md old mode 100644 new mode 100755 diff --git a/_config.yml b/_config.yml old mode 100644 new mode 100755 diff --git a/adas b/adas old mode 100644 new mode 100755 diff --git a/app.json b/app.json old mode 100644 new mode 100755 diff --git a/components/package.json b/components/package.json old mode 100644 new mode 100755 diff --git a/components/yarn.lock b/components/yarn.lock old mode 100644 new mode 100755 diff --git a/ct.yaml b/ct.yaml old mode 100644 new mode 100755 diff --git a/dc-build.sh b/dc-build.sh old mode 100644 new mode 100755 diff --git a/dc-down.sh b/dc-down.sh old mode 100644 new mode 100755 diff --git a/dc-stop.sh b/dc-stop.sh old mode 100644 new mode 100755 diff --git a/dc-unittest.sh b/dc-unittest.sh old mode 100644 new mode 100755 diff --git a/dc-up-d.sh b/dc-up-d.sh old mode 100644 new mode 100755 diff --git a/dc-up.sh b/dc-up.sh old mode 100644 new mode 100755 diff --git a/docker-compose.override.debug.yml b/docker-compose.override.debug.yml old mode 100644 new mode 100755 diff --git a/docker-compose.override.dev.yml b/docker-compose.override.dev.yml old mode 100644 new mode 100755 diff --git a/docker-compose.override.https.yml b/docker-compose.override.https.yml old mode 100644 new mode 100755 diff --git a/docker-compose.override.integration_tests.yml b/docker-compose.override.integration_tests.yml old mode 100644 new mode 100755 diff --git a/docker-compose.override.unit_tests.yml b/docker-compose.override.unit_tests.yml old mode 100644 new mode 100755 diff --git a/docker-compose.override.unit_tests_cicd.yml b/docker-compose.override.unit_tests_cicd.yml old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 diff --git a/docker/certs/readme.txt b/docker/certs/readme.txt old mode 100644 new mode 100755 diff --git a/docker/docker-compose-check.sh b/docker/docker-compose-check.sh old mode 100644 new mode 100755 diff --git a/docker/dojo-data.bash b/docker/dojo-data.bash old mode 100644 new mode 100755 diff --git a/docker/entrypoint-celery-beat.sh b/docker/entrypoint-celery-beat.sh old mode 100644 new mode 100755 diff --git a/docker/entrypoint-celery-worker.sh b/docker/entrypoint-celery-worker.sh old mode 100644 new mode 100755 diff --git a/docker/entrypoint-initializer.sh b/docker/entrypoint-initializer.sh old mode 100644 new mode 100755 diff --git a/docker/entrypoint-integration-tests.sh b/docker/entrypoint-integration-tests.sh old mode 100644 new mode 100755 diff --git a/docker/entrypoint-nginx.sh b/docker/entrypoint-nginx.sh old mode 100644 new mode 100755 diff --git a/docker/entrypoint-unit-tests-devDocker.sh b/docker/entrypoint-unit-tests-devDocker.sh old mode 100644 new mode 100755 diff --git a/docker/entrypoint-unit-tests.sh b/docker/entrypoint-unit-tests.sh old mode 100644 new mode 100755 diff --git a/docker/entrypoint-uwsgi-dev.sh b/docker/entrypoint-uwsgi-dev.sh old mode 100644 new mode 100755 diff --git a/docker/entrypoint-uwsgi.sh b/docker/entrypoint-uwsgi.sh old mode 100644 new mode 100755 diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh old mode 100644 new mode 100755 diff --git a/docker/environments/mysql-rabbitmq.env b/docker/environments/mysql-rabbitmq.env old mode 100644 new mode 100755 diff --git a/docker/environments/mysql-redis.env b/docker/environments/mysql-redis.env old mode 100644 new mode 100755 diff --git a/docker/environments/postgres-rabbitmq.env b/docker/environments/postgres-rabbitmq.env old mode 100644 new mode 100755 diff --git a/docker/environments/postgres-redis.env b/docker/environments/postgres-redis.env old mode 100644 new mode 100755 diff --git a/docker/extra_fixtures/readme.txt b/docker/extra_fixtures/readme.txt old mode 100644 new mode 100755 diff --git a/docker/extra_settings/README.md b/docker/extra_settings/README.md old mode 100644 new mode 100755 diff --git a/docker/sample_data/initial_dojo_data.json b/docker/sample_data/initial_dojo_data.json old mode 100644 new mode 100755 diff --git a/docker/setEnv.sh b/docker/setEnv.sh old mode 100644 new mode 100755 diff --git a/docker/setup-superuser.expect b/docker/setup-superuser.expect old mode 100644 new mode 100755 diff --git a/docker/unit-tests.sh b/docker/unit-tests.sh old mode 100644 new mode 100755 diff --git a/docker/wait-for-it.sh b/docker/wait-for-it.sh old mode 100644 new mode 100755 diff --git a/docs/assets/icons/logo.svg b/docs/assets/icons/logo.svg old mode 100644 new mode 100755 diff --git a/docs/assets/scss/_variables_project.scss b/docs/assets/scss/_variables_project.scss old mode 100644 new mode 100755 diff --git a/docs/config.dev.toml b/docs/config.dev.toml old mode 100644 new mode 100755 diff --git a/docs/config.master.toml b/docs/config.master.toml old mode 100644 new mode 100755 diff --git a/docs/content/en/_index.md b/docs/content/en/_index.md old mode 100644 new mode 100755 diff --git a/docs/content/en/contributing/_index.md b/docs/content/en/contributing/_index.md old mode 100644 new mode 100755 diff --git a/docs/content/en/contributing/branching-model.md b/docs/content/en/contributing/branching-model.md old mode 100644 new mode 100755 diff --git a/docs/content/en/contributing/documentation.md b/docs/content/en/contributing/documentation.md old mode 100644 new mode 100755 diff --git a/docs/content/en/contributing/how-to-write-a-parser.md b/docs/content/en/contributing/how-to-write-a-parser.md old mode 100644 new mode 100755 diff --git a/docs/content/en/getting_started/_index.md b/docs/content/en/getting_started/_index.md old mode 100644 new mode 100755 diff --git a/docs/content/en/getting_started/architecture.md b/docs/content/en/getting_started/architecture.md old mode 100644 new mode 100755 diff --git a/docs/content/en/getting_started/configuration.md b/docs/content/en/getting_started/configuration.md old mode 100644 new mode 100755 diff --git a/docs/content/en/getting_started/demo.md b/docs/content/en/getting_started/demo.md old mode 100644 new mode 100755 diff --git a/docs/content/en/getting_started/installation.md b/docs/content/en/getting_started/installation.md old mode 100644 new mode 100755 diff --git a/docs/content/en/getting_started/running-in-production.md b/docs/content/en/getting_started/running-in-production.md old mode 100644 new mode 100755 diff --git a/docs/content/en/getting_started/upgrading.md b/docs/content/en/getting_started/upgrading.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/_index.md b/docs/content/en/integrations/_index.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/api-v2-docs.md b/docs/content/en/integrations/api-v2-docs.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/burp-plugin.md b/docs/content/en/integrations/burp-plugin.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/exporting.md b/docs/content/en/integrations/exporting.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/google-sheets-sync.md b/docs/content/en/integrations/google-sheets-sync.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/importing.md b/docs/content/en/integrations/importing.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/jira.md b/docs/content/en/integrations/jira.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/languages.md b/docs/content/en/integrations/languages.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/ldap-authentication.md b/docs/content/en/integrations/ldap-authentication.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/notifications.md b/docs/content/en/integrations/notifications.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/_index.md b/docs/content/en/integrations/parsers/_index.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/api/_index.md b/docs/content/en/integrations/parsers/api/_index.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/api/blackduck.md b/docs/content/en/integrations/parsers/api/blackduck.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/api/bugcrowd.md b/docs/content/en/integrations/parsers/api/bugcrowd.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/api/cobalt.md b/docs/content/en/integrations/parsers/api/cobalt.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/api/edgescan.md b/docs/content/en/integrations/parsers/api/edgescan.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/api/sonarqube.md b/docs/content/en/integrations/parsers/api/sonarqube.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/api/vulners.md b/docs/content/en/integrations/parsers/api/vulners.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/_index.md b/docs/content/en/integrations/parsers/file/_index.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/acunetix.md b/docs/content/en/integrations/parsers/file/acunetix.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/acunetix360.md b/docs/content/en/integrations/parsers/file/acunetix360.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/anchore_engine.md b/docs/content/en/integrations/parsers/file/anchore_engine.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/anchore_enterprise.md b/docs/content/en/integrations/parsers/file/anchore_enterprise.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/anchore_grype.md b/docs/content/en/integrations/parsers/file/anchore_grype.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/anchorectl_policies.md b/docs/content/en/integrations/parsers/file/anchorectl_policies.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/anchorectl_vulns.md b/docs/content/en/integrations/parsers/file/anchorectl_vulns.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/appspider.md b/docs/content/en/integrations/parsers/file/appspider.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/aqua.md b/docs/content/en/integrations/parsers/file/aqua.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/arachni.md b/docs/content/en/integrations/parsers/file/arachni.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/asff.md b/docs/content/en/integrations/parsers/file/asff.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/auditjs.md b/docs/content/en/integrations/parsers/file/auditjs.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/aws_prowler.md b/docs/content/en/integrations/parsers/file/aws_prowler.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/aws_scout2.md b/docs/content/en/integrations/parsers/file/aws_scout2.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/awssecurityhub.md b/docs/content/en/integrations/parsers/file/awssecurityhub.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/azure_security_center_recommendations.md b/docs/content/en/integrations/parsers/file/azure_security_center_recommendations.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/bandit.md b/docs/content/en/integrations/parsers/file/bandit.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/blackduck.md b/docs/content/en/integrations/parsers/file/blackduck.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/blackduck_component_risk.md b/docs/content/en/integrations/parsers/file/blackduck_component_risk.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/brakeman.md b/docs/content/en/integrations/parsers/file/brakeman.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/bugcrowd.md b/docs/content/en/integrations/parsers/file/bugcrowd.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/bundler_audit.md b/docs/content/en/integrations/parsers/file/bundler_audit.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/burp.md b/docs/content/en/integrations/parsers/file/burp.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/burp_api.md b/docs/content/en/integrations/parsers/file/burp_api.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/burp_enterprise.md b/docs/content/en/integrations/parsers/file/burp_enterprise.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/burp_graphql.md b/docs/content/en/integrations/parsers/file/burp_graphql.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/cargo_audit.md b/docs/content/en/integrations/parsers/file/cargo_audit.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/checkmarx.md b/docs/content/en/integrations/parsers/file/checkmarx.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/checkov.md b/docs/content/en/integrations/parsers/file/checkov.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/clair.md b/docs/content/en/integrations/parsers/file/clair.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/clair_klar.md b/docs/content/en/integrations/parsers/file/clair_klar.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/cloudsploit.md b/docs/content/en/integrations/parsers/file/cloudsploit.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/cobalt.md b/docs/content/en/integrations/parsers/file/cobalt.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/codechecker.md b/docs/content/en/integrations/parsers/file/codechecker.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/codeql.md b/docs/content/en/integrations/parsers/file/codeql.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/contrast.md b/docs/content/en/integrations/parsers/file/contrast.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/coverity_api.md b/docs/content/en/integrations/parsers/file/coverity_api.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/crashtest_security.md b/docs/content/en/integrations/parsers/file/crashtest_security.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/cred_scan.md b/docs/content/en/integrations/parsers/file/cred_scan.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/cyclonedx.md b/docs/content/en/integrations/parsers/file/cyclonedx.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/dawnscanner.md b/docs/content/en/integrations/parsers/file/dawnscanner.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/dependency_check.md b/docs/content/en/integrations/parsers/file/dependency_check.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/dependency_track.md b/docs/content/en/integrations/parsers/file/dependency_track.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/detect_secrets.md b/docs/content/en/integrations/parsers/file/detect_secrets.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/dockerbench.md b/docs/content/en/integrations/parsers/file/dockerbench.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/dockle.md b/docs/content/en/integrations/parsers/file/dockle.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/drheader.md b/docs/content/en/integrations/parsers/file/drheader.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/dsop.md b/docs/content/en/integrations/parsers/file/dsop.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/edgescan.md b/docs/content/en/integrations/parsers/file/edgescan.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/eslint.md b/docs/content/en/integrations/parsers/file/eslint.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/fortify.md b/docs/content/en/integrations/parsers/file/fortify.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/generic.md b/docs/content/en/integrations/parsers/file/generic.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/ggshield.md b/docs/content/en/integrations/parsers/file/ggshield.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/github_vulnerability.md b/docs/content/en/integrations/parsers/file/github_vulnerability.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/gitlab_api_fuzzing.md b/docs/content/en/integrations/parsers/file/gitlab_api_fuzzing.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/gitlab_container_scan.md b/docs/content/en/integrations/parsers/file/gitlab_container_scan.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/gitlab_dast.md b/docs/content/en/integrations/parsers/file/gitlab_dast.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/gitlab_dep_scan.md b/docs/content/en/integrations/parsers/file/gitlab_dep_scan.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/gitlab_sast.md b/docs/content/en/integrations/parsers/file/gitlab_sast.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/gitlab_secret_detection_report.md b/docs/content/en/integrations/parsers/file/gitlab_secret_detection_report.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/gitleaks.md b/docs/content/en/integrations/parsers/file/gitleaks.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/gosec.md b/docs/content/en/integrations/parsers/file/gosec.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/h1.md b/docs/content/en/integrations/parsers/file/h1.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/hadolint.md b/docs/content/en/integrations/parsers/file/hadolint.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/harbor_vulnerability.md b/docs/content/en/integrations/parsers/file/harbor_vulnerability.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/horusec.md b/docs/content/en/integrations/parsers/file/horusec.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/huskyci.md b/docs/content/en/integrations/parsers/file/huskyci.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/hydra.md b/docs/content/en/integrations/parsers/file/hydra.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/ibm_app.md b/docs/content/en/integrations/parsers/file/ibm_app.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/immuniweb.md b/docs/content/en/integrations/parsers/file/immuniweb.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/intsights.md b/docs/content/en/integrations/parsers/file/intsights.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/jfrog_xray_api_summary_artifact.md b/docs/content/en/integrations/parsers/file/jfrog_xray_api_summary_artifact.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/jfrog_xray_unified.md b/docs/content/en/integrations/parsers/file/jfrog_xray_unified.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/jfrogxray.md b/docs/content/en/integrations/parsers/file/jfrogxray.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/kics.md b/docs/content/en/integrations/parsers/file/kics.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/kiuwan.md b/docs/content/en/integrations/parsers/file/kiuwan.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/kubebench.md b/docs/content/en/integrations/parsers/file/kubebench.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/meterian.md b/docs/content/en/integrations/parsers/file/meterian.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/microfocus_webinspect.md b/docs/content/en/integrations/parsers/file/microfocus_webinspect.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/mobsf.md b/docs/content/en/integrations/parsers/file/mobsf.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/mobsfscan.md b/docs/content/en/integrations/parsers/file/mobsfscan.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/mozilla_observatory.md b/docs/content/en/integrations/parsers/file/mozilla_observatory.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/nessus.md b/docs/content/en/integrations/parsers/file/nessus.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/nessus_was.md b/docs/content/en/integrations/parsers/file/nessus_was.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/netsparker.md b/docs/content/en/integrations/parsers/file/netsparker.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/neuvector.md b/docs/content/en/integrations/parsers/file/neuvector.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/neuvector_compliance.md b/docs/content/en/integrations/parsers/file/neuvector_compliance.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/nexpose.md b/docs/content/en/integrations/parsers/file/nexpose.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/nikto.md b/docs/content/en/integrations/parsers/file/nikto.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/nmap.md b/docs/content/en/integrations/parsers/file/nmap.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/npm_audit.md b/docs/content/en/integrations/parsers/file/npm_audit.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/nsp.md b/docs/content/en/integrations/parsers/file/nsp.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/nuclei.md b/docs/content/en/integrations/parsers/file/nuclei.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/openscap.md b/docs/content/en/integrations/parsers/file/openscap.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/openvas_csv.md b/docs/content/en/integrations/parsers/file/openvas_csv.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/ort.md b/docs/content/en/integrations/parsers/file/ort.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/ossindex_devaudit.md b/docs/content/en/integrations/parsers/file/ossindex_devaudit.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/outpost24.md b/docs/content/en/integrations/parsers/file/outpost24.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/php_security_audit_v2.md b/docs/content/en/integrations/parsers/file/php_security_audit_v2.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/php_symfony_security_check.md b/docs/content/en/integrations/parsers/file/php_symfony_security_check.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/pip_audit.md b/docs/content/en/integrations/parsers/file/pip_audit.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/pmd.md b/docs/content/en/integrations/parsers/file/pmd.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/pwn_sast.md b/docs/content/en/integrations/parsers/file/pwn_sast.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/qualys.md b/docs/content/en/integrations/parsers/file/qualys.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/qualys_infrascan_webgui.md b/docs/content/en/integrations/parsers/file/qualys_infrascan_webgui.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/qualys_webapp.md b/docs/content/en/integrations/parsers/file/qualys_webapp.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/retirejs.md b/docs/content/en/integrations/parsers/file/retirejs.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/risk_recon.md b/docs/content/en/integrations/parsers/file/risk_recon.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/rubocop.md b/docs/content/en/integrations/parsers/file/rubocop.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/rusty_hog.md b/docs/content/en/integrations/parsers/file/rusty_hog.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/sarif.md b/docs/content/en/integrations/parsers/file/sarif.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/scantist.md b/docs/content/en/integrations/parsers/file/scantist.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/scout_suite.md b/docs/content/en/integrations/parsers/file/scout_suite.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/semgrep.md b/docs/content/en/integrations/parsers/file/semgrep.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/skf.md b/docs/content/en/integrations/parsers/file/skf.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/snyk.md b/docs/content/en/integrations/parsers/file/snyk.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/solar_appscreener.md b/docs/content/en/integrations/parsers/file/solar_appscreener.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/sonarqube.md b/docs/content/en/integrations/parsers/file/sonarqube.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/sonatype.md b/docs/content/en/integrations/parsers/file/sonatype.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/spotbugs.md b/docs/content/en/integrations/parsers/file/spotbugs.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/ssl_labs.md b/docs/content/en/integrations/parsers/file/ssl_labs.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/sslscan.md b/docs/content/en/integrations/parsers/file/sslscan.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/sslyze.md b/docs/content/en/integrations/parsers/file/sslyze.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/stackhawk.md b/docs/content/en/integrations/parsers/file/stackhawk.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/terrascan.md b/docs/content/en/integrations/parsers/file/terrascan.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/testssl.md b/docs/content/en/integrations/parsers/file/testssl.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/tfsec.md b/docs/content/en/integrations/parsers/file/tfsec.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/trivy.md b/docs/content/en/integrations/parsers/file/trivy.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/trivy_operator.md b/docs/content/en/integrations/parsers/file/trivy_operator.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/trufflehog.md b/docs/content/en/integrations/parsers/file/trufflehog.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/trufflehog3.md b/docs/content/en/integrations/parsers/file/trufflehog3.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/trustwave.md b/docs/content/en/integrations/parsers/file/trustwave.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/trustwave_fusion_api.md b/docs/content/en/integrations/parsers/file/trustwave_fusion_api.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/twistlock.md b/docs/content/en/integrations/parsers/file/twistlock.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/vcg.md b/docs/content/en/integrations/parsers/file/vcg.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/veracode.md b/docs/content/en/integrations/parsers/file/veracode.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/veracode_sca.md b/docs/content/en/integrations/parsers/file/veracode_sca.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/wapiti.md b/docs/content/en/integrations/parsers/file/wapiti.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/wfuzz.md b/docs/content/en/integrations/parsers/file/wfuzz.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/whispers.md b/docs/content/en/integrations/parsers/file/whispers.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/whitehat_sentinel.md b/docs/content/en/integrations/parsers/file/whitehat_sentinel.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/whitesource.md b/docs/content/en/integrations/parsers/file/whitesource.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/wpscan.md b/docs/content/en/integrations/parsers/file/wpscan.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/xanitizer.md b/docs/content/en/integrations/parsers/file/xanitizer.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/yarn_audit.md b/docs/content/en/integrations/parsers/file/yarn_audit.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/parsers/file/zap.md b/docs/content/en/integrations/parsers/file/zap.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/rate_limiting.md b/docs/content/en/integrations/rate_limiting.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/social-authentication.md b/docs/content/en/integrations/social-authentication.md old mode 100644 new mode 100755 diff --git a/docs/content/en/integrations/source-code-repositories.md b/docs/content/en/integrations/source-code-repositories.md old mode 100644 new mode 100755 diff --git a/docs/content/en/usage/_index.md b/docs/content/en/usage/_index.md old mode 100644 new mode 100755 diff --git a/docs/content/en/usage/features.md b/docs/content/en/usage/features.md old mode 100644 new mode 100755 diff --git a/docs/content/en/usage/models.md b/docs/content/en/usage/models.md old mode 100644 new mode 100755 diff --git a/docs/content/en/usage/performance.md b/docs/content/en/usage/performance.md old mode 100644 new mode 100755 diff --git a/docs/content/en/usage/permissions.md b/docs/content/en/usage/permissions.md old mode 100644 new mode 100755 diff --git a/docs/content/en/usage/questionnaires.md b/docs/content/en/usage/questionnaires.md old mode 100644 new mode 100755 diff --git a/docs/content/en/usage/workflows.md b/docs/content/en/usage/workflows.md old mode 100644 new mode 100755 diff --git a/docs/layouts/404.html b/docs/layouts/404.html old mode 100644 new mode 100755 diff --git a/docs/package-lock.json b/docs/package-lock.json old mode 100644 new mode 100755 diff --git a/docs/package.json b/docs/package.json old mode 100644 new mode 100755 diff --git a/docs/static/favicons/android-chrome-192x192.png b/docs/static/favicons/android-chrome-192x192.png old mode 100644 new mode 100755 diff --git a/docs/static/favicons/android-chrome-512x512.png b/docs/static/favicons/android-chrome-512x512.png old mode 100644 new mode 100755 diff --git a/docs/static/favicons/apple-touch-icon.png b/docs/static/favicons/apple-touch-icon.png old mode 100644 new mode 100755 diff --git a/docs/static/favicons/favicon-16x16.png b/docs/static/favicons/favicon-16x16.png old mode 100644 new mode 100755 diff --git a/docs/static/favicons/favicon-32x32.png b/docs/static/favicons/favicon-32x32.png old mode 100644 new mode 100755 diff --git a/docs/static/favicons/favicon.ico b/docs/static/favicons/favicon.ico old mode 100644 new mode 100755 diff --git a/docs/static/images/10Security-logo.png b/docs/static/images/10Security-logo.png old mode 100644 new mode 100755 diff --git a/docs/static/images/DD-Architecture.drawio b/docs/static/images/DD-Architecture.drawio old mode 100644 new mode 100755 diff --git a/docs/static/images/DD-Architecture.svg b/docs/static/images/DD-Architecture.svg old mode 100644 new mode 100755 diff --git a/docs/static/images/DD-Hierarchy.drawio b/docs/static/images/DD-Hierarchy.drawio old mode 100644 new mode 100755 diff --git a/docs/static/images/DD-Hierarchy.svg b/docs/static/images/DD-Hierarchy.svg old mode 100644 new mode 100755 diff --git a/docs/static/images/Linkedin-logo-icon-png.png b/docs/static/images/Linkedin-logo-icon-png.png old mode 100644 new mode 100755 diff --git a/docs/static/images/Twitter_Logo.png b/docs/static/images/Twitter_Logo.png old mode 100644 new mode 100755 diff --git a/docs/static/images/WHP.png b/docs/static/images/WHP.png old mode 100644 new mode 100755 diff --git a/docs/static/images/XING_logo.png b/docs/static/images/XING_logo.png old mode 100644 new mode 100755 diff --git a/docs/static/images/YouTube-Emblem.png b/docs/static/images/YouTube-Emblem.png old mode 100644 new mode 100755 diff --git a/docs/static/images/admin-creds.png b/docs/static/images/admin-creds.png old mode 100644 new mode 100755 diff --git a/docs/static/images/api_1.png b/docs/static/images/api_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/api_2.png b/docs/static/images/api_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/api_3.png b/docs/static/images/api_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/api_v2_1.png b/docs/static/images/api_v2_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/api_v2_2.png b/docs/static/images/api_v2_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/api_v2_3.png b/docs/static/images/api_v2_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/arrival.png b/docs/static/images/arrival.png old mode 100644 new mode 100755 diff --git a/docs/static/images/branching_model.png b/docs/static/images/branching_model.png old mode 100644 new mode 100755 diff --git a/docs/static/images/branching_model.puml b/docs/static/images/branching_model.puml old mode 100644 new mode 100755 diff --git a/docs/static/images/branching_model_v2.png b/docs/static/images/branching_model_v2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/bug-2x.png b/docs/static/images/bug-2x.png old mode 100644 new mode 100755 diff --git a/docs/static/images/burp_plugin_usage.gif b/docs/static/images/burp_plugin_usage.gif old mode 100644 new mode 100755 diff --git a/docs/static/images/cloudbees-logo.png b/docs/static/images/cloudbees-logo.png old mode 100644 new mode 100755 diff --git a/docs/static/images/configuration_permissions.png b/docs/static/images/configuration_permissions.png old mode 100644 new mode 100755 diff --git a/docs/static/images/dashboard.png b/docs/static/images/dashboard.png old mode 100644 new mode 100755 diff --git a/docs/static/images/deduplication.png b/docs/static/images/deduplication.png old mode 100644 new mode 100755 diff --git a/docs/static/images/dojo_tshirt_front.png b/docs/static/images/dojo_tshirt_front.png old mode 100644 new mode 100755 diff --git a/docs/static/images/end_1.png b/docs/static/images/end_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/end_2.png b/docs/static/images/end_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/end_3.png b/docs/static/images/end_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/eng_1.png b/docs/static/images/eng_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/eng_2.png b/docs/static/images/eng_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/engagement_risk_acceptance.png b/docs/static/images/engagement_risk_acceptance.png old mode 100644 new mode 100755 diff --git a/docs/static/images/export_1.png b/docs/static/images/export_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/export_2.png b/docs/static/images/export_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/favicon.ico b/docs/static/images/favicon.ico old mode 100644 new mode 100755 diff --git a/docs/static/images/find_1.png b/docs/static/images/find_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/find_2.png b/docs/static/images/find_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/find_3.png b/docs/static/images/find_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/find_4.png b/docs/static/images/find_4.png old mode 100644 new mode 100755 diff --git a/docs/static/images/find_5.png b/docs/static/images/find_5.png old mode 100644 new mode 100755 diff --git a/docs/static/images/find_6.png b/docs/static/images/find_6.png old mode 100644 new mode 100755 diff --git a/docs/static/images/finding_accepted.png b/docs/static/images/finding_accepted.png old mode 100644 new mode 100755 diff --git a/docs/static/images/gc_logo_2018.png b/docs/static/images/gc_logo_2018.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_1.png b/docs/static/images/getting_started_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_10.png b/docs/static/images/getting_started_10.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_11.png b/docs/static/images/getting_started_11.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_12.png b/docs/static/images/getting_started_12.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_13.png b/docs/static/images/getting_started_13.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_14.png b/docs/static/images/getting_started_14.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_15.png b/docs/static/images/getting_started_15.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_16.png b/docs/static/images/getting_started_16.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_17.png b/docs/static/images/getting_started_17.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_18.png b/docs/static/images/getting_started_18.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_19.png b/docs/static/images/getting_started_19.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_2.png b/docs/static/images/getting_started_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_20.png b/docs/static/images/getting_started_20.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_21.png b/docs/static/images/getting_started_21.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_22.png b/docs/static/images/getting_started_22.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_3.png b/docs/static/images/getting_started_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_4.png b/docs/static/images/getting_started_4.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_5.png b/docs/static/images/getting_started_5.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_6.png b/docs/static/images/getting_started_6.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_7.png b/docs/static/images/getting_started_7.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_8.png b/docs/static/images/getting_started_8.png old mode 100644 new mode 100755 diff --git a/docs/static/images/getting_started_9.png b/docs/static/images/getting_started_9.png old mode 100644 new mode 100755 diff --git a/docs/static/images/google_1.png b/docs/static/images/google_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/google_2.png b/docs/static/images/google_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/google_3.png b/docs/static/images/google_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/google_4.png b/docs/static/images/google_4.png old mode 100644 new mode 100755 diff --git a/docs/static/images/google_5.png b/docs/static/images/google_5.png old mode 100644 new mode 100755 diff --git a/docs/static/images/google_sheets_sync_1.png b/docs/static/images/google_sheets_sync_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/google_sheets_sync_2.png b/docs/static/images/google_sheets_sync_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/google_sheets_sync_3.png b/docs/static/images/google_sheets_sync_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/google_sheets_sync_4.png b/docs/static/images/google_sheets_sync_4.png old mode 100644 new mode 100755 diff --git a/docs/static/images/graph-2x.png b/docs/static/images/graph-2x.png old mode 100644 new mode 100755 diff --git a/docs/static/images/imp_1.png b/docs/static/images/imp_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/imp_2.png b/docs/static/images/imp_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/import_history1.png b/docs/static/images/import_history1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/import_history_details1.png b/docs/static/images/import_history_details1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/isaac.png b/docs/static/images/isaac.png old mode 100644 new mode 100755 diff --git a/docs/static/images/jira_issue_templates.png b/docs/static/images/jira_issue_templates.png old mode 100644 new mode 100755 diff --git a/docs/static/images/key-2x.png b/docs/static/images/key-2x.png old mode 100644 new mode 100755 diff --git a/docs/static/images/languages_api.png b/docs/static/images/languages_api.png old mode 100644 new mode 100755 diff --git a/docs/static/images/languages_ui.png b/docs/static/images/languages_ui.png old mode 100644 new mode 100755 diff --git a/docs/static/images/logo.png b/docs/static/images/logo.png old mode 100644 new mode 100755 diff --git a/docs/static/images/maibornwolff-logo.png b/docs/static/images/maibornwolff-logo.png old mode 100644 new mode 100755 diff --git a/docs/static/images/met_1.png b/docs/static/images/met_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/met_2.png b/docs/static/images/met_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/met_3.png b/docs/static/images/met_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/met_4.png b/docs/static/images/met_4.png old mode 100644 new mode 100755 diff --git a/docs/static/images/met_5.png b/docs/static/images/met_5.png old mode 100644 new mode 100755 diff --git a/docs/static/images/notifications_1.png b/docs/static/images/notifications_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/okta_1.png b/docs/static/images/okta_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/okta_2.png b/docs/static/images/okta_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/okta_3.png b/docs/static/images/okta_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/okta_4.png b/docs/static/images/okta_4.png old mode 100644 new mode 100755 diff --git a/docs/static/images/okta_5.png b/docs/static/images/okta_5.png old mode 100644 new mode 100755 diff --git a/docs/static/images/okta_6.png b/docs/static/images/okta_6.png old mode 100644 new mode 100755 diff --git a/docs/static/images/okta_7.png b/docs/static/images/okta_7.png old mode 100644 new mode 100755 diff --git a/docs/static/images/owasp_asvs.png b/docs/static/images/owasp_asvs.png old mode 100644 new mode 100755 diff --git a/docs/static/images/owasp_asvs_level.png b/docs/static/images/owasp_asvs_level.png old mode 100644 new mode 100755 diff --git a/docs/static/images/owasp_asvs_menu.png b/docs/static/images/owasp_asvs_menu.png old mode 100644 new mode 100755 diff --git a/docs/static/images/owasp_asvs_score.png b/docs/static/images/owasp_asvs_score.png old mode 100644 new mode 100755 diff --git a/docs/static/images/prod-owner-creds.png b/docs/static/images/prod-owner-creds.png old mode 100644 new mode 100755 diff --git a/docs/static/images/product_1.png b/docs/static/images/product_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/product_2.png b/docs/static/images/product_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/product_3.png b/docs/static/images/product_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-add-from-engagement.png b/docs/static/images/questionnaires-add-from-engagement.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-added.png b/docs/static/images/questionnaires-added.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-assign-user.png b/docs/static/images/questionnaires-assign-user.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-create-engagement.png b/docs/static/images/questionnaires-create-engagement.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-create-new.png b/docs/static/images/questionnaires-create-new.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-main-view.png b/docs/static/images/questionnaires-main-view.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-multiple-choice.png b/docs/static/images/questionnaires-multiple-choice.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-new-engagement.png b/docs/static/images/questionnaires-new-engagement.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-open-ended.png b/docs/static/images/questionnaires-open-ended.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-publicize.png b/docs/static/images/questionnaires-publicize.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-question-search.png b/docs/static/images/questionnaires-question-search.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-questions.png b/docs/static/images/questionnaires-questions.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-respond.png b/docs/static/images/questionnaires-respond.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-search.png b/docs/static/images/questionnaires-search.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-select-questions.png b/docs/static/images/questionnaires-select-questions.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-select-survey.png b/docs/static/images/questionnaires-select-survey.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-share.png b/docs/static/images/questionnaires-share.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-sidebar.png b/docs/static/images/questionnaires-sidebar.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-system-settings.png b/docs/static/images/questionnaires-system-settings.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-unassigned.png b/docs/static/images/questionnaires-unassigned.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-view-questionnaire.png b/docs/static/images/questionnaires-view-questionnaire.png old mode 100644 new mode 100755 diff --git a/docs/static/images/questionnaires-view-responses.png b/docs/static/images/questionnaires-view-responses.png old mode 100644 new mode 100755 diff --git a/docs/static/images/report_1.png b/docs/static/images/report_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/report_2.png b/docs/static/images/report_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/reupload_menu1.png b/docs/static/images/reupload_menu1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/risk_exception.png b/docs/static/images/risk_exception.png old mode 100644 new mode 100755 diff --git a/docs/static/images/screenshot1.png b/docs/static/images/screenshot1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/sda-se-logo.png b/docs/static/images/sda-se-logo.png old mode 100644 new mode 100755 diff --git a/docs/static/images/select_engagement.png b/docs/static/images/select_engagement.png old mode 100644 new mode 100755 diff --git a/docs/static/images/signal-iduna.png b/docs/static/images/signal-iduna.png old mode 100644 new mode 100755 diff --git a/docs/static/images/similar_finding_1.png b/docs/static/images/similar_finding_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/similar_finding_2.png b/docs/static/images/similar_finding_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/sla_global_settings.png b/docs/static/images/sla_global_settings.png old mode 100644 new mode 100755 diff --git a/docs/static/images/sla_notification_product_checkboxes.png b/docs/static/images/sla_notification_product_checkboxes.png old mode 100644 new mode 100755 diff --git a/docs/static/images/slack-logo-icon.png b/docs/static/images/slack-logo-icon.png old mode 100644 new mode 100755 diff --git a/docs/static/images/slack_add_product.png b/docs/static/images/slack_add_product.png old mode 100644 new mode 100755 diff --git a/docs/static/images/slack_import_scan.png b/docs/static/images/slack_import_scan.png old mode 100644 new mode 100755 diff --git a/docs/static/images/slack_rgb.png b/docs/static/images/slack_rgb.png old mode 100644 new mode 100755 diff --git a/docs/static/images/slack_scopes.png b/docs/static/images/slack_scopes.png old mode 100644 new mode 100755 diff --git a/docs/static/images/slack_tokens.png b/docs/static/images/slack_tokens.png old mode 100644 new mode 100755 diff --git a/docs/static/images/source-code-repositories_1.png b/docs/static/images/source-code-repositories_1.png old mode 100644 new mode 100755 diff --git a/docs/static/images/source-code-repositories_2.png b/docs/static/images/source-code-repositories_2.png old mode 100644 new mode 100755 diff --git a/docs/static/images/source-code-repositories_3.png b/docs/static/images/source-code-repositories_3.png old mode 100644 new mode 100755 diff --git a/docs/static/images/timo-pagel-logo.png b/docs/static/images/timo-pagel-logo.png old mode 100644 new mode 100755 diff --git a/docs/static/images/wso2-logo-for-screen.png b/docs/static/images/wso2-logo-for-screen.png old mode 100644 new mode 100755 diff --git a/dojo/reports/views.py b/dojo/reports/views.py index 7c6c5186074..66a7dc75ece 100755 --- a/dojo/reports/views.py +++ b/dojo/reports/views.py @@ -80,7 +80,6 @@ def custom_report(request): form = CustomReportJsonForm(request.POST) host = report_url_resolver(request) if form.is_valid(): - selected_widgets = report_widget_factory(json_data=request.POST['json'], request=request, user=request.user, finding_notes=False, finding_images=False, host=host) report_format = 'AsciiDoc' @@ -117,7 +116,6 @@ def custom_report(request): else: return HttpResponseForbidden() else: - print ("Entra") return HttpResponseForbidden() @@ -1008,4 +1006,4 @@ def excel_export(request): content_type='application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' ) response['Content-Disposition'] = 'attachment; filename=findings.xlsx' - return response + return response \ No newline at end of file diff --git a/dojo/settings/settings.dist.py b/dojo/settings/settings.dist.py index aa8bf4de6a2..fa3dc341abd 100755 --- a/dojo/settings/settings.dist.py +++ b/dojo/settings/settings.dist.py @@ -131,8 +131,7 @@ DD_SOCIAL_AUTH_GITLAB_KEY=(str, ''), DD_SOCIAL_AUTH_GITLAB_SECRET=(str, ''), DD_SOCIAL_AUTH_GITLAB_API_URL=(str, 'https://gitlab.com'), - DD_SOCIAL_AUTH_GITLAB_SCOPE=( - list, ['api', 'read_user', 'openid', 'profile', 'email']), + DD_SOCIAL_AUTH_GITLAB_SCOPE=(list, ['read_user', 'openid']), DD_SOCIAL_AUTH_KEYCLOAK_OAUTH2_ENABLED=(bool, False), DD_SOCIAL_AUTH_KEYCLOAK_KEY=(str, ''), DD_SOCIAL_AUTH_KEYCLOAK_SECRET=(str, ''), @@ -345,7 +344,7 @@ def get_secret(secret_name): # See https://docs.djangoproject.com/en/2.0/ref/settings/#allowed-hosts SITE_URL = env('DD_SITE_URL') ALLOWED_HOSTS = tuple( - env.list('DD_ALLOWED_HOSTS', default=['localhost', '127.0.0.1', 'testserver'])) + env.list('DD_ALLOWED_HOSTS', default=['localhost', '127.0.0.1'])) # Raises django's ImproperlyConfigured exception if SECRET_KEY not in os.environ SECRET_KEY = env('DD_SECRET_KEY') @@ -389,15 +388,18 @@ def get_secret(secret_name): if os.getenv('DD_USE_SECRETS_MANAGER') == "true": secret_database = get_secret(env('DD_SECRET_DATABASE')) DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.mysql', - 'NAME': 'defectdojo', - 'USER': 'santiago', - 'PASSWORD': '123456', - 'HOST': 'localhost', - 'PORT': '3306', + 'default': { + 'ENGINE': env('DD_DATABASE_ENGINE'), + 'NAME': secret_database['dbname'], + 'TEST': { + 'NAME': env('DD_TEST_DATABASE_NAME'), + }, + 'USER': secret_database['username'], + 'PASSWORD': secret_database['password'], + 'HOST': secret_database['host'], + 'PORT': secret_database['port'], + } } -} else: if os.getenv('DD_DATABASE_URL') is not None: DATABASES = { @@ -405,15 +407,18 @@ def get_secret(secret_name): } else: DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.mysql', - 'NAME': 'defectdojo', - 'USER': 'santiago', - 'PASSWORD': '123456', - 'HOST': 'localhost', - 'PORT': '3306', + 'default': { + 'ENGINE': env('DD_DATABASE_ENGINE'), + 'NAME': env('DD_DATABASE_NAME'), + 'TEST': { + 'NAME': env('DD_TEST_DATABASE_NAME'), + }, + 'USER': env('DD_DATABASE_USER'), + 'PASSWORD': env('DD_DATABASE_PASSWORD'), + 'HOST': env('DD_DATABASE_HOST'), + 'PORT': env('DD_DATABASE_PORT'), + } } - } # Track migrations through source control rather than making migrations locally if env('DD_TRACK_MIGRATIONS'): @@ -604,6 +609,10 @@ def get_secret(secret_name): SOCIAL_AUTH_GITLAB_API_URL = env('DD_SOCIAL_AUTH_GITLAB_API_URL') SOCIAL_AUTH_GITLAB_SCOPE = env('DD_SOCIAL_AUTH_GITLAB_SCOPE') +# Add required scope if auto import is enabled +if GITLAB_PROJECT_AUTO_IMPORT: + SOCIAL_AUTH_GITLAB_SCOPE += ['read_repository'] + AUTH0_OAUTH2_ENABLED = env('DD_SOCIAL_AUTH_AUTH0_OAUTH2_ENABLED') SOCIAL_AUTH_AUTH0_KEY = env('DD_SOCIAL_AUTH_AUTH0_KEY') SOCIAL_AUTH_AUTH0_SECRET = env('DD_SOCIAL_AUTH_AUTH0_SECRET') @@ -1337,6 +1346,7 @@ def saml2_attrib_map_format(dict): 'NeuVector (compliance)': ['title', 'vuln_id_from_tool', 'description'], 'Wpscan': ['title', 'description', 'severity'], 'Codechecker Report native': ['unique_id_from_tool'], + 'Wazuh Scan': ['title'], } # Override the hardcoded settings here via the env var @@ -1393,6 +1403,7 @@ def saml2_attrib_map_format(dict): 'Wpscan': True, 'Rusty Hog Scan': True, 'Codechecker Report native': True, + 'Wazuh': True, } # List of fields that are known to be usable in hash_code computation) diff --git a/dojodev/include/site/python3.10/greenlet/greenlet.h b/dojodev/include/site/python3.10/greenlet/greenlet.h old mode 100644 new mode 100755 diff --git a/dojodev/pyvenv.cfg b/dojodev/pyvenv.cfg old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/AUTHORS b/dojodev/share/doc/pycurl/AUTHORS old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/COPYING-LGPL b/dojodev/share/doc/pycurl/COPYING-LGPL old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/COPYING-MIT b/dojodev/share/doc/pycurl/COPYING-MIT old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/ChangeLog b/dojodev/share/doc/pycurl/ChangeLog old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/INSTALL.rst b/dojodev/share/doc/pycurl/INSTALL.rst old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/README.rst b/dojodev/share/doc/pycurl/README.rst old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/RELEASE-NOTES.rst b/dojodev/share/doc/pycurl/RELEASE-NOTES.rst old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/basicfirst.py b/dojodev/share/doc/pycurl/examples/basicfirst.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/file_upload.py b/dojodev/share/doc/pycurl/examples/file_upload.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/linksys.py b/dojodev/share/doc/pycurl/examples/linksys.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/multi-socket_action-select.py b/dojodev/share/doc/pycurl/examples/multi-socket_action-select.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/opensocketexception.py b/dojodev/share/doc/pycurl/examples/opensocketexception.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/file_upload_buffer.py b/dojodev/share/doc/pycurl/examples/quickstart/file_upload_buffer.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/file_upload_real.py b/dojodev/share/doc/pycurl/examples/quickstart/file_upload_real.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/file_upload_real_fancy.py b/dojodev/share/doc/pycurl/examples/quickstart/file_upload_real_fancy.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/follow_redirect.py b/dojodev/share/doc/pycurl/examples/quickstart/follow_redirect.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/form_post.py b/dojodev/share/doc/pycurl/examples/quickstart/form_post.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/get.py b/dojodev/share/doc/pycurl/examples/quickstart/get.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/get_python2.py b/dojodev/share/doc/pycurl/examples/quickstart/get_python2.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/get_python2_https.py b/dojodev/share/doc/pycurl/examples/quickstart/get_python2_https.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/get_python3.py b/dojodev/share/doc/pycurl/examples/quickstart/get_python3.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/get_python3_https.py b/dojodev/share/doc/pycurl/examples/quickstart/get_python3_https.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/put_buffer.py b/dojodev/share/doc/pycurl/examples/quickstart/put_buffer.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/put_file.py b/dojodev/share/doc/pycurl/examples/quickstart/put_file.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/response_headers.py b/dojodev/share/doc/pycurl/examples/quickstart/response_headers.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/response_info.py b/dojodev/share/doc/pycurl/examples/quickstart/response_info.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/quickstart/write_file.py b/dojodev/share/doc/pycurl/examples/quickstart/write_file.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/retriever-multi.py b/dojodev/share/doc/pycurl/examples/retriever-multi.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/retriever.py b/dojodev/share/doc/pycurl/examples/retriever.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/sfquery.py b/dojodev/share/doc/pycurl/examples/sfquery.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/smtp.py b/dojodev/share/doc/pycurl/examples/smtp.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/ssh_keyfunction.py b/dojodev/share/doc/pycurl/examples/ssh_keyfunction.py old mode 100644 new mode 100755 diff --git a/dojodev/share/doc/pycurl/examples/xmlrpc_curl.py b/dojodev/share/doc/pycurl/examples/xmlrpc_curl.py old mode 100644 new mode 100755 diff --git a/helm/defectdojo/.helmignore b/helm/defectdojo/.helmignore old mode 100644 new mode 100755 diff --git a/helm/defectdojo/Chart.lock b/helm/defectdojo/Chart.lock old mode 100644 new mode 100755 diff --git a/helm/defectdojo/Chart.yaml b/helm/defectdojo/Chart.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/NOTES.txt b/helm/defectdojo/templates/NOTES.txt old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/_helpers.tpl b/helm/defectdojo/templates/_helpers.tpl old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/celery-beat-deployment.yaml b/helm/defectdojo/templates/celery-beat-deployment.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/celery-worker-deployment.yaml b/helm/defectdojo/templates/celery-worker-deployment.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/configmap.yaml b/helm/defectdojo/templates/configmap.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/django-deployment.yaml b/helm/defectdojo/templates/django-deployment.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/django-ingress.yaml b/helm/defectdojo/templates/django-ingress.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/django-service.yaml b/helm/defectdojo/templates/django-service.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/extra-secret.yaml b/helm/defectdojo/templates/extra-secret.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/gke-managed-certificate.yaml b/helm/defectdojo/templates/gke-managed-certificate.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/initializer-job.yaml b/helm/defectdojo/templates/initializer-job.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/media-pvc.yaml b/helm/defectdojo/templates/media-pvc.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/network-policy.yaml b/helm/defectdojo/templates/network-policy.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/sa.yaml b/helm/defectdojo/templates/sa.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/secret-mysql.yaml b/helm/defectdojo/templates/secret-mysql.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/secret-postgresql-ha-pgpool.yaml b/helm/defectdojo/templates/secret-postgresql-ha-pgpool.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/secret-postgresql-ha.yaml b/helm/defectdojo/templates/secret-postgresql-ha.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/secret-postgresql.yaml b/helm/defectdojo/templates/secret-postgresql.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/secret-rabbitmq.yaml b/helm/defectdojo/templates/secret-rabbitmq.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/secret-redis.yaml b/helm/defectdojo/templates/secret-redis.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/secret.yaml b/helm/defectdojo/templates/secret.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/templates/tests/unit-tests.yaml b/helm/defectdojo/templates/tests/unit-tests.yaml old mode 100644 new mode 100755 diff --git a/helm/defectdojo/values.yaml b/helm/defectdojo/values.yaml old mode 100644 new mode 100755 diff --git a/manage.py b/manage.py old mode 100644 new mode 100755 diff --git a/nginx/nginx.conf b/nginx/nginx.conf old mode 100644 new mode 100755 diff --git a/nginx/nginx_TLS.conf b/nginx/nginx_TLS.conf old mode 100644 new mode 100755 diff --git a/readme-docs/AVAILABLE-PLUGINS.md b/readme-docs/AVAILABLE-PLUGINS.md old mode 100644 new mode 100755 diff --git a/readme-docs/CONTRIBUTING.md b/readme-docs/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/readme-docs/DOCKER.md b/readme-docs/DOCKER.md old mode 100644 new mode 100755 diff --git a/readme-docs/KUBERNETES.md b/readme-docs/KUBERNETES.md old mode 100644 new mode 100755 diff --git a/readme-docs/RELEASING.md b/readme-docs/RELEASING.md old mode 100644 new mode 100755 diff --git a/readme-docs/SECURITY.md b/readme-docs/SECURITY.md old mode 100644 new mode 100755 diff --git a/readme-docs/SPONSORING.md b/readme-docs/SPONSORING.md old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 diff --git a/setup/README.md b/setup/README.md old mode 100644 new mode 100755 diff --git a/sonar-scanner-cli-4.6.2.2472-linux.zip b/sonar-scanner-cli-4.6.2.2472-linux.zip old mode 100644 new mode 100755 diff --git a/tests/Import_scanner_test.py b/tests/Import_scanner_test.py old mode 100644 new mode 100755 diff --git a/tests/__init__.py b/tests/__init__.py old mode 100644 new mode 100755 diff --git a/tests/acunetix_invalid_xml_file.xml b/tests/acunetix_invalid_xml_file.xml old mode 100644 new mode 100755 diff --git a/tests/acunetix_valid_dummy.xml b/tests/acunetix_valid_dummy.xml old mode 100644 new mode 100755 diff --git a/tests/announcement_banner_test.py b/tests/announcement_banner_test.py old mode 100644 new mode 100755 diff --git a/tests/base_test_class.py b/tests/base_test_class.py old mode 100644 new mode 100755 diff --git a/tests/check_various_pages.py b/tests/check_various_pages.py old mode 100644 new mode 100755 diff --git a/tests/dedupe_scans/dedupe_cross_1.csv b/tests/dedupe_scans/dedupe_cross_1.csv old mode 100644 new mode 100755 diff --git a/tests/dedupe_scans/dedupe_endpoint_1.xml b/tests/dedupe_scans/dedupe_endpoint_1.xml old mode 100644 new mode 100755 diff --git a/tests/dedupe_scans/dedupe_endpoint_2.xml b/tests/dedupe_scans/dedupe_endpoint_2.xml old mode 100644 new mode 100755 diff --git a/tests/dedupe_scans/dedupe_path_1.json b/tests/dedupe_scans/dedupe_path_1.json old mode 100644 new mode 100755 diff --git a/tests/dedupe_scans/dedupe_path_2.json b/tests/dedupe_scans/dedupe_path_2.json old mode 100644 new mode 100755 diff --git a/tests/dedupe_scans/multiple_findings.xml b/tests/dedupe_scans/multiple_findings.xml old mode 100644 new mode 100755 diff --git a/tests/dedupe_scans/multiple_findings_line_changed.xml b/tests/dedupe_scans/multiple_findings_line_changed.xml old mode 100644 new mode 100755 diff --git a/tests/dedupe_test.py b/tests/dedupe_test.py old mode 100644 new mode 100755 diff --git a/tests/endpoint_test.py b/tests/endpoint_test.py old mode 100644 new mode 100755 diff --git a/tests/engagement_test.py b/tests/engagement_test.py old mode 100644 new mode 100755 diff --git a/tests/environment_test.py b/tests/environment_test.py old mode 100644 new mode 100755 diff --git a/tests/file_test.py b/tests/file_test.py old mode 100644 new mode 100755 diff --git a/tests/finding_image.png b/tests/finding_image.png old mode 100644 new mode 100755 diff --git a/tests/finding_test.py b/tests/finding_test.py old mode 100644 new mode 100755 diff --git a/tests/group_test.py b/tests/group_test.py old mode 100644 new mode 100755 diff --git a/tests/ibm_appscan_test.py b/tests/ibm_appscan_test.py old mode 100644 new mode 100755 diff --git a/tests/ibm_appscan_xml_file.xml b/tests/ibm_appscan_xml_file.xml old mode 100644 new mode 100755 diff --git a/tests/local-integration-tests.bat b/tests/local-integration-tests.bat old mode 100644 new mode 100755 diff --git a/tests/local-integration-tests.sh b/tests/local-integration-tests.sh old mode 100644 new mode 100755 diff --git a/tests/note_type_test.py b/tests/note_type_test.py old mode 100644 new mode 100755 diff --git a/tests/notes_test.py b/tests/notes_test.py old mode 100644 new mode 100755 diff --git a/tests/notifications_test.py b/tests/notifications_test.py old mode 100644 new mode 100755 diff --git a/tests/product_group_test.py b/tests/product_group_test.py old mode 100644 new mode 100755 diff --git a/tests/product_member_test.py b/tests/product_member_test.py old mode 100644 new mode 100755 diff --git a/tests/product_test.py b/tests/product_test.py old mode 100644 new mode 100755 diff --git a/tests/product_type_group_test.py b/tests/product_type_group_test.py old mode 100644 new mode 100755 diff --git a/tests/product_type_member_test.py b/tests/product_type_member_test.py old mode 100644 new mode 100755 diff --git a/tests/product_type_test.py b/tests/product_type_test.py old mode 100644 new mode 100755 diff --git a/tests/regulations_test.py b/tests/regulations_test.py old mode 100644 new mode 100755 diff --git a/tests/report_builder_test.py b/tests/report_builder_test.py old mode 100644 new mode 100755 diff --git a/tests/search_test.py b/tests/search_test.py old mode 100644 new mode 100755 diff --git a/tests/sla_configuration_test.py b/tests/sla_configuration_test.py old mode 100644 new mode 100755 diff --git a/tests/test-dojo-sheets-NONEXISTING.json b/tests/test-dojo-sheets-NONEXISTING.json old mode 100644 new mode 100755 diff --git a/tests/test_test.py b/tests/test_test.py old mode 100644 new mode 100755 diff --git a/tests/tool_config.py b/tests/tool_config.py old mode 100644 new mode 100755 diff --git a/tests/user_test.py b/tests/user_test.py old mode 100644 new mode 100755 diff --git a/tests/zap.py b/tests/zap.py old mode 100644 new mode 100755 diff --git a/tests/zap_sample.xml b/tests/zap_sample.xml old mode 100644 new mode 100755 diff --git a/wsgi.py b/wsgi.py old mode 100644 new mode 100755 diff --git a/wsgi_params b/wsgi_params old mode 100644 new mode 100755