",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: python-security/mktemp
python-security/mktemp
Language: Python
Severity: Notice
Category: Security
CWE: 377
Using insecure temporary files makes your program vulnerable to attacks. The official Python documentation reports this module being vulnerable to attacks. Instead of mktemp, use the secure version mkstemp().
mktemp
mkstemp()
from tempfile import mktemp mktemp(dir=self._tmp_dir)
import tempfile tempfile.mktemp(dir=self._tmp_dir)
tempfile.mktemp(dir=self._tmp_dir)
import tempfile tempfile.mkstemp(dir=self._tmp_dir)
원활한 통합. Datadog Code Security를 경험해 보세요
1 2
rulesets: - python-security # Rules to enforce Python security.
자세한 내용은 Code Security 문서를 참고하세요
VS Code 편집기에서 직접 코드 취약점 식별하세요
JetBrain 제품에서 직접 코드 취약점 식별하세요