Description of problem:
When inspecting a Red Hat Satellite Manifest, one can see that the file rules2/rules.js is defined as ASCII text instead of JavaScript source, ASCII text. In environment where files are being validated, this can cause alerts because the file head for rules2/rules.js is not accurate and therefore considered problematic (Security systems may block the Manifest from being accepected).
How reproducible:
Always
Is this issue a regression from an earlier version:
No
Steps to Reproduce:
1. Download Red Hat Satellite Subscription Manifest
2. Inspect Manifest
3. Check File Type for rules2/rules.js
Actual behavior:
Filetype for rules2/rules.js is defined as ASCII text
Expected behavior:
Filetype for rules2/rules.js should be JavaScript source, ASCII text
Business Impact / Additional info:
Unable to import Red Hat Satellite Subscription Manifest into restricted environment due to Security scanning blocking the file.