
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
tomtaw-table
Advanced tools
该组件主要用于展示关于系统(UDI)信息,该功能所有的已经注册过的业务系统都应该实现 目前已注册的业务系统有:云pacs(除了核医学)、远程医疗信息系统、影像云存储共享系统、云病理、远程医学教育、质控系统、智能科室管理系统
npm install tomtaw-system-about -registry http://192.168.1.171:8081/repository/npm-group/
或者
yarn add tomtaw-system-about --registry http://192.168.1.171:8081/repository/npm-group/
import aboutSystem from 'tomtaw-system-about';
// 然后使用时调用下aboutSystem方法就行
// manager 为我们去获取Token的对象 userInfo(登录信息)
// 如: manager = new SecurityService();
manager.getRole().then((userInfo) => {
aboutSystem(appKey,userInfo);
});
// 常见的appkey值 有以下这些:
/// 云PACS
appKey = "cloudpacs";
/// 远程医疗信息系统
appKey = "telemed";
/// 影像云存储共享
appKey = "idcas";
/// 平台运营管理系统
appKey = "operate";
/// 云病理
appKey = "pis";
/// 远程医学教育
appKey = "teaching";
/// 质控系统
appKey = "quality";
/// 智能科室管理系统
appKey = "dms";
FAQs
tomtaw-table
We found that tomtaw-table 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.
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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.