mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
24 lines
669 B
XML
24 lines
669 B
XML
<!DOCTYPE qhelp PUBLIC
|
|
"-//Semmle//qhelp//EN"
|
|
"qhelp.dtd">
|
|
<qhelp>
|
|
|
|
<overview>
|
|
<p>
|
|
JSON data should normally be stored in files with extension 'json'. If it is stored in files
|
|
with extension 'js' or 'jsx' (which are normally associated with JavaScript), developers might
|
|
attempt to parse or execute the JSON data as JavaScript, which can lead to parse errors.
|
|
</p>
|
|
</overview>
|
|
|
|
<recommendation>
|
|
<p>
|
|
Rename the file to have extension 'json'.
|
|
</p>
|
|
</recommendation>
|
|
|
|
<references>
|
|
<li>Internet Engineering Taskforce: <a href="https://tools.ietf.org/html/rfc7159">RFC 7159: The JavaScript Object Notation (JSON) Data Interchange Format</a>.</li>
|
|
</references>
|
|
</qhelp>
|