-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual updates 20240502 security wave 1 #883
Open
moljac
wants to merge
31
commits into
main
Choose a base branch
from
mu-20240502-security-wave-sast-security-code-scan
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c1d74ae
added SAST tool .NET Security Guard PackageReference Include="Securit…
moljac 9c7a666
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 24bbaf1
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 1c0a784
automatic files
moljac f0b7f98
NugetAudit added
moljac 2d4f35a
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac e3d25b2
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac f00b4b0
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac b0c5dc8
automatic files
moljac b8b5e1c
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 307217b
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac a9cce16
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 9b37b70
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 70a6592
template fixes
moljac 7ac37b1
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac bab4dbc
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 355cf0b
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac dff88de
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac fdf2d96
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac ef8593d
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 55194d2
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac b57f390
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 935293a
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 0f5bd8c
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac c850cdd
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 0accd20
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 4092dd2
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac fd0e3c2
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac cc6912f
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac 3e67472
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac bc20358
Merge branch 'main' into mu-20240502-security-wave-sast-security-code…
moljac File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From Discord:
If this is true, then let's not add this package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also note that our pipeline(s) already run the CodeQL static code analysis tool recommended and required by Microsoft security. We should likely rely on their expertise rather than trying to come up with our own solution here.
https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10305045&view=logs&j=784e4eae-0a8d-50ee-7be1-df4337debdeb&t=fbdff2d1-992e-564e-2a8b-113c89c83f2b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed to see whether the same problems can be reproduced on CI, but CI built OK. Now I know that updates borked my workloads locally. I had to nuke
dotnet
installations completely and after clean installation and workloads everything was OK.