Skip to content

jooby: rewrite MockUnit.java from EasyMock to Mockito 5

048992a
Select commit
Loading
Failed to load commit list.
Draft

WIP : fork jooby:1.6.9 as new modules in killbill-commons #194

jooby: rewrite MockUnit.java from EasyMock to Mockito 5
048992a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 7, 2026 in 5s

4 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high
  • 1 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 53 in jooby/src/main/java/org/jooby/internal/RoutePattern.java

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '{{' and containing many repetitions of '.}{'.

Check failure on line 44 in jooby/src/main/java/org/jooby/internal/ssl/PemReader.java

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '-BEGIN CERTIFICATE-' and containing many repetitions of '\n'.

Check failure on line 49 in jooby/src/main/java/org/jooby/internal/ssl/PemReader.java

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '-BEGIN PRIVATE KEY-' and containing many repetitions of '\n'.

Check warning on line 83 in jooby/src/main/java/org/jooby/servlet/ServletServletResponse.java

See this annotation in the file changed.

Code scanning / CodeQL

Cross-site scripting Medium

Cross-site scripting vulnerability due to a
user-provided value
.