Add SonarCloud snapshot and generated Sonar findings for PR #3540#78
Open
Easton97-Jens wants to merge 5 commits intov3/master-json2from
Open
Add SonarCloud snapshot and generated Sonar findings for PR #3540#78Easton97-Jens wants to merge 5 commits intov3/master-json2from
Easton97-Jens wants to merge 5 commits intov3/master-json2from
Conversation
…g-offener-sonar-probleme-7954xf Modernize codebase: nullptr/default initializers, std::string_view, smart pointers and minor cleanups
…nar-befunde-in-pr-#3540 Address open CRITICAL Sonar nesting and cognitive-complexity findings
59fbb13 to
3ec86cf
Compare
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.
Motivation
Description
analysis/folder containing raw API snapshots:pr3540_pull.json,pr3540_commits.json,pr3540_qg.json,pr3540_measures.json,pr3540_issues_open.json,pr3540_issues_closed.json, andpr3540_hotspots.json.pr3540_all_findings_table.md,pr3540_open_findings_table.md, andpr3540_summary.json.9c29515ef87b85baaf22bcb004c4403cd14ed0ceand Sonar measures/quality gate forowasp-modsecurity_ModSecurityon pull request3540.Testing
curl(GitHub API) and saved the response toanalysis/pr3540_pull.json, which contains the PR head SHA9c29515ef87b85baaf22bcb004c4403cd14ed0ce.curlto collectproject_status,measures/component,issues/search(open and closed) andhotspots/search, and saved the responses underanalysis/; those requests completed and produced the files listed above.OKand themeasuressnapshot was successfully saved asanalysis/pr3540_measures.json.Codex Task