Skip to content

Merge branch rel-10.5 with rel-10.4#25635

Merged
voloagent merged 3 commits into
rel-10.5from
auto-merge/rel-10-4/4658
Jun 15, 2026
Merged

Merge branch rel-10.5 with rel-10.4#25635
voloagent merged 3 commits into
rel-10.5from
auto-merge/rel-10-4/4658

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR generated automatically to merge rel-10.5 with rel-10.4. Please review the changed files before merging to prevent any errors that may occur.

@voloagent voloagent marked this pull request as ready for review June 15, 2026 15:06
Copilot AI review requested due to automatic review settings June 15, 2026 15:06
@voloagent voloagent merged commit b2ee255 into rel-10.5 Jun 15, 2026
1 check passed
@voloagent voloagent deleted the auto-merge/rel-10-4/4658 branch June 15, 2026 15:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This automated merge PR updates the ABP penetration test report documentation to reflect the findings and configuration guidance for the ABP Commercial MVC v10.4.0 template scan.

Changes:

  • Updated the report’s version/context (v10.4.0), scan URLs/ports, and the referenced alert list image.
  • Revised multiple alert sections (CSP/HSTS/static headers/cookies) to emphasize application/deployment-specific configuration and local validation outcomes.
  • Removed/reshaped some previously documented alerts and reworded explanations to match the new scan results.

Comment on lines +26 to +28
- *[GET] - https://localhost:44348/api/audit-logging/audit-logs?httpMethod=audit-logs&sorting=executionTime+desc&skipCount=0&maxResultCount=10*
- *[GET] - https://localhost:44348/Account/ForgotPassword?returnUrl=%5CForgotPassword*
- *[GET] - https://localhost:44348/Account/Login?ReturnUrl=%2FAccount%2FManage*
**Explanation**:

This is a **false-positive** alert. v9.0 uses .NET 9 and the XSLT transformation is not possible on .NET5 or higher.
This is a **false-positive** alert. ABP v10.4.x uses .NET 10, and the scanned endpoints do not execute user-supplied XSLT. The local validation did not expose XSLT execution or system property output.
@@ -306,13 +243,12 @@ Manually confirm that the timestamp data is not sensitive, and that the data can

This vulnerability was reported as a positive alert, because ABP uses the [zxcvbn](https://github.com/dropbox/zxcvbn) library for [password complexity indicators](../framework/ui/angular/password-complexity-indicator-component.md). This library is one of the most used password strength estimator and it does not disclosure any sensitive data related to web server's timestamp and therefore it's a **false-positive** alert.
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.

4 participants