Skip to content

Commit

Permalink
Nuget packages updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteDecoder committed Aug 14, 2024
1 parent 7554f3a commit 0727e3e
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 50 deletions.
8 changes: 5 additions & 3 deletions src/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
"version": "5.6.7",
"commands": [
"security-scan"
]
],
"rollForward": false
},
"dotnet-reportgenerator-globaltool": {
"version": "5.2.5",
"version": "5.3.8",
"commands": [
"reportgenerator"
]
],
"rollForward": false
}
}
}
18 changes: 10 additions & 8 deletions src/Queryology.Abstractions/NuGetDefense.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,27 @@
],
"IgnoredCvEs": [],
"AllowedPackages": [],
"BlockedPackages": []
},
"GitHubAdvisoryDatabase": {
"ApiToken": "",
"Username": "",
"Enabled": false,
"BreakIfCannotRun": false
"WhiteListedPackages": [],
"BlockedPackages": [],
"BlacklistedPackages": []
},
"OssIndex": {
"ApiToken": "",
"Username": "",
"Enabled": true,
"BreakIfCannotRun": true
},
"GitHubAdvisoryDatabase": {
"ApiToken": "",
"Username": "",
"Enabled": false,
"BreakIfCannotRun": false
},
"NVD": {
"SelfUpdate": false,
"TimeoutInSeconds": 15,
"Enabled": true,
"BreakIfCannotRun": true
},
"SensitivePackages": []
}
}
3 changes: 1 addition & 2 deletions src/Queryology.Abstractions/Queryology.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<AdditionalFiles Include="$(SolutionDir)\_stylecop\stylecop.json" Link="stylecop.json" />
<PackageReference Include="NuGetDefense" Version="4.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageReference Include="Microsoft.CodeAnalysis.Metrics" Version="3.3.4" />
Expand Down
18 changes: 10 additions & 8 deletions src/Queryology.Example/NuGetDefense.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,27 @@
],
"IgnoredCvEs": [],
"AllowedPackages": [],
"BlockedPackages": []
},
"GitHubAdvisoryDatabase": {
"ApiToken": "",
"Username": "",
"Enabled": false,
"BreakIfCannotRun": false
"WhiteListedPackages": [],
"BlockedPackages": [],
"BlacklistedPackages": []
},
"OssIndex": {
"ApiToken": "",
"Username": "",
"Enabled": true,
"BreakIfCannotRun": true
},
"GitHubAdvisoryDatabase": {
"ApiToken": "",
"Username": "",
"Enabled": false,
"BreakIfCannotRun": false
},
"NVD": {
"SelfUpdate": false,
"TimeoutInSeconds": 15,
"Enabled": true,
"BreakIfCannotRun": true
},
"SensitivePackages": []
}
}
5 changes: 2 additions & 3 deletions src/Queryology.Example/Queryology.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.5">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<AdditionalFiles Include="$(SolutionDir)\_stylecop\stylecop.json" Link="stylecop.json" />
<PackageReference Include="NuGetDefense" Version="4.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
</ItemGroup>
Expand Down
18 changes: 10 additions & 8 deletions src/Queryology.Providers.ObjectDumper/NuGetDefense.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,27 @@
],
"IgnoredCvEs": [],
"AllowedPackages": [],
"BlockedPackages": []
},
"GitHubAdvisoryDatabase": {
"ApiToken": "",
"Username": "",
"Enabled": false,
"BreakIfCannotRun": false
"WhiteListedPackages": [],
"BlockedPackages": [],
"BlacklistedPackages": []
},
"OssIndex": {
"ApiToken": "",
"Username": "",
"Enabled": true,
"BreakIfCannotRun": true
},
"GitHubAdvisoryDatabase": {
"ApiToken": "",
"Username": "",
"Enabled": false,
"BreakIfCannotRun": false
},
"NVD": {
"SelfUpdate": false,
"TimeoutInSeconds": 15,
"Enabled": true,
"BreakIfCannotRun": true
},
"SensitivePackages": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<PackageReference Include="ByteDecoder.Common" Version="1.0.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<AdditionalFiles Include="$(SolutionDir)\_stylecop\stylecop.json" Link="stylecop.json" />
<PackageReference Include="NuGetDefense" Version="4.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageReference Include="Microsoft.CodeAnalysis.Metrics" Version="3.3.4" />
Expand Down
12 changes: 10 additions & 2 deletions src/Queryology.Tests/NuGetDefense.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,27 @@
],
"IgnoredCvEs": [],
"AllowedPackages": [],
"BlockedPackages": []
"WhiteListedPackages": [],
"BlockedPackages": [],
"BlacklistedPackages": []
},
"OssIndex": {
"ApiToken": "",
"Username": "",
"Enabled": true,
"BreakIfCannotRun": true
},
"GitHubAdvisoryDatabase": {
"ApiToken": "",
"Username": "",
"Enabled": false,
"BreakIfCannotRun": false
},
"NVD": {
"SelfUpdate": false,
"TimeoutInSeconds": 15,
"Enabled": true,
"BreakIfCannotRun": true
},
"SensitivePackages": []
}
}
10 changes: 5 additions & 5 deletions src/Queryology.Tests/Queryology.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
<CodeAnalysisRuleSet>..\_stylecop\StyleCopRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
<PackageReference Include="coverlet.msbuild" Version="6.0.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="xunit.analyzers" Version="1.13.0" />
<PackageReference Include="xunit.analyzers" Version="1.15.0" />
<AdditionalFiles Include="$(SolutionDir)\_stylecop\stylecop.json" Link="stylecop.json" />
</ItemGroup>
<ItemGroup>
Expand Down
23 changes: 15 additions & 8 deletions src/Queryology/NuGetDefense.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,32 @@
],
"IgnoredCvEs": [],
"AllowedPackages": [],
"BlockedPackages": []
},
"GitHubAdvisoryDatabase": {
"ApiToken": "",
"Username": "",
"Enabled": false,
"BreakIfCannotRun": false
"WhiteListedPackages": [],
"BlockedPackages": [],
"BlacklistedPackages": []
},
"OssIndex": {
"ApiToken": "",
"Username": "",
"Enabled": true,
"BreakIfCannotRun": true
},
"GitHubAdvisoryDatabase": {
"ApiToken": "",
"Username": "",
"Enabled": false,
"BreakIfCannotRun": false
},
"NVD": {
"SelfUpdate": false,
"TimeoutInSeconds": 15,
"Enabled": true,
"BreakIfCannotRun": true
},
"NvdApi": {
"ApiToken": "",
"Enabled": true,
"BreakIfCannotRun": true
},
"SensitivePackages": []
}
}
1 change: 0 additions & 1 deletion src/Queryology/Queryology.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
<PackageReference Include="NuGetDefense" Version="4.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageReference Include="Microsoft.CodeAnalysis.Metrics" Version="3.3.4" />
Expand Down
2 changes: 1 addition & 1 deletion src/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.200"
"version": "8.0.400"
}
}

0 comments on commit 0727e3e

Please sign in to comment.