Files
Adil Burak Şen a93e065e54 fix: prevent path traversal in sourceMapViewer /file endpoint
Closes https://github.com/dart-lang/sdk/pull/63389

GitOrigin-RevId: 882cfd8dcdbd2d615bd0f7da40d3d83105924fbc
Change-Id: If510820433729765a09c9784f0364bbb52e703c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/504020
Reviewed-by: Nate Biggs <natebiggs@google.com>
Commit-Queue: Nate Biggs <natebiggs@google.com>
2026-05-18 08:42:05 -07:00
..

This program serves a visualization of a JavaScript source map file generated
by dart2js or pub.

Run 'pub build' to build the application.

Usage: dart --package-root=packages/ bin/source_map_viewer.dart <path to map file>.

The default system browser is started and pointed to the viewer if available.