Skip to content

Commit

Permalink
Add System.Drawing.Common package that is not vulnerable.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsYlum- committed Sep 21, 2024
1 parent debfb49 commit 38b534d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions UoFiddler.Controls/UoFiddler.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
<PackageReference Include="AnimatedGif" Version="1.0.5" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions UoFiddler.Plugin.Compare/UoFiddler.Plugin.Compare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<OutputPath>..\UoFiddler\bin\$(Configuration)\plugins\</OutputPath>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<Compile Update="UserControls\CompareCliLocControl.cs">
<SubType>UserControl</SubType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<OutputPath>..\UoFiddler\bin\$(Configuration)\plugins\</OutputPath>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<Compile Update="Forms\ExampleForm.cs">
<SubType>Form</SubType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<OutputPath>..\UoFiddler\bin\$(Configuration)\plugins\</OutputPath>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<Compile Update="Forms\MassImportForm.cs">
<SubType>Form</SubType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions UoFiddler.Plugin.SendItem/UoFiddler.Plugin.SendItem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<OutputPath>..\UoFiddler\bin\$(Configuration)\plugins\</OutputPath>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<Compile Update="Forms\SendItemOptionsForm.cs">
<SubType>Form</SubType>
Expand Down
3 changes: 3 additions & 0 deletions UoFiddler.Plugin.UopPacker/UoFiddler.Plugin.UopPacker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<OutputPath>..\UoFiddler\bin\$(Configuration)\plugins\</OutputPath>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ultima\Ultima.csproj">
<Private>false</Private>
Expand Down
1 change: 1 addition & 0 deletions UoFiddler/UoFiddler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.8" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 38b534d

Please sign in to comment.