Skip to content

Conversation

@gauravakto
Copy link
Contributor

No description provided.

@gauravakto gauravakto changed the base branch from master to feature/cyborg-release October 30, 2025 08:58
Copy link
Contributor

@devsecopsbot devsecopsbot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Security analysis: "This change exposes high‑severity secrets in CI and env files, introduces a SQL injection in data access code, and includes widespread medium‑severity vulnerable dependencies that increase exploitation risk."

Risk Level AI Score
🟠 HIGH 80.0/100

Top 13 security issues / 148 total (Critical: 0, High: 3, Medium: 145, Low: 0)

Title Location Recommendation
HIGH Hard-coded AWS secret access key .github/workflows/prod.yml:46 Replace the hard-coded secret access key with AWS role assumption and temporary OIDC secu…
HIGH SQL Injection risk due to untrusted input libs/dao/src/main/java/com/akto/sql/SampleDataAltDb.java:106 Use PreparedStatement with placeholders ? or use CriteriaBuilder or ORM query APIs
HIGH jwt docker.env:23 jwt has detected secret for file docker.env.
MEDIUM CVE-2021-29425: apache-commons-io: Limited path traversal in Apache Commons IO… apps/billing/pom.xml:1 apps/billing/pom.xml: commons-io:[email protected]
MEDIUM CVE-2023-24998: FileUpload: FileUpload DoS with excessive parts apps/billing/pom.xml:1 apps/billing/pom.xml: commons-fileupload:[email protected]
MEDIUM CVE-2024-47554: apache-commons-io: Possible denial of service attack on untrust… apps/billing/pom.xml:1 apps/billing/pom.xml: commons-io:[email protected]
MEDIUM CVE-2025-48924: commons-lang/commons-lang: org.apache.commons/commons-lang3: Un… apps/billing/pom.xml:1 apps/billing/pom.xml: org.apache.commons:[email protected]
MEDIUM CVE-2025-48976: apache-commons-fileupload: Apache Commons FileUpload DoS via pa… apps/billing/pom.xml:1 apps/billing/pom.xml: commons-fileupload:[email protected]
MEDIUM Ensure top-level permissions are not set to write-all .github/workflows/prod.yml:1 Ensure top-level permissions are not set to write-all
MEDIUM Modification after validation apps/mini-testing/src/main/java/com/akto/test_editor/Utils.java:154 Perform string modifications before any validation of a string and consider encoding stri…
MEDIUM Modification after validation apps/mini-testing/src/main/java/com/akto/test_editor/execution/VariableResolver.java:428 Perform string modifications before any validation of a string and consider encoding stri…
MEDIUM Service port exposed on all interfaces docker-compose-postgres.yml:19 Bind the service port to a specific IP address, e.g., '127.0.0.1:$PORT'.
MEDIUM The build output cannot be affected by user parameters other than the build ent… .github/workflows/prod.yml:10 The build output cannot be affected by user parameters other than the build entry point a…

🔗 View Detailed Report

@ayushaga14 ayushaga14 merged commit 602b8ab into feature/cyborg-release Oct 30, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants