The integrated platform for monitoring & security
Observability
End-to-end, simplified visibility into your stack’s health & performance
インフラ
Applications
ログ
セキュリティ
Detect, prioritize, and respond to threats in real-time
Cloud Security
Application Security
Cloud SIEM
Digital Experience
Optimize front-end performance and enhance user experiences
Related Products
Software Delivery
Build, test, secure and ship quality code faster
Service Management
Integrated, streamlined workflows for faster time-to-resolution
AIOps
AI
Monitor and improve model performance. Pinpoint root causes and detect anomalies
AI Observability
Platform Capabilities
Built-in features & integrations that power the Datadog platform
Built-in Features
Workflows & Collaboration
Extensibility
Industry
テクノロジー
Use-case
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"))
Seamless integrations. Try Datadog Code Analysis
1 2
rulesets: - typescript-express # Rules to enforce TypeScript express.
For more information, please read the Code Analysis documentation
Identify code vulnerabilities directly in yourVS Code editor
Identify code vulnerabilities directly inJetBrains products