chore: rebase sast-ide dev branch
Description
This MR rebases the working branch sast-ide
onto main
.
merging a rebase
Note: A rebase is a diff of diffs, and I don't know how to best use the UI? I'd suggest focusing on the combined differences from their respective branch points from main
, e.g.
git diff 32781f9e241f7573995aaf2c0391e5d538095cba sast-ide
and
git diff cbe003246b6d543f0f07f9e45d62214e425d703e sast-ide_rebase
Also Note: Merging this branch will create a train wreck of commits in the sast-ide
branch. Instead, if these changes pass review, the sast-ide
branch should be replaced with sast-ide_branch
.