Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg: 9 vulnerabilities (highest severity is: 7.5) reachable #5

Open
dev-mend-for-github-com bot opened this issue Dec 5, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@dev-mend-for-github-com
Copy link

dev-mend-for-github-com bot commented Dec 5, 2024

Vulnerable Library - microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg

Path to dependency file: /vulnerable_asp_net_core/vulnerable_asp_net_core.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg

Found in HEAD commit: 4fdf518f8c373e72be386bf8f8348d1d172442eb

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg version) Remediation Possible** Reachability
CVE-2019-0820 High 7.5 system.text.regularexpressions.4.3.0.nupkg Transitive N/A*

Reachable

CVE-2018-8292 High 7.5 system.net.http.4.3.0.nupkg Transitive N/A*

Reachable

CVE-2020-11022 Medium 6.9 microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg Transitive N/A*

Unreachable

CVE-2019-8331 Medium 6.1 microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg Transitive N/A*

Unreachable

CVE-2018-20677 Low 3.7 microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg Transitive N/A*

Unreachable

CVE-2018-14042 Low 3.7 microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg Transitive N/A*

Unreachable

CVE-2018-14040 Low 3.7 microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg Transitive N/A*

Unreachable

CVE-2016-10735 Low 3.7 microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg Transitive N/A*

Unreachable

CVE-2017-0248 High 7.5 system.net.http.4.3.0.nupkg Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2019-0820

Vulnerable Library - system.text.regularexpressions.4.3.0.nupkg

Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...

Library home page: https://api.nuget.org/packages/system.text.regularexpressions.4.3.0.nupkg

Path to dependency file: /vulnerable_asp_net_core/vulnerable_asp_net_core.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg

Dependency Hierarchy:

  • microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg (Root Library)
    • microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg
      • microsoft.visualstudio.web.codegeneration.2.1.1.nupkg
        • microsoft.visualstudio.web.codegeneration.entityframeworkcore.2.1.1.nupkg
          • microsoft.visualstudio.web.codegeneration.core.2.1.1.nupkg
            • microsoft.visualstudio.web.codegeneration.templating.2.1.1.nupkg
              • microsoft.codeanalysis.csharp.2.8.0.nupkg
                • microsoft.codeanalysis.common.2.8.0.nupkg
                  • system.xml.xdocument.4.3.0.nupkg
                    • system.xml.readerwriter.4.3.0.nupkg
                    • system.text.regularexpressions.4.3.0.nupkg (Vulnerable Library)

Found in HEAD commit: 4fdf518f8c373e72be386bf8f8348d1d172442eb

Found in base branch: main

Reachability Analysis

This vulnerability is potentially reachable

vulnerable_asp_net_core.Controllers.SL (Application)
  -> System.Xml.XmlReader (Extension)
   -> System.Xml.XmlConvert (Extension)
    -> System.Text.RegularExpressions.Regex (Extension)
     -> System.Text.RegularExpressions.RegexWriter (Extension)
      -> ❌ System.Text.RegularExpressions.RegexFCD (Vulnerable Component)

Vulnerability Details

A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
Mend Note: After conducting further research, Mend has determined that CVE-2019-0820 only affects environments with versions 4.3.0 and 4.3.1 only on netcore50 environment of system.text.regularexpressions.nupkg.

Publish Date: 2019-05-16

URL: CVE-2019-0820

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-cmhx-cq75-c4mj

Release Date: 2019-05-16

Fix Resolution: System.Text.RegularExpressions - 4.3.1

CVE-2018-8292

Vulnerable Library - system.net.http.4.3.0.nupkg

Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers.

Commonly Used Types:
System.Net.Http.HttpResponseMessage
System.Net.Http.DelegatingHandler
System.Net.Http.HttpRequestException
System.Net.Http.HttpClient
System.Net.Http.MultipartContent
System.Net.Http.Headers.HttpContentHeaders
System.Net.Http.HttpClientHandler
System.Net.Http.StreamContent
System.Net.Http.FormUrlEncodedContent
System.Net.Http.HttpMessageHandler

When using NuGet 3.x this package requires at least version 3.4.

Library home page: https://api.nuget.org/packages/system.net.http.4.3.0.nupkg

Path to dependency file: /vulnerable_asp_net_core/vulnerable_asp_net_core.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg

Dependency Hierarchy:

  • microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg (Root Library)
    • microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg
      • microsoft.visualstudio.web.codegeneration.2.1.1.nupkg
        • microsoft.visualstudio.web.codegeneration.entityframeworkcore.2.1.1.nupkg
          • microsoft.visualstudio.web.codegeneration.core.2.1.1.nupkg
            • microsoft.visualstudio.web.codegeneration.templating.2.1.1.nupkg
              • microsoft.visualstudio.web.codegeneration.utils.2.1.1.nupkg
                • nuget.frameworks.4.7.0.nupkg
                  • netstandard.library.1.6.1.nupkg
                    • system.net.http.4.3.0.nupkg (Vulnerable Library)

Found in HEAD commit: 4fdf518f8c373e72be386bf8f8348d1d172442eb

Found in base branch: main

Reachability Analysis

This vulnerability is potentially reachable

vulnerable_asp_net_core.Controllers.SL (Application)
  -> System.Xml.XmlReader (Extension)
   -> ❌ System.NotImplemented (Vulnerable Component)

Vulnerability Details

An information disclosure vulnerability exists in .NET Core when authentication information is inadvertently exposed in a redirect, aka ".NET Core Information Disclosure Vulnerability." This affects .NET Core 2.1, .NET Core 1.0, .NET Core 1.1, PowerShell Core 6.0.

Publish Date: 2018-10-10

URL: CVE-2018-8292

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2018-10-10

Fix Resolution: System.Net.Http - 4.3.4;Microsoft.PowerShell.Commands.Utility - 6.1.0-rc.1

CVE-2020-11022

Vulnerable Library - microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.

Library home page: https://api.nuget.org/packages/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Path to dependency file: /vulnerable_asp_net_core/vulnerable_asp_net_core.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.visualstudio.web.codegenerators.mvc/2.1.1/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Dependency Hierarchy:

  • microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg (Root Library)
    • microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg (Vulnerable Library)

Found in HEAD commit: 4fdf518f8c373e72be386bf8f8348d1d172442eb

Found in base branch: main

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0.

Publish Date: 2020-04-29

URL: CVE-2020-11022

CVSS 3 Score Details (6.9)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11022

Release Date: 2020-04-29

Fix Resolution: jQuery - 3.5.0

CVE-2019-8331

Vulnerable Library - microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.

Library home page: https://api.nuget.org/packages/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Path to dependency file: /vulnerable_asp_net_core/vulnerable_asp_net_core.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.visualstudio.web.codegenerators.mvc/2.1.1/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Dependency Hierarchy:

  • microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg (Root Library)
    • microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg (Vulnerable Library)

Found in HEAD commit: 4fdf518f8c373e72be386bf8f8348d1d172442eb

Found in base branch: main

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible in the tooltip or popover data-template attribute.

Publish Date: 2019-02-20

URL: CVE-2019-8331

CVSS 3 Score Details (6.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2019-02-20

Fix Resolution: bootstrap - 3.4.1,4.3.1;bootstrap-sass - 3.4.1,4.3.1

CVE-2018-20677

Vulnerable Library - microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.

Library home page: https://api.nuget.org/packages/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Path to dependency file: /vulnerable_asp_net_core/vulnerable_asp_net_core.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.visualstudio.web.codegenerators.mvc/2.1.1/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Dependency Hierarchy:

  • microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg (Root Library)
    • microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg (Vulnerable Library)

Found in HEAD commit: 4fdf518f8c373e72be386bf8f8348d1d172442eb

Found in base branch: main

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

In Bootstrap before 3.4.0, XSS is possible in the affix configuration target property.

Publish Date: 2019-01-09

URL: CVE-2018-20677

CVSS 3 Score Details (3.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-20677

Release Date: 2019-01-09

Fix Resolution: Bootstrap - v3.4.0;NorDroN.AngularTemplate - 0.1.6;Dynamic.NET.Express.ProjectTemplates - 0.8.0;dotnetng.template - 1.0.0.4;ZNxtApp.Core.Module.Theme - 1.0.9-Beta;JMeter - 5.0.0

CVE-2018-14042

Vulnerable Library - microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.

Library home page: https://api.nuget.org/packages/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Path to dependency file: /vulnerable_asp_net_core/vulnerable_asp_net_core.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.visualstudio.web.codegenerators.mvc/2.1.1/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Dependency Hierarchy:

  • microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg (Root Library)
    • microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg (Vulnerable Library)

Found in HEAD commit: 4fdf518f8c373e72be386bf8f8348d1d172442eb

Found in base branch: main

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip.

Publish Date: 2018-07-13

URL: CVE-2018-14042

CVSS 3 Score Details (3.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2018-07-13

Fix Resolution: org.webjars.npm:bootstrap:4.1.2.org.webjars:bootstrap:3.4.0

CVE-2018-14040

Vulnerable Library - microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.

Library home page: https://api.nuget.org/packages/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Path to dependency file: /vulnerable_asp_net_core/vulnerable_asp_net_core.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.visualstudio.web.codegenerators.mvc/2.1.1/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Dependency Hierarchy:

  • microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg (Root Library)
    • microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg (Vulnerable Library)

Found in HEAD commit: 4fdf518f8c373e72be386bf8f8348d1d172442eb

Found in base branch: main

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute.

Publish Date: 2018-07-13

URL: CVE-2018-14040

CVSS 3 Score Details (3.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2018-07-13

Fix Resolution: org.webjars.npm:bootstrap:4.1.2,org.webjars:bootstrap:3.4.0

CVE-2016-10735

Vulnerable Library - microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views.

Library home page: https://api.nuget.org/packages/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Path to dependency file: /vulnerable_asp_net_core/vulnerable_asp_net_core.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/microsoft.visualstudio.web.codegenerators.mvc/2.1.1/microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg

Dependency Hierarchy:

  • microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg (Root Library)
    • microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg (Vulnerable Library)

Found in HEAD commit: 4fdf518f8c373e72be386bf8f8348d1d172442eb

Found in base branch: main

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

In Bootstrap 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2, XSS is possible in the data-target attribute, a different vulnerability than CVE-2018-14041.
Mend Note: Converted from WS-2018-0021, on 2022-11-08.

Publish Date: 2019-01-09

URL: CVE-2016-10735

CVSS 3 Score Details (3.7)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10735

Release Date: 2019-01-09

Fix Resolution: bootstrap - 3.4.0, 4.0.0-beta.2

CVE-2017-0248

Vulnerable Library - system.net.http.4.3.0.nupkg

Provides a programming interface for modern HTTP applications, including HTTP client components that allow applications to consume web services over HTTP and HTTP components that can be used by both clients and servers for parsing HTTP headers.

Commonly Used Types:
System.Net.Http.HttpResponseMessage
System.Net.Http.DelegatingHandler
System.Net.Http.HttpRequestException
System.Net.Http.HttpClient
System.Net.Http.MultipartContent
System.Net.Http.Headers.HttpContentHeaders
System.Net.Http.HttpClientHandler
System.Net.Http.StreamContent
System.Net.Http.FormUrlEncodedContent
System.Net.Http.HttpMessageHandler

When using NuGet 3.x this package requires at least version 3.4.

Library home page: https://api.nuget.org/packages/system.net.http.4.3.0.nupkg

Path to dependency file: /vulnerable_asp_net_core/vulnerable_asp_net_core.csproj

Path to vulnerable library: /home/wss-scanner/.nuget/packages/system.net.http/4.3.0/system.net.http.4.3.0.nupkg

Dependency Hierarchy:

  • microsoft.visualstudio.web.codegeneration.design.2.1.1.nupkg (Root Library)
    • microsoft.visualstudio.web.codegenerators.mvc.2.1.1.nupkg
      • microsoft.visualstudio.web.codegeneration.2.1.1.nupkg
        • microsoft.visualstudio.web.codegeneration.entityframeworkcore.2.1.1.nupkg
          • microsoft.visualstudio.web.codegeneration.core.2.1.1.nupkg
            • microsoft.visualstudio.web.codegeneration.templating.2.1.1.nupkg
              • microsoft.visualstudio.web.codegeneration.utils.2.1.1.nupkg
                • nuget.frameworks.4.7.0.nupkg
                  • netstandard.library.1.6.1.nupkg
                    • system.net.http.4.3.0.nupkg (Vulnerable Library)

Found in HEAD commit: 4fdf518f8c373e72be386bf8f8348d1d172442eb

Found in base branch: main

Vulnerability Details

Microsoft .NET Framework 2.0, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2 and 4.7 allow an attacker to bypass Enhanced Security Usage taggings when they present a certificate that is invalid for a specific use, aka ".NET Security Feature Bypass Vulnerability."

Publish Date: 2017-05-12

URL: CVE-2017-0248

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2017-05-12

Fix Resolution: System.Text.Encodings.Web - 4.0.1, 4.3.1;System.Net.Http - 4.1.2, 4.3.2;System.Net.Http.WinHttpHandler - 4.0.2, 4.3.1;System.Net.Security - 4.0.1, 4.3.1;System.Net.WebSockets.Client - 4.0.1, 4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4, 1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4, 1.1.3

@dev-mend-for-github-com dev-mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants