
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-form-container
Advanced tools
表单容器组件
需要构建表单获取表单字段的时候使用
sl add -c igroot-form-container
```
## API
````jsx
<FormContainer>
<Row>
<Col span={8}>
<FormItem label="备注" name="comment">
<Input placeholder='输入要搜索的备注关键字'/>
</FormItem>
</Col>
<Col span={8}>
<FormOption
option={['submit', 'reset']}
submitText="搜索"
onSubmit={this.handleSubmit}
/>
</Col>
</Row>
</FormContainer>
```
### FormContainer
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| onGetForm | 获取当前 form | function(form) | - |
### FormItem
fieldProps, initialValue, required, label
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| label | 标题 | String | - |
| name | 字段名 | String | - |
| initialValue | 初始值| | |
| required | 是否必填 | boolean | false |
| fieldProps | 扩展属性 | 对象 | |
### FormOptiton
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
FAQs
We found that igroot-form-container demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

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.