Skip to content

Conversation

@k3ldar
Copy link
Owner

@k3ldar k3ldar commented Jul 27, 2025

Status

READY/IN DEVELOPMENT/HOLD

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

List related PRs against other branches:

Todos

  • Tests
  • Documentation

Deploy Notes

Notes regarding deployment the contained body of work. These should note any
db migrations, etc.

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

Impacted Areas in Application

List general components of the application that this PR will affect:

@sonarqubecloud
Copy link

return false;

return Uri.TryCreate(value, UriKind.Relative, out _);
return Url.IsLocalUrl(value);

Check warning

Code scanning / SonarCloud

Accessing files should not lead to filesystem oracle attacks Medium

Change this code to not construct the path from user-controlled data. See more on SonarQube Cloud
@k3ldar k3ldar merged commit 9d81c3b into master Jul 29, 2025
6 checks passed
@k3ldar k3ldar deleted the feature/UpdatePackages branch July 29, 2025 14:49
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.

2 participants