Skip to content

Bump AutoMapper from 13.0.1 to 15.1.1#10

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/nuget/src/Libraries/Nop.Core/AutoMapper-15.1.1
Open

Bump AutoMapper from 13.0.1 to 15.1.1#10
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/nuget/src/Libraries/Nop.Core/AutoMapper-15.1.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Updated AutoMapper from 13.0.1 to 15.1.1.

Release notes

Sourced from AutoMapper's releases.

15.1.1

What's Changed

Security

Fixed an issue where certain cyclic or self-referential object graphs could trigger uncontrolled recursion during mapping, potentially resulting in stack exhaustion and denial of service.

Applications that process untrusted or attacker-controlled object graphs through affected mapping paths may be impacted.

Users should upgrade to this release.

Security advisory: GHSA-rvv3-g6hj-g44x

Thanks to @​skdishansachin for responsibly disclosing this issue.

Full Changelog: LuckyPennySoftware/AutoMapper@v16.1.1...v15.1.1

15.1.0

What's Changed

New Contributors

Full Changelog: LuckyPennySoftware/AutoMapper@v15.0.1...v15.1.0

15.0.1

What's Changed

Full Changelog: LuckyPennySoftware/AutoMapper@v15.0.0...v15.0.1

This release supersedes the 15.0.0 release, reverting behavior and overloads so that the AddAutoMapper overloads separate the "scanning for maps" from the "scanning for dependencies". Unfortunately it's not really possible to combine these two together.

This also fixes a critical bug in #​4545 that does not work with .NET 4.x applications (as intended).

Because of this, the 15.0.0 will be delisted because of the breaking changes there.

15.0.0

Full Changelog: LuckyPennySoftware/AutoMapper@v14.0.0...v15.0.0

  • Added support for .NET Standard 2.0
  • Requiring license key
  • Moving from MIT license to dual commercial/OSS license

To set your license key:

services.AddAutoMapper(cfg => {
    cfg.LicenseKey = "<License key here>";
});

This also introduced a breaking change with MapperConfiguration requiring an ILoggerFactory for logging purposes:

public MapperConfiguration(MapperConfigurationExpression configurationExpression, ILoggerFactory loggerFactory)

Registering AutoMapper with services.AddAutoMapper will automatically supply this parameter. Otherwise you'll need to supply the logger factory.

You can obtain your license key at AutoMapper.io

14.0.0

What's Changed

New Contributors

Full Changelog: LuckyPennySoftware/AutoMapper@v13.0.1...v14.0.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

---
updated-dependencies:
- dependency-name: AutoMapper
  dependency-version: 15.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 16, 2026
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednuget/​automapper@​13.0.1 ⏵ 15.1.1100100 +169010070 -30

View full report

@socket-security
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
License policy violation: nuget automapper under RPL-1.5

License: RPL-1.5 - the applicable license policy does not allow this license (4) (LICENSE.md)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/automapper@15.1.1

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore nuget/automapper@15.1.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: nuget microsoft.extensions.dependencyinjection.abstractions under NIST-Software

License: NIST-Software - the applicable license policy does not allow this license (4) (THIRD-PARTY-NOTICES.TXT)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/automapper@15.1.1nuget/microsoft.extensions.caching.sqlserver@9.0.0nuget/microsoft.extensions.caching.stackexchangeredis@9.0.0nuget/autofac.extensions.dependencyinjection@10.0.0nuget/azure.extensions.aspnetcore.dataprotection.blobs@1.3.4nuget/azure.extensions.aspnetcore.dataprotection.keys@1.2.4nuget/microsoft.extensions.dependencyinjection.abstractions@10.0.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore nuget/microsoft.extensions.dependencyinjection.abstractions@10.0.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: nuget microsoft.extensions.logging.abstractions under NIST-Software

License: NIST-Software - the applicable license policy does not allow this license (4) (THIRD-PARTY-NOTICES.TXT)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/automapper@15.1.1nuget/microsoft.extensions.caching.stackexchangeredis@9.0.0nuget/azure.extensions.aspnetcore.dataprotection.blobs@1.3.4nuget/azure.extensions.aspnetcore.dataprotection.keys@1.2.4nuget/microsoft.extensions.logging.abstractions@10.0.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore nuget/microsoft.extensions.logging.abstractions@10.0.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: nuget microsoft.extensions.options under NIST-Software

License: NIST-Software - the applicable license policy does not allow this license (4) (THIRD-PARTY-NOTICES.TXT)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/automapper@15.1.1nuget/microsoft.extensions.caching.sqlserver@9.0.0nuget/microsoft.extensions.caching.stackexchangeredis@9.0.0nuget/azure.extensions.aspnetcore.dataprotection.blobs@1.3.4nuget/azure.extensions.aspnetcore.dataprotection.keys@1.2.4nuget/microsoft.extensions.options@10.0.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore nuget/microsoft.extensions.options@10.0.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: nuget microsoft.extensions.primitives under NIST-Software

License: NIST-Software - the applicable license policy does not allow this license (4) (THIRD-PARTY-NOTICES.TXT)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/automapper@15.1.1nuget/microsoft.extensions.caching.sqlserver@9.0.0nuget/microsoft.extensions.caching.stackexchangeredis@9.0.0nuget/azure.extensions.aspnetcore.dataprotection.blobs@1.3.4nuget/azure.extensions.aspnetcore.dataprotection.keys@1.2.4nuget/microsoft.extensions.primitives@10.0.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore nuget/microsoft.extensions.primitives@10.0.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: nuget system.diagnostics.diagnosticsource under NIST-Software

License: NIST-Software - the applicable license policy does not allow this license (4) (THIRD-PARTY-NOTICES.TXT)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/automapper@15.1.1nuget/azure.storage.blobs@12.23.0nuget/microsoft.data.sqlclient@5.2.2nuget/microsoft.extensions.caching.sqlserver@9.0.0nuget/microsoft.extensions.caching.stackexchangeredis@9.0.0nuget/azure.identity@1.13.1nuget/autofac.extensions.dependencyinjection@10.0.0nuget/azure.extensions.aspnetcore.dataprotection.blobs@1.3.4nuget/azure.extensions.aspnetcore.dataprotection.keys@1.2.4nuget/system.diagnostics.diagnosticsource@10.0.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore nuget/system.diagnostics.diagnosticsource@10.0.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@socket-security-staging
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednuget/​automapper@​13.0.1 ⏵ 15.1.1100100 +169010070 -30

View full report

@socket-security-staging
Copy link

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
License policy violation: nuget automapper under RPL-1.5

License: RPL-1.5 - the applicable license policy does not allow this license (4) (LICENSE.md)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/automapper@15.1.1

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity-Staging ignore nuget/automapper@15.1.1. You can also ignore all packages with @SocketSecurity-Staging ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: nuget microsoft.extensions.dependencyinjection.abstractions under NIST-Software

License: NIST-Software - the applicable license policy does not allow this license (4) (THIRD-PARTY-NOTICES.TXT)

License: MIT WITH fmt-exception - the applicable license policy does not allow this license exception (THIRD-PARTY-NOTICES.TXT)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/azure.extensions.aspnetcore.dataprotection.blobs@1.3.4nuget/microsoft.extensions.caching.sqlserver@9.0.0nuget/microsoft.extensions.caching.stackexchangeredis@9.0.0nuget/autofac.extensions.dependencyinjection@10.0.0nuget/azure.extensions.aspnetcore.dataprotection.keys@1.2.4nuget/automapper@15.1.1nuget/microsoft.extensions.dependencyinjection.abstractions@10.0.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity-Staging ignore nuget/microsoft.extensions.dependencyinjection.abstractions@10.0.0. You can also ignore all packages with @SocketSecurity-Staging ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: nuget microsoft.extensions.logging.abstractions under NIST-Software

License: NIST-Software - the applicable license policy does not allow this license (4) (THIRD-PARTY-NOTICES.TXT)

License: MIT WITH fmt-exception - the applicable license policy does not allow this license exception (THIRD-PARTY-NOTICES.TXT)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/azure.extensions.aspnetcore.dataprotection.blobs@1.3.4nuget/microsoft.extensions.caching.stackexchangeredis@9.0.0nuget/azure.extensions.aspnetcore.dataprotection.keys@1.2.4nuget/automapper@15.1.1nuget/microsoft.extensions.logging.abstractions@10.0.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity-Staging ignore nuget/microsoft.extensions.logging.abstractions@10.0.0. You can also ignore all packages with @SocketSecurity-Staging ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: nuget microsoft.extensions.options under NIST-Software

License: NIST-Software - the applicable license policy does not allow this license (4) (THIRD-PARTY-NOTICES.TXT)

License: MIT WITH fmt-exception - the applicable license policy does not allow this license exception (THIRD-PARTY-NOTICES.TXT)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/azure.extensions.aspnetcore.dataprotection.blobs@1.3.4nuget/microsoft.extensions.caching.sqlserver@9.0.0nuget/microsoft.extensions.caching.stackexchangeredis@9.0.0nuget/azure.extensions.aspnetcore.dataprotection.keys@1.2.4nuget/automapper@15.1.1nuget/microsoft.extensions.options@10.0.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity-Staging ignore nuget/microsoft.extensions.options@10.0.0. You can also ignore all packages with @SocketSecurity-Staging ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: nuget microsoft.extensions.primitives under NIST-Software

License: NIST-Software - the applicable license policy does not allow this license (4) (THIRD-PARTY-NOTICES.TXT)

License: MIT WITH fmt-exception - the applicable license policy does not allow this license exception (THIRD-PARTY-NOTICES.TXT)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/azure.extensions.aspnetcore.dataprotection.blobs@1.3.4nuget/microsoft.extensions.caching.sqlserver@9.0.0nuget/microsoft.extensions.caching.stackexchangeredis@9.0.0nuget/azure.extensions.aspnetcore.dataprotection.keys@1.2.4nuget/automapper@15.1.1nuget/microsoft.extensions.primitives@10.0.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity-Staging ignore nuget/microsoft.extensions.primitives@10.0.0. You can also ignore all packages with @SocketSecurity-Staging ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
License policy violation: nuget system.diagnostics.diagnosticsource under NIST-Software

License: NIST-Software - the applicable license policy does not allow this license (4) (THIRD-PARTY-NOTICES.TXT)

License: MIT WITH fmt-exception - the applicable license policy does not allow this license exception (THIRD-PARTY-NOTICES.TXT)

From: src/Libraries/Nop.Core/Nop.Core.csprojnuget/microsoft.data.sqlclient@5.2.2nuget/azure.storage.blobs@12.23.0nuget/azure.extensions.aspnetcore.dataprotection.blobs@1.3.4nuget/microsoft.extensions.caching.sqlserver@9.0.0nuget/microsoft.extensions.caching.stackexchangeredis@9.0.0nuget/autofac.extensions.dependencyinjection@10.0.0nuget/azure.identity@1.13.1nuget/azure.extensions.aspnetcore.dataprotection.keys@1.2.4nuget/automapper@15.1.1nuget/system.diagnostics.diagnosticsource@10.0.0

ℹ Read more on: This package | This alert | What is a license policy violation?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Find a package that does not violate your license policy or adjust your policy to allow this package's license.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity-Staging ignore nuget/system.diagnostics.diagnosticsource@10.0.0. You can also ignore all packages with @SocketSecurity-Staging ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants