Skip to content

Add stride template#61

Closed
Tson-optimizely wants to merge 1 commit intomainfrom
user/tsng/CMS-38450-Upgrade-Alloy
Closed

Add stride template#61
Tson-optimizely wants to merge 1 commit intomainfrom
user/tsng/CMS-38450-Upgrade-Alloy

Conversation

@Tson-optimizely
Copy link
Copy Markdown

Story: CMS-38450

@Tson-optimizely Tson-optimizely requested a review from a team as a code owner March 16, 2026 02:55
Comment on lines +21 to +24
public IActionResult Index(ExperienceData currentPage)
{
var model = CreateModel(currentPage);
return View(model);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Static Code Analysis Risk: Software and Data Integrity Failures - Mass assignment

Mass assignment or Autobinding vulnerability in code allows an attacker to execute over-posting attacks, which could create a new parameter in the binding request and manipulate the underlying object in the application.

Severity: Medium ⚠️
Status: Open 🔴

References:

  1. https://cwe.mitre.org/data/definitions/915.html
  2. https://github.com/OWASP/API-Security/blob/master/2019/en/src/0xa6-mass-assignment.md

More details:

🌻 View in Arnica


Take action by replying with an [arnica] command 💬

Actions

Use [arnica] or [a] to interact with the Arnica bot to acknowledge or dismiss code risks.

To acknowledge the finding as a valid code risk: [arnica] ack <acknowledge additional details>

To dismiss the risk with a reason: [arnica] dismiss <fp|accept|capacity> <dismissal reason>

Examples

  • [arnica] ack This is a valid risk and I'm looking into it

  • [arnica] dismiss fp Dismissed - Risk Not Accurate: (i.e. False Positive)

  • [arnica] dismiss accept Dismiss - Risk Accepted: Allow the risk to exist in the system

  • [arnica] dismiss capacity Dismiss - No Capacity: This will need to wait for a future sprint

@Tson-optimizely Tson-optimizely force-pushed the user/tsng/CMS-38450-Upgrade-Alloy branch from 4da02f5 to f73e611 Compare March 16, 2026 03:19
Story: CMS-38450
@Tson-optimizely Tson-optimizely force-pushed the user/tsng/CMS-38450-Upgrade-Alloy branch from f73e611 to 0f9739a Compare March 16, 2026 03:50
@Tson-optimizely Tson-optimizely requested a review from a team March 16, 2026 03:51
@Tson-optimizely
Copy link
Copy Markdown
Author

The PR should be updated to use released package version and public feed before merge later.

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.

1 participant