Skip to content

Commit 6e5b7b0

Browse files
aguacongasgithub-actionssnyk-bot
authored
fix: .net 7.0.12 patch (#1097)
* fix: update packages * fix: update packages * fix: update packages * fix: update packages * fix: update packages * fix: update packages * fix: update packages * fix: update packages * fix: update packages * fix: update packages * fix: update packages * fix: update packages * test: skip always failed test * fix: update packages * fix: update packages * fix: update packages * fix: update packages * fix: update packages * ci: bump node * ci: use node 20.6.1 * ci: use node x64 * ci: use latest node x64 * ci: use node 18 * test: update for latest xunit * ci: update sonaqube * fix: src/Aguacongas.TheIdServer.BlazorApp/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5894112 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5894112 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 * fix: update packages * fix: update packages * ci: update step name * test: skip fail test on ci * fix: update packages * fix: update packages * ci: bump sdk * fix: update packages * fix: update packages * fix: update packages * fix: update packages * fix: apply 7.0.12 secuity fixes --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: snyk-bot <[email protected]>
1 parent 7a9c07a commit 6e5b7b0

File tree

155 files changed

+724
-1572
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+724
-1572
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.cs]
2+
3+
# xUnit1031: Do not use blocking task operations in test method
4+
dotnet_diagnostic.xUnit1031.severity = none

.github/workflows/codeql-analysis-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
name: Restore
6767
# Build
6868
- run: dotnet build -c Release
69-
name: Builde
69+
name: Build
7070

7171
- name: Perform CodeQL Analysis
7272
uses: github/codeql-action/analyze@v2

.sonarlint/TheIdServer.slconfig

-27
This file was deleted.

.sonarlint/aguacongas_theidserver/CSharp/SonarLint.xml

-89
This file was deleted.

0 commit comments

Comments
 (0)