Skip to content

[Snyk] Security upgrade AutoMapper from 12.0.0 to 16.1.1#5362

Open
tidusjar wants to merge 24 commits into
developfrom
snyk-fix-0b3ec5602374e4e2857616ba97e128d0
Open

[Snyk] Security upgrade AutoMapper from 12.0.0 to 16.1.1#5362
tidusjar wants to merge 24 commits into
developfrom
snyk-fix-0b3ec5602374e4e2857616ba97e128d0

Conversation

@tidusjar

Copy link
Copy Markdown
Member

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the nuget dependencies of this project.

Snyk changed the following file(s):

  • src/Ombi.Mapping/Ombi.Mapping.csproj

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Uncontrolled Recursion
SNYK-DOTNET-AUTOMAPPER-15602868
  828  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

claude and others added 24 commits March 23, 2026 23:15
Rewrites the Dockerfile to be fully self-contained by adding an Angular
UI build stage (Node 20) alongside the .NET publish stage, removing the
broken dependency on pre-built ClientApp dist from the host context.

Adds a new `docker` job to the CI build workflow that builds multi-arch
images (amd64, arm64, arm/v7) and publishes them to GitHub Container
Registry (ghcr.io). Images are tagged with the version number, plus
`latest` for master builds and `develop` for develop builds.

https://claude.ai/code/session_01KDhvnvXoLLSq4krH3n2SVe
workflow_dispatch can run on arbitrary branches, so unconditionally
pushing would publish unreviewed images to GHCR. Now the image is only
pushed when running on master or develop.

https://claude.ai/code/session_01KDhvnvXoLLSq4krH3n2SVe
…-AxIAV

feat: add Docker image publishing to CI pipeline
The .NET 8 jammy base images (sdk:8.0-jammy, aspnet:8.0-jammy) only
support linux/amd64 and linux/arm64. The linux/arm/v7 platform caused
buildx to fail immediately when resolving base images.

https://claude.ai/code/session_01KDhvnvXoLLSq4krH3n2SVe
The old individual API projects (Ombi.Api.CloudService, Ombi.Api.Discord,
Ombi.Api.Plex, etc.) were consolidated into Ombi.Api.External, but the
Dockerfile still referenced the old directories. Docker COPY fails when
source files don't exist in the build context, causing immediate build
failure.

Updated to match the current solution structure with 15 projects.

https://claude.ai/code/session_01KDhvnvXoLLSq4krH3n2SVe
The Angular production build tries to fetch and inline Google Fonts
(Material Icons) at build time. This fails inside Docker containers
that have no network access to fonts.googleapis.com, breaking the
Docker image build.

Disable font optimization while keeping script and style optimization
enabled.

https://claude.ai/code/session_01KDhvnvXoLLSq4krH3n2SVe
@coderabbitai

coderabbitai Bot commented Mar 27, 2026

Copy link
Copy Markdown

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e53011a8-5d36-4848-9350-f6d1a9a1d158

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch snyk-fix-0b3ec5602374e4e2857616ba97e128d0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@tidusjar

Copy link
Copy Markdown
Member Author

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@sonarqubecloud

Copy link
Copy Markdown

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.

3 participants