Skip to content

Feature ETP-3354: Sonar fixes and disable static mapping generation

f6c1755
Select commit
Loading
Failed to load commit list.
Open

Feature ETP-3354: Dynamic DAS mapping layer #223

Feature ETP-3354: Sonar fixes and disable static mapping generation
f6c1755
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SnykCode failed Feb 11, 2026 in 5s

6 new alerts including 4 errors

New alerts in code changed by this pull request

  • 4 errors
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 269 in modules_core/com.etendorx.das/src/main/java/com/etendorx/das/controller/DynamicRestController.java

See this annotation in the file changed.

Code scanning / SnykCode

Unsafe Reflection Error

Unsanitized input from {0} {1} into {2}, where it is used for Reflection. This may result in an Unsafe Reflection vulnerability.

Check failure on line 298 in modules_core/com.etendorx.das/src/main/java/com/etendorx/das/controller/DynamicRestController.java

See this annotation in the file changed.

Code scanning / SnykCode

Unsafe Reflection Error

Unsanitized input from {0} {1} into {2}, where it is used for Reflection. This may result in an Unsafe Reflection vulnerability.

Check failure on line 311 in modules_core/com.etendorx.das/src/main/java/com/etendorx/das/controller/DynamicRestController.java

See this annotation in the file changed.

Code scanning / SnykCode

Unsafe Reflection Error

Unsanitized input from {0} {1} into {2}, where it is used for Reflection. This may result in an Unsafe Reflection vulnerability.

Check failure on line 397 in modules_core/com.etendorx.das/src/main/java/com/etendorx/das/controller/DynamicRestController.java

See this annotation in the file changed.

Code scanning / SnykCode

Unsafe Reflection Error

Unsanitized input from {0} {1} into {2}, where it is used for Reflection. This may result in an Unsafe Reflection vulnerability.

Check notice on line 204 in modules_core/com.etendorx.das/src/main/java/com/etendorx/das/controller/DynamicRestController.java

See this annotation in the file changed.

Code scanning / SnykCode

Spring Cross-Site Request Forgery (CSRF) Note

The {0} parameter is vulnerable to Cross Site Request Forgery (CSRF) attacks due to not using Spring Security. This could allow an attacker to execute requests on a user's behalf. Consider including Spring Security's CSRF protection within your application.

Check notice on line 375 in modules_core/com.etendorx.das/src/main/java/com/etendorx/das/controller/DynamicRestController.java

See this annotation in the file changed.

Code scanning / SnykCode

Spring Cross-Site Request Forgery (CSRF) Note

The {0} parameter is vulnerable to Cross Site Request Forgery (CSRF) attacks due to not using Spring Security. This could allow an attacker to execute requests on a user's behalf. Consider including Spring Security's CSRF protection within your application.