PR2: Enhanced Logging with JetBrains Parity (AST-109633)#318
Open
cx-rahul-pidde wants to merge 7 commits intofeature/devassist-integration-branchfrom
Open
PR2: Enhanced Logging with JetBrains Parity (AST-109633)#318cx-rahul-pidde wants to merge 7 commits intofeature/devassist-integration-branchfrom
cx-rahul-pidde wants to merge 7 commits intofeature/devassist-integration-branchfrom
Conversation
- Add comprehensive logging across all realtime scanners - Implement INFO/WARN/ERROR/DEBUG level messages - OutputPaneWriter improvements for visibility - CxAssistOutputPane enhancements - Logging parity with JetBrains plugin patterns - Scanner-specific log messages for ASCA, Secrets, IaC, Containers, OSS Base branch: feature/devassist-integration-branch Related to: AST-109633
|
Policy Management Violations (2)
|
Disable auto-generation of TargetFrameworkAttribute in test project. This prevents duplicate attribute conflicts during build on some SDK configurations. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
…FindingsForScanner, and downgrade Newtonsoft.Json - Add OutputWindowPaneName constant to CxConstants for output pane initialization - Implement MergeUpdateFindingsForScanner method in CxAssistDisplayCoordinator to merge scanner-specific findings - Downgrade Newtonsoft.Json from 13.0.3 to 13.0.1 to match pipeline constraints - All scanner services (ASCA, Secrets, IaC, Containers, OSS) now have required method Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
…/AST-109633-ui-manager-changes Synced VulnerabilityMapper with the production-ready implementation that includes: - Proper MapSeverity() method for all scanner severity levels - JetBrains-aligned ASCA column resolution with file reading - Secrets grouping by secret type (one Vulnerability per Secret) - IaC per-location Vulnerability creation - Container scanning with per-CVE and per-image handling - OSS/SCA package scanning with per-CVE and per-package handling - Proper 0-based to 1-based line number conversion - VulnerabilityLocation handling for multi-line ranges - GetHighestSeverity() for display purposes All FromXxx() methods now return List<Vulnerability> instead of Result, fixing the type mismatch errors in all 5 scanner services. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
…property CxAscaDetail does not have a Column property. Removed the check for it and rely on first non-whitespace column detection or problematicLine matching. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
cx-rakesh-kadu
requested changes
Apr 21, 2026
…eScannerService CxAssistDisplayCoordinator: - Add enabled-scanner filter in MergeUpdateFindingsForScanner() for consistency with UpdateFindings() and UpdateFindingsForFile() - Remove "for testing" reference from UpdateFindingsForFile() production API documentation - Clarify NormalizePath() defensive fallback behavior in comments BaseRealtimeScannerService: - Protect 5 TextDocument casting locations from InvalidCastException using safe 'as' operator with try-catch - Added in: OnDocumentOpened, TrySyncLineChangeBaseline, OnTextChanged, OnDocumentClosing, InstantScanAsync - Ensures scanner doesn't crash on unexpected COM object types Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
cx-rakesh-kadu
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Enhanced Logging & Output Pane
Files Changed
Related Issue
AST-109633