Description

Client side Javascript source code can be combined, minified or compiled. A source map is a file that maps from the transformed source to the original source. Source map may help an attacker to read and debug Javascript.

Remediation

According to the best practices, source maps should not be accesible for an attacker. Consult web references for more information

References

Related Vulnerabilities