
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
com.github.microwww:mocker-redis-spring-boot-parent
This is a spring-boot-starter. if you dependency a redis-server, Use it, you can run test case, But do not need a real redis-server. Run it for your test, ONLY !
!!!!!!!! This is move to redis-mock !!!!!!!
!!!!!!!! This is move to redis-mock !!!!!!!
!!!!!!!! This is move to redis-mock !!!!!!!
Using it, you can add the maven dependency :
<dependency>
<groupId>com.github.microwww</groupId>
<artifactId>mocker-redis-spring-boot-starter</artifactId>
<version>5.3.0</version>
</dependency>
You can set mocker.jedis.enable=false
to disable it, like any spring-boot project config.
The embedded redis server will listener spring.redis.port
port, and host is 0.0.0.0
, so you must set spring.redis.host
to match this host.
ALL version to see maven repository
mocker redis code in github
<dependency>
<groupId>com.github.fppt</groupId>
<artifactId>jedis-mock</artifactId>
<version>0.1.16</version>
</dependency>
2.0.0 + with java redis server: jedis-mock , Last version is v0.3.0
<dependency>
<groupId>com.github.microwww</groupId>
<artifactId>redis-server</artifactId>
<version>${jedis-mock.version}</version>
</dependency>
FAQs
This is a redis server mock for spring-boot
We found that com.github.microwww:mocker-redis-spring-boot-parent demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.