diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..2d0d1f6 --- /dev/null +++ b/techstack.md @@ -0,0 +1,181 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [24amcoder-sb/Mastering-Blazor-WebAssembly](https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly)![](https://img.stackshare.io/public_badge.svg "public") +

+|19
Tools used|02/29/24
Report generated| +|------|------| +
+ +## Languages (3) + + + + + + + + +
+ C# +
+ C# +
+ +
+ CSS 3 +
+ CSS 3 +
+ +
+ JavaScript +
+ JavaScript +
+ +
+ +## Frameworks (3) + + + + + + + + +
+ .NET +
+ .NET +
+ +
+ .NET Core +
+ .NET Core +
+ v7.0 +
+ ASP.NET Core +
+ ASP.NET Core +
+ v7.0 +
+ +## DevOps (5) + + + + + + + + + + + + +
+ Git +
+ Git +
+ +
+ Moq +
+ Moq +
+ +
+ NuGet +
+ NuGet +
+ +
+ Visual Studio +
+ Visual Studio +
+ +
+ xUnit +
+ xUnit +
+ v2.4.2 +
+ +## Other (1) + + + + +
+ JSON Web Token +
+ JSON Web Token +
+ +
+ + +## Open source packages (7) + +## NuGet (7) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[Microsoft.AspNetCore.Authentication.JwtBearer](https://www.nuget.org/Microsoft.AspNetCore.Authentication.JwtBearer)|v7.0.4|05/17/23|Ahmad Mozaffar |Apache-2.0|N/A| +|[Microsoft.AspNetCore.Components.Web](https://www.nuget.org/Microsoft.AspNetCore.Components.Web)|v6.0.6|08/22/22|Ahmad Mozaffar |Apache-2.0|N/A| +|[Microsoft.Extensions.Http](https://www.nuget.org/Microsoft.Extensions.Http)|v7.0.0|05/17/23|Ahmad Mozaffar |Apache-2.0|N/A| +|[Microsoft.IdentityModel.Tokens](https://www.nuget.org/Microsoft.IdentityModel.Tokens)|v6.27.0|05/17/23|Ahmad Mozaffar |MIT|N/A| +|[Swashbuckle.AspNetCore](https://www.nuget.org/Swashbuckle.AspNetCore)|v6.2.3|05/17/23|Ahmad Mozaffar |BSD-3-Clause|N/A| +|[System.IdentityModel.Tokens.Jwt](https://www.nuget.org/System.IdentityModel.Tokens.Jwt)|v6.27.0|05/17/23|Ahmad Mozaffar |MIT|[CVE-2024-21319](https://github.com/advisories/GHSA-8g9c-28fc-mcx2) (Moderate)
[](https://github.com/advisories/GHSA-59j7-ghrg-fj52) (Moderate)| +|[xunit.runner.visualstudio](https://www.nuget.org/xunit.runner.visualstudio)|v2.4.5|04/30/23|Ahmad Mozaffar |Other|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..d2fc128 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,272 @@ +repo_name: 24amcoder-sb/Mastering-Blazor-WebAssembly +report_id: 8030e2dfd869d7b1fd94ffc9a5be72d8 +version: 0.1 +repo_type: Public +timestamp: '2024-02-29T18:47:35+00:00' +requested_by: aksoftware98 +provider: github +branch: main +detected_tools_count: 19 +tools: +- name: C# + description: Simple, general-purpose, object-oriented programming language for the + .NET platform + website_url: http://csharp.net + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1015/1200px-C_Sharp_wordmark.svg.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly + detection_source: Repo Metadata +- name: CSS 3 + description: The latest evolution of the Cascading Style Sheets language + website_url: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3 + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/6727/css.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly + detection_source: Repo Metadata +- name: JavaScript + description: Lightweight, interpreted, object-oriented language with first-class + functions + website_url: https://developer.mozilla.org/en-US/docs/Web/JavaScript + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1209/javascript.jpeg + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly + detection_source: Repo Metadata +- name: ".NET" + description: A free, cross-platform, open source developer platform for building + many different types of applications + website_url: http://www.microsoft.com/net/ + license: MIT + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Frameworks (Full Stack) + image_url: https://img.stackshare.io/service/1014/IoPy1dce_400x400.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_13/Chapter_Content/BooksStore.Tests/BooksStore.Tests.csproj + detection_source: Chapter_13/Chapter_Content/BooksStore.Tests/BooksStore.Tests.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-04-30 08:46:04.000000000 Z +- name: ".NET Core" + description: An Open Source, General-Purpose Development Platform Maintained by + Microsoft and the .NET Community + website_url: https://docs.microsoft.com/en-us/dotnet/core/ + version: '7.0' + license: MIT + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Frameworks (Full Stack) + image_url: https://img.stackshare.io/service/6403/default_91fc1f0ee315262794273aa1387eaf8fed8436e6.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_01/BooksStore/BooksStore/BooksStore.csproj + detection_source: Chapter_01/BooksStore/BooksStore/BooksStore.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-01-05 10:24:27.000000000 Z +- name: ASP.NET Core + description: A cross-platform .NET framework for building modern cloud-based web + applications on Windows, Mac, or Linux + website_url: docs.microsoft.com/en-us/aspnet/core/ + version: '7.0' + license: MIT + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Frameworks (Full Stack) + image_url: https://img.stackshare.io/service/11331/asp.net-core.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_01/BooksStore/BooksStore/BooksStore.csproj + detection_source: Chapter_01/BooksStore/BooksStore/BooksStore.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-01-05 10:24:27.000000000 Z +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly + detection_source: Repo Metadata +- name: Moq + description: The most popular and friendly mocking framework for .NET + website_url: https://github.com/Moq/moq4 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Testing Frameworks + image_url: https://img.stackshare.io/service/1628/1434934.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_13/Chapter_Content/BooksStore.Tests/BooksStore.Tests.csproj + detection_source: Chapter_13/Chapter_Content/BooksStore.Tests/BooksStore.Tests.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-04-30 08:46:04.000000000 Z +- name: NuGet + description: The package manager for .NET + website_url: https://www.nuget.org/ + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: Package Managers + image_url: https://img.stackshare.io/service/2637/6I3oEOP4_400x400.jpg + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_13/Chapter_Content/BooksStore.Tests/BooksStore.Tests.csproj + detection_source: Chapter_13/Chapter_Content/BooksStore.Tests/BooksStore.Tests.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-04-30 08:46:04.000000000 Z +- name: Visual Studio + description: State-of-the-art tools and services that you can use to create great + apps for devices, the cloud, and everything in between. + website_url: http://msdn.microsoft.com/en-us/vstudio/aa718325.aspx + open_source: false + hosted_saas: false + category: Build, Test, Deploy + sub_category: Integrated Development Environment + image_url: https://img.stackshare.io/service/1451/SR2hUhQN.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_01/BooksStore/BooksStore.sln + detection_source: Chapter_01/BooksStore/BooksStore.sln + last_updated_by: Ahmad Mozaffar + last_updated_on: 2022-07-20 07:26:15.000000000 Z +- name: xUnit + description: An open source, community-focused unit testing tool + website_url: http://xunit.github.io/ + version: 2.4.2 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Testing Frameworks + image_url: https://img.stackshare.io/service/3077/ca5a327feb49ddfe1f4b11548907e5a1_400x400.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_13/Chapter_Content/BooksStore.Tests/BooksStore.Tests.csproj + detection_source: Chapter_13/Chapter_Content/BooksStore.Tests/BooksStore.Tests.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-04-30 08:46:04.000000000 Z +- name: JSON Web Token + description: A JSON-based open standard for creating access tokens + website_url: http://jwt.io/ + license: MIT + open_source: true + hosted_saas: false + category: Application Utilities + sub_category: User Management and Authentication + image_url: https://img.stackshare.io/service/6417/jwt-icon.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_09/API/BooksStore.Api/BooksStore.Api/BooksStore.Api.csproj + detection_source: Chapter_09/API/BooksStore.Api/BooksStore.Api/BooksStore.Api.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-05-17 11:39:54.000000000 Z +- name: Microsoft.AspNetCore.Authentication.JwtBearer + description: ASP.NET Core middleware that enables an application to receive an OpenID + Connect bearer token + package_url: https://www.nuget.org/Microsoft.AspNetCore.Authentication.JwtBearer + version: 7.0.4 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: NuGet Packages + image_url: https://img.stackshare.io/package/12968/default_dd10728859f7e363ef13345d855b2daba48cace4.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_09/API/BooksStore.Api/BooksStore.Api/BooksStore.Api.csproj + detection_source: Chapter_09/API/BooksStore.Api/BooksStore.Api/BooksStore.Api.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-05-17 11:39:54.000000000 Z +- name: Microsoft.AspNetCore.Components.Web + description: Support for rendering ASP.NET Core components for browsers + package_url: https://www.nuget.org/Microsoft.AspNetCore.Components.Web + version: 6.0.6 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: NuGet Packages + image_url: https://img.stackshare.io/package/13128/default_59c6e81d6f4034b10a10bd52ec71c48c8d66e4eb.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_03/BooksStore.Blazor.Components/BooksStore.Blazor.Components.csproj + detection_source: Chapter_03/BooksStore.Blazor.Components/BooksStore.Blazor.Components.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2022-08-22 10:10:35.000000000 Z +- name: Microsoft.Extensions.Http + description: The HttpClient factory is a pattern for configuring and retrieving + named HttpClients in a composable way + package_url: https://www.nuget.org/Microsoft.Extensions.Http + version: 7.0.0 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: NuGet Packages + image_url: https://img.stackshare.io/package/12940/default_54d470a1e19c265eb229b6bd88965fb8df9f9f78.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_08/Chapter_Content/BooksStore/BooksStore.csproj + detection_source: Chapter_08/Chapter_Content/BooksStore/BooksStore.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-05-17 11:39:54.000000000 Z +- name: Microsoft.IdentityModel.Tokens + description: Includes types that provide support for SecurityTokens + package_url: https://www.nuget.org/Microsoft.IdentityModel.Tokens + version: 6.27.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: NuGet Packages + image_url: https://img.stackshare.io/package/13026/default_1075538f3811f68c42abfdf5ebcf152058e4076d.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_09/API/BooksStore.Api/BooksStore.Api/BooksStore.Api.csproj + detection_source: Chapter_09/API/BooksStore.Api/BooksStore.Api/BooksStore.Api.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-05-17 11:39:54.000000000 Z +- name: Swashbuckle.AspNetCore + description: Swagger tools for documenting APIs built on ASP.NET Core + package_url: https://www.nuget.org/Swashbuckle.AspNetCore + version: 6.2.3 + license: BSD-3-Clause + open_source: true + hosted_saas: false + category: Libraries + sub_category: NuGet Packages + image_url: https://img.stackshare.io/package/12981/default_aa8a6e377c22dbeff795489a5ab127b1d597b5ed.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_08/API/BooksStore.Api/BooksStore.Api/BooksStore.Api.csproj + detection_source: Chapter_08/API/BooksStore.Api/BooksStore.Api/BooksStore.Api.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-05-17 11:39:54.000000000 Z +- name: System.IdentityModel.Tokens.Jwt + description: Includes types that provide support for creating + package_url: https://www.nuget.org/System.IdentityModel.Tokens.Jwt + version: 6.27.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: NuGet Packages + image_url: https://img.stackshare.io/package/12920/default_e43fb8cd51d87352a1197706afa527de5c3baecd.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_09/API/BooksStore.Api/BooksStore.Api/BooksStore.Api.csproj + detection_source: Chapter_09/API/BooksStore.Api/BooksStore.Api/BooksStore.Api.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-05-17 11:39:54.000000000 Z + vulnerabilities: + - name: Microsoft Identity Denial of service vulnerability + cve_id: CVE-2024-21319 + cve_url: https://github.com/advisories/GHSA-8g9c-28fc-mcx2 + detected_date: Jan 10 + severity: moderate + first_patched: 6.34.0 + - name: 'Microsoft Security Advisory CVE-2024-21319: .NET Denial of Service Vulnerability' + cve_id: + cve_url: https://github.com/advisories/GHSA-59j7-ghrg-fj52 + detected_date: Jan 10 + severity: moderate + first_patched: 6.34.0 +- name: xunit.runner.visualstudio + description: Visual Studio 2012+ Test Explorer runner for the xUnit.net framework + package_url: https://www.nuget.org/xunit.runner.visualstudio + version: 2.4.5 + license: Other + open_source: true + hosted_saas: false + category: Libraries + sub_category: NuGet Packages + image_url: https://img.stackshare.io/package/13260/default_d2db5a200c4fe2d08cbdb2174cc230708973870b.png + detection_source_url: https://github.com/24amcoder-sb/Mastering-Blazor-WebAssembly/blob/main/Chapter_13/Chapter_Content/BooksStore.Tests/BooksStore.Tests.csproj + detection_source: Chapter_13/Chapter_Content/BooksStore.Tests/BooksStore.Tests.csproj + last_updated_by: Ahmad Mozaffar + last_updated_on: 2023-04-30 08:46:04.000000000 Z