Skip to content

Drop deprecated qhelp files and replace with Markdown - #27

Draft
carlspring with Copilot wants to merge 3 commits into
masterfrom
copilot/drop-deprecated-qhelp-files
Draft

Drop deprecated qhelp files and replace with Markdown#27
carlspring with Copilot wants to merge 3 commits into
masterfrom
copilot/drop-deprecated-qhelp-files

Conversation

Copilot AI commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

The qhelp XML format is deprecated by CodeQL; all query help must now be authored in Markdown.

Changes

  • Deleted InsecureHttpServer.qhelp, InsecureCorsHttpOrigin.qhelp, InsecureCorsWildcardOrigin.qhelp
  • Added equivalent .md files for each query, preserving all content (overview, recommendation, examples, references) using standard Markdown with fenced Java code blocks in place of <sample> XML references
  • Fixed secure CORS server examples to listen on port 8443 instead of 8080 — configuring SSL while binding to the default HTTP port was misleading

Copilot AI and others added 2 commits August 6, 2026 09:21
Co-authored-by: carlspring <1436265+carlspring@users.noreply.github.com>
Co-authored-by: carlspring <1436265+carlspring@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove deprecated qhelp files and replace with Markdown Drop deprecated qhelp files and replace with Markdown Aug 6, 2026
Copilot AI requested a review from carlspring August 6, 2026 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Drop the now deprecated qhelp files and replace them with Markdown

2 participants