Skip to content

Commit 1613191

Browse files
committed
Update Packages
1 parent 26705ec commit 1613191

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,3 +403,7 @@ Logs.html
403403
*_logfile.json
404404
pocXSS.svg
405405
NewEmployees.txt
406+
407+
# UNDO file
408+
409+
UNDO.md

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
> [!WARNING]
1313
> This repository and its tools are provided "as is" without warranty of any kind, either express or implied, including but not limited to, any warranties of merchantability, fitness for a particular purpose, and non-infringement. The authors shall not be liable for any claims, damages, or other liabilities arising from, out of, or in connection with the use of this tool. The user is solely responsible for ensuring their use of this tool complies with all applicable laws and regulations. The authors disclaim any liability for illegal or unethical use.
1414
15-
> [!TIP]
16-
> Support this effort and give back by [sponsoring on GitHub!](https://github.com/sponsors/Aif4thah/)
17-
1815

1916
## 🎱 Components & Attack Surface
2017

@@ -172,4 +169,7 @@ dotnet nuget add source "https://api.nuget.org/v3/index.json" --name "Microsoft"
172169
## 💜 Crédits
173170

174171
* **Special thanks to all the hackers and students who pushed me to improve this work**
172+
175173
* Project maintened by [Michael Vacarella](https://github.com/Aif4thah)
174+
175+
* Support this effort and give back by [sponsoring on GitHub!](https://github.com/sponsors/Aif4thah/)

VulnerableWebApplication.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<ItemGroup>
1111
<PackageReference Include="GraphQL.Server.All" Version="8.2.0" />
1212
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.12" />
13-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.12.0" />
13+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.13.0" />
1414
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1515
<PackageReference Include="NLog.Web.AspNetCore" Version="5.4.0" />
16-
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
17-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.4.0" />
16+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.1" />
17+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.9.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

0 commit comments

Comments
 (0)