",t};e.buildCustomizationMenuUi=t;function n(e){let t='
${e.filter.label}
모니터링 & 보안을 위한 통합 플랫폼
Observability
스택의 상태와 성능을 한눈에 볼 수 있는 엔드투엔드 가시성
인프라스트럭처
APPLICATIONS
로그
Security
실시간으로 위협 감지, 우선 순위 설정 및 대응
Code Security
Cloud Security
위협 관리
Security Labs
Digital Experience
프런트엔드 성능을 최적화하고 사용자 경험 향상
관련 제품
Software Delivery
고품질 코드를 빠르게 빌드, 테스트, 보안 강화
Service Management
통합되고 간소화된 워크플로우로 빠른 문제 해결
Actions
AIOps
AI
모델 성능 모니터링 및 개선. 정확한 근본 원인 파악 및 이상 징후 감지
AI Observability
Platform Capabilities
Datadog 플랫폼의 강력한 기본 제공 기능 및 통합
기본 기능
워크플로 및 협업
확장성
산업
기술
고객 사례
Looking for Datadog logos?
You can find the logo assets on our press page.
ID: javascript-browser-security/postmessage-permissive-origin
javascript-browser-security/postmessage-permissive-origin
Language: JavaScript
Severity: Warning
Category: Security
CWE: 923
Always specify the origin of the message for security reasons and to avoid spoofing attacks. Always specify an exact target origin, not *, when you use postMessage to send data to other windows.
*
postMessage
window.postMessage(message, '*')
window.postMessage(message, 'https://app.domain.tld')
원활한 통합. Datadog Code Security를 경험해 보세요
1 2
rulesets: - javascript-browser-security # Rules to enforce JavaScript browser security.
자세한 내용은 Code Security 문서를 참고하세요
VS Code 편집기에서 직접 코드 취약점 식별하세요
JetBrain 제품에서 직접 코드 취약점 식별하세요