
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).
io.github.dboy233:ImageCheckBox
Advanced tools
allprojects {
repositories {
...
mavenCentral()
}
}
dependencies {
implementation 'io.github.dboy233:ImageCheckBox:${last-version}'
}
<ImageCheckBox
app:onDrawable="@mipmap/ic_image_check_on" 开启/选中状态
app:offDrawable="@mipmap/ic_image_check_off" 关闭/未选中状态
app:waitDrawable="@mipmap/ic_image_wait" 介于开启和关闭之间的状态,等待/未全选状态
app:checked="true"/>
/**
* @param wait 等待状态
* @param notifyListener 是否通知回调;只有在wait=false时进行判断
*/
public void setWait(boolean wait, boolean notifyListener)
/**
* 是否是等待状态
*/
public boolean isWait()
/**
*是否选中
*/
public boolean isCheck()
/**
* 设置选中状态不通知回调方法
*
* @param isCheck 选中状态
*/
public void setCheck(boolean isCheck)
/**
* 设置选中状态不通知回调方法
*
* @param isCheck 选中状态
* @param notifyListener 是否通知回调方法
*/
public void setCheck(boolean isCheck, boolean notifyListener)
未选中 | 选中 | 等待 |
---|---|---|
![]() | ![]() | ![]() |
FAQs
Multi-state ImageCheckBox
We found that io.github.dboy233:ImageCheckBox 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.