モニタリング & セキュリティ向け統合プラットフォーム
オブザーバビリティ (可視性)
スタックのヘルスとパフォーマンスをエンドツーエンドで簡単に可視化
インフラストラクチャ
アプリケーション
データ
ログ
セキュリティ
脅威をリアルタイムで検知、優先順位付けし、対応
Code Security
Cloud Security
脅威管理
Security Labs
デジタル エクスペリエンス
フロントエンドのパフォーマンスを最適化し、ユーザー体験を向上
関連製品
ソフトウェア デリバリ
高品質なコードをより速く構築、テスト、セキュリティ強化、デプロイ
サービス管理
統合された効率的なワークフローで解決までの時間を短縮
アクション
エージェント型と埋め込み型
AI
モデルのパフォーマンスをモニタリング・改善。根本原因を特定し異常を検知
AI Observability
プラットフォーム機能
Datadog プラットフォームを支える組み込み機能とインテグレーション
組み込み機能
ワークフローとコラボレーション
拡張性
業界
テクノロジー
ユースケース
Looking for Datadog logos?
You can find the logo assets on our press page.
ID: typescript-express/access-restriction
typescript-express/access-restriction
Language: TypeScript
Severity: Warning
Category: Security
CWE: 548
Exposing a directory listing could present an attacker an opportunity to access source code or other sensitive data through a file structure exploit. Restricting access to non-sensitive directories and files is strongly suggested.
import express, { Express } from 'express'; import serveIndex from "serve-index"; const app: Express = express(); app.use(serveIndex())
import express, { Express } from 'express'; import serveIndex from "serve-index"; const app: Express = express(); app.use(serveIndex("/public"))
シームレスな統合。 Datadog Code Security をお試しください
1 2
rulesets: - typescript-express # Rules to enforce TypeScript express.
詳細については、Code Security ドキュメント を参照してください
あなたのVS Code エディタ内で直接コードの脆弱性を特定
JetBrains 製品内で直接コードの脆弱性を特定
Ask me anything about Datadog documentation