Spring Framework
483 matches across 8 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …ork/web/reactive/socket/WebSocketIntegrationTests.java | 236 | new org.eclipse.jetty.websocket.client.WebSocketClient(); |
| CRITICAL | …result/method/annotation/InitBinderBindingContext.java | 80 | return new org.springframework.web.reactive.result.ExtendedWebExchangeDataBinder(target, name); |
| CRITICAL | …k/web/reactive/socket/client/JettyWebSocketClient.java | 58 | this(new org.eclipse.jetty.websocket.client.WebSocketClient()); |
| CRITICAL | …ramework/r2dbc/connection/R2dbcTransactionManager.java | 453 | if (io.r2dbc.spi.TransactionDefinition.ISOLATION_LEVEL.equals(option)) { |
| CRITICAL | …ramework/r2dbc/connection/R2dbcTransactionManager.java | 456 | if (io.r2dbc.spi.TransactionDefinition.NAME.equals(option)) { |
| CRITICAL | …ramework/r2dbc/connection/R2dbcTransactionManager.java | 459 | if (io.r2dbc.spi.TransactionDefinition.READ_ONLY.equals(option)) { |
| CRITICAL | …ramework/r2dbc/connection/R2dbcTransactionManager.java | 462 | if (io.r2dbc.spi.TransactionDefinition.LOCK_WAIT_TIMEOUT.equals(option) && |
| CRITICAL | …gframework/orm/jpa/EntityManagerFactoryUtilsTests.java | 52 | * 'org.springframework.orm.jpa.EntityManagerFactoryUtils.doGetEntityManager(EntityManagerFactory)' |
| CRITICAL | …gframework/orm/jpa/EntityManagerFactoryUtilsTests.java | 113 | * 'org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessException(PersistenceException)' |
| CRITICAL | …pringframework/jms/core/JmsMessagingTemplateTests.java | 239 | throw new org.springframework.jms.support.converter.MessageConversionException("Test exception"); |
| CRITICAL | …mework/jdbc/core/support/JdbcBeanDefinitionReader.java | 63 | this.propReader = new org.springframework.beans.factory.support.PropertiesBeanDefinitionReader(beanFactory); |
| CRITICAL | …ringframework/aot/test/ReflectionInvocationsTests.java | 37 | RuntimeHintsInvocations invocations = org.springframework.aot.test.agent.RuntimeHintsRecorder.record(() -> { |
| CRITICAL | …ringframework/aot/test/ReflectionInvocationsTests.java | 49 | RuntimeHintsInvocations invocations = org.springframework.aot.test.agent.RuntimeHintsRecorder.record(() -> { |
| CRITICAL | …g/springframework/expression/spel/EvaluationTests.java | 233 | evaluateAndCheckError("new org.springframework.expression.spel.testresources.Inventor().inventions[1]", |
| CRITICAL | …g/springframework/expression/spel/EvaluationTests.java | 773 | evaluate("new org.springframework.expression.spel.testresources.PlaceOfBirth(inventions[0].toString()).city", |
| CRITICAL | …gframework/expression/spel/SpelDocumentationTests.java | 550 | parser.parseExpression("new org.springframework.expression.spel.testresources.Inventor('Albert Einstein',new java.u |
| CRITICAL | …gframework/expression/spel/SpelDocumentationTests.java | 553 | parser.parseExpression("members.add(new org.springframework.expression.spel.testresources.Inventor('Albert Einstein', |
| CRITICAL | …rg/springframework/expression/spel/SpelReproTests.java | 1263 | context.setVariable("bridgeExample", new org.springframework.expression.spel.spr10210.D()); |
| CRITICAL | …t/hints/testing/SampleReflectionRuntimeHintsTests.java | 46 | RuntimeHintsInvocations invocations = org.springframework.aot.test.agent.RuntimeHintsRecorder.record(() -> { |
| CRITICAL | …ringframework/aot/test/agent/RuntimeHintsRecorder.java | 55 | Assert.state(org.springframework.aot.agent.RuntimeHintsAgent.isLoaded(), "RuntimeHintsAgent must be loaded in the curr |
| CRITICAL | …t/TransactionalApplicationListenerSynchronization.java | 79 | if (org.springframework.transaction.support.TransactionSynchronizationManager.isSynchronizationActive() && |
| CRITICAL | …t/TransactionalApplicationListenerSynchronization.java | 80 | org.springframework.transaction.support.TransactionSynchronizationManager.isActualTransactionActive()) { |
| CRITICAL | …t/TransactionalApplicationListenerSynchronization.java | 81 | org.springframework.transaction.support.TransactionSynchronizationManager.registerSynchronization( |
| CRITICAL | …mework/aop/aspectj/AspectJExpressionPointcutTests.java | 69 | String expression = "execution(int org.springframework.beans.testfixture.beans.TestBean.getAge())"; |
| CRITICAL | …mework/aop/aspectj/AspectJExpressionPointcutTests.java | 189 | String expression = "execution(void org.springframework.beans.testfixture.beans.TestBean.setSomeNumber(Number)) && arg |
| CRITICAL | …mework/aop/aspectj/AspectJExpressionPointcutTests.java | 210 | String expression = "execution(int org.springframework.beans.testfixture.beans.TestBean.getAge())"; |
| CRITICAL | …mework/aop/aspectj/AspectJExpressionPointcutTests.java | 223 | String expression = "execution(void org.springframework.beans.testfixture.beans.TestBean.setSomeNumber(Number)) && arg |
| CRITICAL | …mework/aop/aspectj/AspectJExpressionPointcutTests.java | 237 | String expression = "execution(void org.springframework.beans.testfixture.beans.TestBean.setSomeNumber(Number) && args |
| CRITICAL | …mework/aop/aspectj/AspectJExpressionPointcutTests.java | 267 | String expression = "call(int org.springframework.beans.testfixture.beans.TestBean.getAge())"; |
| CRITICAL | …ctj/annotation/AbstractAspectJAdvisorFactoryTests.java | 647 | @Around("org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactoryTests.CommonPointcuts.getAge()()") |
| CRITICAL | …ctj/annotation/AbstractAspectJAdvisorFactoryTests.java | 671 | @Around("org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactoryTests.Library.propertyAccess()") |
| CRITICAL | …ctj/annotation/AbstractAspectJAdvisorFactoryTests.java | 676 | @Around(value="org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactoryTests.Library.integerArgOperati |
| CRITICAL | …ctj/annotation/AbstractAspectJAdvisorFactoryTests.java | 697 | @Around(value="org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactoryTests.Library.integerArgOperati |
| CRITICAL | …framework/aop/testfixture/aspectj/TwoAdviceAspect.java | 29 | @Around("execution(* org.springframework.beans.testfixture.beans.ITestBean.age())") |
| CRITICAL | …framework/aop/testfixture/aspectj/TwoAdviceAspect.java | 34 | @Before("execution(* org.springframework.beans.testfixture.beans.ITestBean.setAge(int)) && args(newAge)") |
| CRITICAL | …ngframework/aop/testfixture/aspectj/PerThisAspect.java | 23 | @Aspect("perthis(org.springframework.aop.testfixture.aspectj.CommonPointcuts.getAgeExecution())") |
| CRITICAL | …ngframework/aop/testfixture/aspectj/PerThisAspect.java | 32 | @Around("org.springframework.aop.testfixture.aspectj.CommonPointcuts.getAgeExecution()") |
| CRITICAL | …http/server/reactive/bootstrap/ReactorHttpsServer.java | 50 | this.reactorServer = reactor.netty.http.server.HttpServer.create() |
| CRITICAL | …/http/server/reactive/bootstrap/ReactorHttpServer.java | 41 | this.reactorServer = reactor.netty.http.server.HttpServer.create() |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 55 | @com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 56 | @tools.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 59 | @com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 60 | @tools.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 63 | @com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 64 | @tools.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 67 | @com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 68 | @tools.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 71 | @com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 72 | @tools.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 79 | @com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …/http/converter/json/ProblemDetailJacksonXmlMixin.java | 80 | @tools.jackson.dataformat.xml.annotation.JacksonXmlProperty(namespace = NAMESPACE) |
| CRITICAL | …ingframework/http/client/ReactorClientHttpRequest.java | 114 | .request(io.netty.handler.codec.http.HttpMethod.valueOf(this.method.name())); |
| CRITICAL | …k/http/client/reactive/ReactorClientHttpConnector.java | 161 | .request(io.netty.handler.codec.http.HttpMethod.valueOf(method.name())); |
| CRITICAL | …org/springframework/context/annotation/MyTestBean.java | 27 | return new org.springframework.beans.testfixture.beans.TestBean(); |
| CRITICAL | …k/context/annotation/FooServiceDependentConverter.java | 37 | return new org.springframework.beans.testfixture.beans.TestBean(source); |
| CRITICAL | …annotation/CommonAnnotationBeanPostProcessorTests.java | 231 | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer ppc = new org.springframework.beans.factory.con |
| CRITICAL | …annotation/CommonAnnotationBeanPostProcessorTests.java | 316 | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer ppc = new org.springframework.beans.factory.con |
| CRITICAL | …annotation/CommonAnnotationBeanPostProcessorTests.java | 367 | org.springframework.beans.factory.config.PropertyPlaceholderConfigurer ppc = new org.springframework.beans.factory.con |
| CRITICAL | …guration/ConfigurationClassAspectIntegrationTests.java | 130 | @Before("execution(* org.springframework.beans.testfixture.beans.TestBean.absquatulate(..)) && target(testBean)") |
| CRITICAL | …guration/ConfigurationClassAspectIntegrationTests.java | 207 | @Before("execution(* org.springframework.beans.testfixture.beans.TestBean.absquatulate(..)) && target(testBean)") |
| 24 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …ult/view/FragmentViewResolutionResultHandlerTests.java | 0 | event:fragment1 data:<p> data: hello foo data:</p> event:fragment2 data:<p> data: hello bar data:</p> |
| HIGH | …vc/method/annotation/FragmentRenderingStreamTests.java | 0 | event:fragment1 data:<p> data: hello foo data:</p> event:fragment2 data:<p> data: hello bar data:</p> |
| HIGH | …vc/method/annotation/FragmentRenderingStreamTests.java | 0 | event:fragment1 data:<p> data: hello foo data:</p> event:fragment2 data:<p> data: hello bar data:</p> |
| HIGH | …ve/result/method/annotation/MethodValidationTests.java | 0 | field error in object 'student' on field 'name': rejected value [name=faustino1234]; \ codes [size.student.name,size.nam |
| HIGH | …ve/result/method/annotation/MethodValidationTests.java | 0 | field error in object 'student' on field 'name': rejected value [name=faustino1234]; \ codes [size.student.name,size.nam |
| HIGH | …ve/result/method/annotation/MethodValidationTests.java | 0 | field error in object 'student' on field 'name': rejected value [name=faustino1234]; \ codes [size.student.name,size.nam |
| HIGH | …rvlet/mvc/method/annotation/MethodValidationTests.java | 0 | field error in object 'student' on field 'name': rejected value [name=faustino1234]; \ codes [size.student.name,size.nam |
| HIGH | …rvlet/mvc/method/annotation/MethodValidationTests.java | 0 | field error in object 'student' on field 'name': rejected value [name=faustino1234]; \ codes [size.student.name,size.nam |
| HIGH | …thod/annotation/RequestMappingHandlerMappingTests.java | 0 | private method [%s] on cglib proxy class [%s] cannot be used as a request \ handler method, because private methods cann |
| HIGH | …lt/method/annotation/RequestMappingHandlerMapping.java | 0 | private method [%s] on cglib proxy class [%s] cannot be used as a request \ handler method, because private methods cann |
| HIGH | …thod/annotation/RequestMappingHandlerMappingTests.java | 0 | private method [%s] on cglib proxy class [%s] cannot be used as a request \ handler method, because private methods cann |
| HIGH | …vc/method/annotation/RequestMappingHandlerMapping.java | 0 | private method [%s] on cglib proxy class [%s] cannot be used as a request \ handler method, because private methods cann |
| HIGH | …thod/annotation/RequestMappingHandlerMappingTests.java | 0 | package-private method [%s] declared in class [%s] cannot be advised by \ cglib-proxied handler class [%s], because it i |
| HIGH | …lt/method/annotation/RequestMappingHandlerMapping.java | 0 | package-private method [%s] declared in class [%s] cannot be advised by \ cglib-proxied handler class [%s], because it i |
| HIGH | …thod/annotation/RequestMappingHandlerMappingTests.java | 0 | package-private method [%s] declared in class [%s] cannot be advised by \ cglib-proxied handler class [%s], because it i |
| HIGH | …vc/method/annotation/RequestMappingHandlerMapping.java | 0 | package-private method [%s] declared in class [%s] cannot be advised by \ cglib-proxied handler class [%s], because it i |
| HIGH | …hod/annotation/AbstractNamedValueArgumentResolver.java | 0 | name for argument of type [%s] not specified, and parameter name information not \ available via reflection. ensure that |
| HIGH | …reactive/AbstractNamedValueMethodArgumentResolver.java | 0 | name for argument of type [%s] not specified, and parameter name information not \ available via reflection. ensure that |
| HIGH | …/support/AbstractNamedValueMethodArgumentResolver.java | 0 | name for argument of type [%s] not specified, and parameter name information not \ available via reflection. ensure that |
| HIGH | …ervice/invoker/AbstractNamedValueArgumentResolver.java | 0 | name for argument of type [%s] not specified, and parameter name information not \ available via reflection. ensure that |
| HIGH | …notation/AbstractNamedValueMethodArgumentResolver.java | 0 | name for argument of type [%s] not specified, and parameter name information not \ available via reflection. ensure that |
| HIGH | …verter/KotlinSerializationJsonMessageConverterTests.kt | 0 | [ { "bytes": [ 1, 2 ], "array": [ "foo", "bar" ], "number": 42, "string": "foo", "bool": true, "fraction": 42 } ] |
| HIGH | …verter/KotlinSerializationJsonMessageConverterTests.kt | 0 | [ { "bytes": [ 1, 2 ], "array": [ "foo", "bar" ], "number": 42, "string": "foo", "bool": true, "fraction": 42 } ] |
| HIGH | …on/KotlinSerializationJsonHttpMessageConverterTests.kt | 0 | [ { "bytes": [ 1, 2 ], "array": [ "foo", "bar" ], "number": 42, "string": "foo", "bool": true, "fraction": 42 } ] |
| HIGH | …on/KotlinSerializationJsonHttpMessageConverterTests.kt | 0 | [ { "bytes": [ 1, 2 ], "array": [ "foo", "bar" ], "number": 42, "string": "foo", "bool": true, "fraction": 42 } ] |
| HIGH | …verter/KotlinSerializationJsonMessageConverterTests.kt | 0 | [{"bytes":[1,2],"array":["foo","bar"],"number":42,"string":"foo","bool":true,"fraction":42.0}] |
| HIGH | …verter/KotlinSerializationJsonMessageConverterTests.kt | 0 | [{"bytes":[1,2],"array":["foo","bar"],"number":42,"string":"foo","bool":true,"fraction":42.0}] |
| HIGH | …on/KotlinSerializationJsonHttpMessageConverterTests.kt | 0 | [{"bytes":[1,2],"array":["foo","bar"],"number":42,"string":"foo","bool":true,"fraction":42.0}] |
| HIGH | …on/KotlinSerializationJsonHttpMessageConverterTests.kt | 0 | [{"bytes":[1,2],"array":["foo","bar"],"number":42,"string":"foo","bool":true,"fraction":42.0}] |
| HIGH | …ttp/converter/xml/SourceHttpMessageConverterTests.java | 0 | <?xml version="1.0"?> <!doctype lolz [ <!entity lol "lol"> <!element lolz (#pcdata)> <!entity lol1 "&lol;&lol;&lol;&lol; |
| HIGH | …ttp/converter/xml/SourceHttpMessageConverterTests.java | 0 | <?xml version="1.0"?> <!doctype lolz [ <!entity lol "lol"> <!element lolz (#pcdata)> <!entity lol1 "&lol;&lol;&lol;&lol; |
| HIGH | …ttp/converter/xml/SourceHttpMessageConverterTests.java | 0 | <?xml version="1.0"?> <!doctype lolz [ <!entity lol "lol"> <!element lolz (#pcdata)> <!entity lol1 "&lol;&lol;&lol;&lol; |
| HIGH | …st/context/bean/override/convention/TestBeanTests.java | 0 | unable to replace bean: there is no bean with name 'beantooverride' \ and type java.lang.string (as required by field 'f |
| HIGH | …st/context/bean/override/convention/TestBeanTests.java | 0 | unable to replace bean: there is no bean with name 'beantooverride' \ and type java.lang.string (as required by field 'f |
| HIGH | …erride/mockito/MockitoBeanConfigurationErrorTests.java | 0 | unable to replace bean: there is no bean with name 'beantooverride' \ and type java.lang.string (as required by field 'f |
| HIGH | …erride/mockito/MockitoBeanConfigurationErrorTests.java | 0 | unable to replace bean: there is no bean with name 'beantooverride' \ and type java.lang.string (as required by field 'f |
| HIGH | …/test/web/servlet/client/samples/JsonContentTests.java | 0 | [ {"firstname":"jane"}, {"firstname":"jason"}, {"firstname":"john"} ] |
| HIGH | …/test/web/servlet/client/samples/JsonContentTests.java | 0 | [ {"firstname":"jane"}, {"firstname":"jason"}, {"firstname":"john"} ] |
| HIGH | …test/web/reactive/server/samples/JsonContentTests.java | 0 | [ {"firstname":"jane"}, {"firstname":"jason"}, {"firstname":"john"} ] |
| HIGH | …test/web/reactive/server/samples/JsonContentTests.java | 0 | [ {"firstname":"jane"}, {"firstname":"jason"}, {"firstname":"john"} ] |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …rces/org/springframework/web/reactive/function/foo.txt | 1 | Lorem Ipsum. |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus urna, maximus vel tristique vitae, cursus ut lib |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 3 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus urna, maximus vel tristique vitae, cursus ut lib |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 13 | Sed iaculis massa lectus, quis hendrerit urna aliquet vel. Donec dapibus gravida dui et accumsan. Suspendisse in ligula |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 13 | Sed iaculis massa lectus, quis hendrerit urna aliquet vel. Donec dapibus gravida dui et accumsan. Suspendisse in ligula |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 19 | Suspendisse sodales, est at ullamcorper varius, elit nunc cursus sem, nec lobortis libero ex at erat. In auctor a lorem |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 271 | Curabitur auctor, magna ac semper cursus, leo metus aliquet lorem, ut molestie tellus turpis non purus. Integer nec nisi |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 271 | Curabitur auctor, magna ac semper cursus, leo metus aliquet lorem, ut molestie tellus turpis non purus. Integer nec nisi |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 279 | Morbi viverra nunc sit amet euismod congue. Ut arcu ipsum, bibendum non lectus id, ornare iaculis dolor. Sed quis venena |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 279 | Morbi viverra nunc sit amet euismod congue. Ut arcu ipsum, bibendum non lectus id, ornare iaculis dolor. Sed quis venena |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 285 | Fusce ultricies sapien enim, sit amet feugiat nulla rutrum sit amet. Maecenas varius porttitor scelerisque. Lorem ipsum |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 285 | Fusce ultricies sapien enim, sit amet feugiat nulla rutrum sit amet. Maecenas varius porttitor scelerisque. Lorem ipsum |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 287 | Suspendisse porta nulla sit amet urna eleifend dictum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vul |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 287 | Suspendisse porta nulla sit amet urna eleifend dictum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vul |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 319 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus urna, maximus vel tristique vitae, cursus ut lib |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 319 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus urna, maximus vel tristique vitae, cursus ut lib |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 329 | Sed iaculis massa lectus, quis hendrerit urna aliquet vel. Donec dapibus gravida dui et accumsan. Suspendisse in ligula |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 329 | Sed iaculis massa lectus, quis hendrerit urna aliquet vel. Donec dapibus gravida dui et accumsan. Suspendisse in ligula |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 335 | Suspendisse sodales, est at ullamcorper varius, elit nunc cursus sem, nec lobortis libero ex at erat. In auctor a lorem |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 587 | Curabitur auctor, magna ac semper cursus, leo metus aliquet lorem, ut molestie tellus turpis non purus. Integer nec nisi |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 587 | Curabitur auctor, magna ac semper cursus, leo metus aliquet lorem, ut molestie tellus turpis non purus. Integer nec nisi |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 595 | Morbi viverra nunc sit amet euismod congue. Ut arcu ipsum, bibendum non lectus id, ornare iaculis dolor. Sed quis venena |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 595 | Morbi viverra nunc sit amet euismod congue. Ut arcu ipsum, bibendum non lectus id, ornare iaculis dolor. Sed quis venena |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 601 | Fusce ultricies sapien enim, sit amet feugiat nulla rutrum sit amet. Maecenas varius porttitor scelerisque. Lorem ipsum |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 601 | Fusce ultricies sapien enim, sit amet feugiat nulla rutrum sit amet. Maecenas varius porttitor scelerisque. Lorem ipsum |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 603 | Suspendisse porta nulla sit amet urna eleifend dictum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vul |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 603 | Suspendisse porta nulla sit amet urna eleifend dictum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vul |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 635 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus urna, maximus vel tristique vitae, cursus ut lib |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 635 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus urna, maximus vel tristique vitae, cursus ut lib |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 645 | Sed iaculis massa lectus, quis hendrerit urna aliquet vel. Donec dapibus gravida dui et accumsan. Suspendisse in ligula |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 645 | Sed iaculis massa lectus, quis hendrerit urna aliquet vel. Donec dapibus gravida dui et accumsan. Suspendisse in ligula |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 651 | Suspendisse sodales, est at ullamcorper varius, elit nunc cursus sem, nec lobortis libero ex at erat. In auctor a lorem |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 903 | Curabitur auctor, magna ac semper cursus, leo metus aliquet lorem, ut molestie tellus turpis non purus. Integer nec nisi |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 903 | Curabitur auctor, magna ac semper cursus, leo metus aliquet lorem, ut molestie tellus turpis non purus. Integer nec nisi |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 911 | Morbi viverra nunc sit amet euismod congue. Ut arcu ipsum, bibendum non lectus id, ornare iaculis dolor. Sed quis venena |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 911 | Morbi viverra nunc sit amet euismod congue. Ut arcu ipsum, bibendum non lectus id, ornare iaculis dolor. Sed quis venena |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 917 | Fusce ultricies sapien enim, sit amet feugiat nulla rutrum sit amet. Maecenas varius porttitor scelerisque. Lorem ipsum |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 917 | Fusce ultricies sapien enim, sit amet feugiat nulla rutrum sit amet. Maecenas varius porttitor scelerisque. Lorem ipsum |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 919 | Suspendisse porta nulla sit amet urna eleifend dictum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vul |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 919 | Suspendisse porta nulla sit amet urna eleifend dictum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vul |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 951 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus urna, maximus vel tristique vitae, cursus ut lib |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 951 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus urna, maximus vel tristique vitae, cursus ut lib |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 961 | Sed iaculis massa lectus, quis hendrerit urna aliquet vel. Donec dapibus gravida dui et accumsan. Suspendisse in ligula |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 961 | Sed iaculis massa lectus, quis hendrerit urna aliquet vel. Donec dapibus gravida dui et accumsan. Suspendisse in ligula |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 967 | Suspendisse sodales, est at ullamcorper varius, elit nunc cursus sem, nec lobortis libero ex at erat. In auctor a lorem |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1219 | Curabitur auctor, magna ac semper cursus, leo metus aliquet lorem, ut molestie tellus turpis non purus. Integer nec nisi |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1219 | Curabitur auctor, magna ac semper cursus, leo metus aliquet lorem, ut molestie tellus turpis non purus. Integer nec nisi |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1227 | Morbi viverra nunc sit amet euismod congue. Ut arcu ipsum, bibendum non lectus id, ornare iaculis dolor. Sed quis venena |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1227 | Morbi viverra nunc sit amet euismod congue. Ut arcu ipsum, bibendum non lectus id, ornare iaculis dolor. Sed quis venena |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1233 | Fusce ultricies sapien enim, sit amet feugiat nulla rutrum sit amet. Maecenas varius porttitor scelerisque. Lorem ipsum |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1233 | Fusce ultricies sapien enim, sit amet feugiat nulla rutrum sit amet. Maecenas varius porttitor scelerisque. Lorem ipsum |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1235 | Suspendisse porta nulla sit amet urna eleifend dictum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vul |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1235 | Suspendisse porta nulla sit amet urna eleifend dictum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vul |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1267 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus urna, maximus vel tristique vitae, cursus ut lib |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1267 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas purus urna, maximus vel tristique vitae, cursus ut lib |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1277 | Sed iaculis massa lectus, quis hendrerit urna aliquet vel. Donec dapibus gravida dui et accumsan. Suspendisse in ligula |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1277 | Sed iaculis massa lectus, quis hendrerit urna aliquet vel. Donec dapibus gravida dui et accumsan. Suspendisse in ligula |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1283 | Suspendisse sodales, est at ullamcorper varius, elit nunc cursus sem, nec lobortis libero ex at erat. In auctor a lorem |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1535 | Curabitur auctor, magna ac semper cursus, leo metus aliquet lorem, ut molestie tellus turpis non purus. Integer nec nisi |
| LOW | …amework/web/reactive/function/client/largeTextFile.txt | 1535 | Curabitur auctor, magna ac semper cursus, leo metus aliquet lorem, ut molestie tellus turpis non purus. Integer nec nisi |
| 213 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ork/expression/spel/support/ReflectionHelperTests.java | 61 | @Test |
| LOW | …ngframework/expression/spel/standard/SpelCompiler.java | 181 | cw.visitEnd(); |
| LOW | …pringframework/expression/spel/standard/Tokenizer.java | 321 | this.pos++; |
| LOW | …ession/spel/standard/InternalSpelExpressionParser.java | 501 | } |
| LOW | …rk/docs/web/webfluxfnhandlerclasses/PersonHandler.java | 41 | } |
| LOW | …op/ataspectj/aopataspectjexample/service/Idempotent.kt | 21 | // marker annotation |
| LOW | …java/org/springframework/web/util/WhatWgUrlParser.java | 1621 | public void handle(int c, UrlRecord url, WhatWgUrlParser p) { |
| LOW | …test/context/cache/UnusedContextsIntegrationTests.java | 181 | // active context used by EnclosingTestCase. |
| LOW | …test/context/cache/UnusedContextsIntegrationTests.java | 281 | // We see a ContextPausedEvent here, since ContextHierarchyLevel3a1TestCase |
| LOW | …ingframework/test/context/aot/AotIntegrationTests.java | 141 | List<Class<?>> testClasses = createTestClassScanner() |
| LOW | …ean/override/BeanOverrideBeanFactoryPostProcessor.java | 121 | case REPLACE -> replaceOrCreateBean(beanFactory, handler, generatedBeanNames, true); |
| LOW | …ean/override/BeanOverrideBeanFactoryPostProcessor.java | 141 | // 4) Create bean by-name, with a provided name |
| LOW | …java/org/springframework/core/ResolvableTypeTests.java | 1121 | @Test |
| LOW | …org/springframework/core/SimpleAliasRegistryTests.java | 241 | // Original state: |
| LOW | …org/springframework/core/SimpleAliasRegistryTests.java | 281 | registerAlias(NAME5, ALIAS5); |
| LOW | …rc/main/java/org/springframework/asm/CurrentFrame.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …va/org/springframework/asm/RecordComponentVisitor.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …rc/main/java/org/springframework/asm/MethodWriter.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …-core/src/main/java/org/springframework/asm/Label.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …-core/src/main/java/org/springframework/asm/Label.java | 201 | |
| LOW | …g-core/src/main/java/org/springframework/asm/Type.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …src/main/java/org/springframework/asm/SymbolTable.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …c/main/java/org/springframework/asm/MethodVisitor.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …ore/src/main/java/org/springframework/asm/Handler.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …-core/src/main/java/org/springframework/asm/Frame.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …ain/java/org/springframework/asm/AnnotationWriter.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …src/main/java/org/springframework/asm/FieldWriter.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …ore/src/main/java/org/springframework/asm/Context.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …main/java/org/springframework/asm/ConstantDynamic.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …ava/org/springframework/asm/RecordComponentWriter.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …/src/main/java/org/springframework/asm/ByteVector.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …re/src/main/java/org/springframework/asm/TypePath.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …src/main/java/org/springframework/asm/ClassWriter.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …rc/main/java/org/springframework/asm/FieldVisitor.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …rc/main/java/org/springframework/asm/ClassVisitor.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …rc/main/java/org/springframework/asm/ModuleWriter.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …core/src/main/java/org/springframework/asm/Symbol.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …c/main/java/org/springframework/asm/ModuleVisitor.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …ore/src/main/java/org/springframework/asm/Opcodes.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …src/main/java/org/springframework/asm/ClassReader.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …src/main/java/org/springframework/asm/ClassReader.java | 201 | // throw new IllegalArgumentException( |
| LOW | …src/main/java/org/springframework/asm/ClassReader.java | 1861 | methodVisitor.visitTryCatchBlock(start, end, handler, catchType); |
| LOW | …src/main/java/org/springframework/asm/ClassReader.java | 2021 | // does not currently have any frame. These inserted frames must be computed by simulating the |
| LOW | …e/src/main/java/org/springframework/asm/Attribute.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …in/java/org/springframework/asm/AnnotationVisitor.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …c/main/java/org/springframework/asm/TypeReference.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …core/src/main/java/org/springframework/asm/Handle.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …g-core/src/main/java/org/springframework/asm/Edge.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …va/org/springframework/asm/ClassTooLargeException.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …a/org/springframework/asm/MethodTooLargeException.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| LOW | …e/src/main/java/org/springframework/asm/Constants.java | 1 | // ASM: a very small and fast Java bytecode manipulation framework |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …ork/orm/jpa/persistenceunit/PersistenceUnitReader.java | 160 | // to leverage XXE attacks. This does not qualify as privilege escalation. |
| MEDIUM | …work/jms/listener/DefaultMessageListenerContainer.java | 332 | * {@link #CACHE_CONNECTION} or {@link #CACHE_SESSION} even in conjunction with an |
| MEDIUM | …amework/scheduling/quartz/LocalDataSourceJobStore.java | 98 | // Absolutely needs thread-bound DataSource to initialize. |
| MEDIUM | …ork/scheduling/quartz/LocalTaskExecutorThreadPool.java | 60 | // Absolutely needs thread-bound Executor to initialize. |
| LOW | …/aop/aspectj/AspectJAdviceParameterNameDiscoverer.java | 110 | * be logged and the {@link #getParameterNames(Method)} method will simply return |
| MEDIUM | …rg/springframework/web/servlet/view/xslt/XsltView.java | 215 | // to leverage XXE attacks. This does not qualify as privilege escalation. |
| MEDIUM | …a/org/springframework/beans/TypeConverterDelegate.java | 255 | // Definitely doesn't match: throw IllegalArgumentException/IllegalStateException |
| MEDIUM | …framework/beans/factory/xml/DefaultDocumentLoader.java | 93 | // to leverage XXE attacks. This does not qualify as privilege escalation. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ean/override/BeanOverrideBeanFactoryPostProcessor.java | 373 | // Step 0: none or only one |
| LOW | …ean/override/BeanOverrideBeanFactoryPostProcessor.java | 382 | // Step 1: check primary candidate |
| LOW | …ean/override/BeanOverrideBeanFactoryPostProcessor.java | 388 | // Step 2: use the field name or parameter name as a fallback qualifier |
| LOW | …/beans/factory/support/DefaultListableBeanFactory.java | 1667 | // Step 1: pre-resolved shortcut for single bean match, for example, from @Autowired |
| LOW | …/beans/factory/support/DefaultListableBeanFactory.java | 1675 | // Step 2: pre-defined value or expression, for example, from @Value |
| LOW | …/beans/factory/support/DefaultListableBeanFactory.java | 1696 | // Step 3: shortcut for declared dependency name or qualifier-suggested name matching target bean name |
| LOW | …/beans/factory/support/DefaultListableBeanFactory.java | 1740 | // Step 5: determine single candidate |
| LOW | …/beans/factory/support/DefaultListableBeanFactory.java | 1764 | // Step 6: validate single result |
| LOW | …/beans/factory/support/DefaultListableBeanFactory.java | 2040 | // Step 1: check primary candidate |
| LOW | …/beans/factory/support/DefaultListableBeanFactory.java | 2063 | // Step 3: check highest priority candidate |
| LOW | …/beans/factory/support/DefaultListableBeanFactory.java | 2068 | // Step 4: pick unique default-candidate |
| LOW | …/beans/factory/support/DefaultListableBeanFactory.java | 2073 | // Step 5: pick directly registered dependency |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …function/server/RenderingResponseIntegrationTests.java | 112 | private static class RenderingResponseHandler { |
| LOW | …ramework/docs/web/webfluxfnrequest/RequestHandler.java | 23 | public class RequestHandler { |
| LOW | …mework/docs/web/webfluxfnresponse/ResponseHandler.java | 23 | public class ResponseHandler { |
| LOW | …gframework/docs/web/webfluxfnrequest/RequestHandler.kt | 22 | class RequestHandler { |
| LOW | …ramework/docs/web/webfluxfnresponse/ResponseHandler.kt | 23 | class ResponseHandler { |
| LOW | …erver/reactive/ServerHttpsRequestIntegrationTests.java | 90 | private static class CheckRequestHandler implements HttpHandler { |
| LOW | …server/reactive/ServerHttpRequestIntegrationTests.java | 50 | static class CheckRequestHandler implements HttpHandler { |
| LOW | …ver/reactive/MultipartHttpHandlerIntegrationTests.java | 88 | static class CheckRequestHandler implements WebHandler { |
| LOW | …socket/server/support/WebSocketHttpRequestHandler.java | 59 | public class WebSocketHttpRequestHandler implements HttpRequestHandler, Lifecycle, ServletContextAware { |
| LOW | …eb/socket/sockjs/support/SockJsHttpRequestHandler.java | 52 | public class SockJsHttpRequestHandler |
| LOW | …mework/web/servlet/handler/AbstractHandlerMapping.java | 795 | private final class PreFlightHttpRequestHandler |
| LOW | …servlet/resource/DefaultServletHttpRequestHandler.java | 55 | public class DefaultServletHttpRequestHandler implements HttpRequestHandler, ServletContextAware { |
| LOW | …k/web/servlet/resource/ResourceHttpRequestHandler.java | 97 | public class ResourceHttpRequestHandler extends WebContentGenerator |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/datasource/lookup/IsolationLevelDataSourceRouter.java | 77 | * don't forget to switch the "allowCustomIsolationLevels" flag to "true". |
| MEDIUM | …y/annotation/AutowiredAnnotationBeanPostProcessor.java | 141 | * <p>In addition to regular injection points as discussed above, this post-processor |