csutils / csmock

A tool for static analysis, dynamic analysis, and formal verification of RPM packages
GNU General Public License v3.0
23 stars 19 forks source link

produced JSON files should have the `.json` extension as suggested by `RFC 8259` #141

Open lzaoral opened 7 months ago

lzaoral commented 7 months ago

We should probably change the extension from .js to .json as recommended by the RFC defining JSON: https://datatracker.ietf.org/doc/html/rfc8259#section-11

Originally reported in https://github.com/openscanhub/openscanhub/pull/186#discussion_r1395845015.

kdudka commented 7 months ago

One way to do this in a backward-compatible way would be to provide symlinks with the .js suffix like we did in #124.