
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
RUMKIT 은 브라우저에 성능을 수집하여 그라파나로 전송하는 라이브러리입니다
flowchart TD
subgraph BROWSER["사용자 브라우저"]
direction TB
subgraph APP["Web Application"]
direction LR
React["React 앱"]
Vue["Vue 앱"]
Angular["Angular 앱"]
end
subgraph RUM["RUM Kit (수집 SDK)"]
direction TB
index["index.ts (엔트리)"]
perf["perf.ts (성능 수집)"]
userCtx["userContext.ts (환경 정보)"]
webvitals["webvitals.ts"]
errors["errors.ts"]
po["PerformanceObserver"]
index --> perf
perf --> webvitals
perf --> errors
perf --> po
userCtx --> po
end
APP --> index
end
subgraph LOGCLIENT["log-gateway-js (전송 계층)"]
direction TB
Vitals["Core Web Vitals"]
Timing["Navigation / Resource Timing"]
Error["Error Tracking"]
Context["User Context"]
end
RUM --> LOGCLIENT
LOGCLIENT --> LOGSVC["log-gateway (서버)"]
LOGSVC --> LOKI["Loki"]
LOKI --> GRAFANA["Grafana"]
FAQs
RUMKIT 은 브라우저에 성능을 수집하여 그라파나로 전송하는 라이브러리입니다
We found that rumkit demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.