fix(sarif): Use HTTPS scheme for schema URI#844
Conversation
Resolve "untrusted URI" issues in some SARIF-consuming tools caused by use of an HTTP URL for the schema URI in generated SARIF output.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe SARIF output's ChangesSARIF Schema URL Protocol Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Resolve "untrusted URI" issues in some SARIF-consuming tools caused by use of an HTTP URL for the schema URI in generated SARIF output.
Very minor fix / improvement.
Schema URI emitted in SARIF output is HTTP instead of HTTPS.
Schema URI is now emitted as an HTTPS URL.
This is a fix or improvement for tools which consume JSON documents including SARIF, which report trust errors for JSON schemas which are not built-in to said tools and are not referenced by HTTPS. All HTTP URLs from json.schemastore.org are also accessible via HTTPS.
This change is
Summary by CodeRabbit