Skip to content

Conversation

@Lemon73-Computing
Copy link
Member

@Lemon73-Computing Lemon73-Computing commented Jun 26, 2025

Security Vulnerability

Microsoft.Build.Tasks.Core 15.9.20 has at one vulnerability with high severity. Advisory: GHSA-h4j7-5rxr-p4wc

Changed:

  • Microsoft.Build
  • Microsoft.Build.Framework
  • Microsoft.Build.Utilities.Core
  • Microsoft.Build.Tasks.Core

?. Operator Error

Fixed:

Error CS0131: The left-hand side of an assignment must be a variable, property or indexer
- a?.color = b;
+ if (a != null)
+     a.color = b;

Microsoft.Build.Tasks.Core 15.9.20 has at one vulnerability with high severity. Advisory: GHSA-h4j7-5rxr-p4wc

Changed:
- Microsoft.Build
- Microsoft.Build.Framework
- Microsoft.Build.Utilities.Core
- Microsoft.Build.Tasks.Core
@Lemon73-Computing Lemon73-Computing changed the title build(deps): bump Microsoft.Build.* from 15.9.20 to 15.9.30 ci: Fixed Security Vulnerabilities and ?= Operator Errors Jul 5, 2025
@Lemon73-Computing Lemon73-Computing changed the title ci: Fixed Security Vulnerabilities and ?= Operator Errors CI: Fixed Security Vulnerabilities and ?= Operator Errors Jul 5, 2025
@Lemon73-Computing Lemon73-Computing changed the title CI: Fixed Security Vulnerabilities and ?= Operator Errors [CI] Fixed Security Vulnerabilities and ?= Operator Errors Jul 5, 2025
@Lemon73-Computing Lemon73-Computing changed the title [CI] Fixed Security Vulnerabilities and ?= Operator Errors [CI] Fixed Security Vulnerabilities and ?. Operator Errors Jul 5, 2025
@Lemon73-Computing
Copy link
Member Author

@jsuarezruiz Hi! PR, please. :D

@Lemon73-Computing
Copy link
Member Author

@jsuarezruiz Any idea when you could review this?

@jsuarezruiz
Copy link
Collaborator

The build is failing, but because the autoformat:

Download action repository 'rolfbjarne/[email protected]' (SHA:49b34d2dd749e83aa0891f1cd16aeedbc9e7a9b6)
Getting action download info
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Should be fixed by #108

@jsuarezruiz jsuarezruiz merged commit 93d812e into MauiGtk:main Sep 7, 2025
3 of 4 checks passed
@Lemon73-Computing Lemon73-Computing deleted the lemon73/resolve-vulnerability branch September 7, 2025 12:36
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants