Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

C#: Make web.config match case insensitive (with change note)#20065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
smowton merged 2 commits intogithub:mainfromsmowton:smowton/fix/web.config
Jul 16, 2025

Conversation

smowton
Copy link
Contributor

Variant of#20061 with a change note

@CopilotCopilotAI review requested due to automatic review settingsJuly 16, 2025 08:07
@smowtonsmowton requested a review froma team as acode ownerJuly 16, 2025 08:07
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

This PR updates the C# CodeQL library to make web.config file matching case insensitive. Previously, only files with exact case matches (e.g., "Web.config") were recognized, but now files with any case variation (e.g., "web.config", "WEB.CONFIG") will be detected.

  • Modifies web.config file detection to use case-insensitive matching
  • Updates both standard web.config and web.release.config file patterns
  • Adds a change note documenting the fix and its impact on existing queries

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

FileDescription
csharp/ql/src/change-notes/2025-07-16-web-config.mdDocuments the case insensitive matching fix and query impact
csharp/ql/lib/semmle/code/asp/WebConfig.qllImplements case insensitive file name matching using toLowerCase()

Copy link
Contributor

@michaelnebelmichaelnebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Excellent - thank you!

@smowtonsmowton merged commitd6a3b2e intogithub:mainJul 16, 2025
23 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

Copilot code reviewCopilotCopilot left review comments

@michaelnebelmichaelnebelmichaelnebel approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@smowton@michaelnebel@jfrank-nih

[8]ページ先頭

©2009-2025 Movatter.jp