
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
igroot-tags
Advanced tools
需要利用 Tags 进行表单受控,支持单选和多选
sl add -c igroot-tags
<Tags radio options={options} />
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| style | 样式 | Object | - |
| className | 扩展样式类名 | string Or array | - |
| disalbed | 是否禁用状态,默认为 false | boolean | false |
| defaultValue | 初始值 | boolean | false |
| options | tags的选项,只支持label和value的形式 | array | - |
| radio | 类型 | boolean | false |
const options = [
{
label: '类型1',
value: '1',
tip: '类型1'
},
{
label: '类型2',
value: '2'
},
{
label: '类型3',
value: '3'
},
{
label: '类型4',
value: '4'
}
]
FAQs

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.