Skip to content

Commit

Permalink
feat(deps): use Ulid for key generation
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed May 2, 2024
1 parent ae835bb commit bf2976a
Show file tree
Hide file tree
Showing 14 changed files with 1,753 additions and 26 deletions.
2 changes: 2 additions & 0 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="8.0.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Tomlyn" Version="0.17.0" />
<PackageVersion Include="Ulid" Version="1.3.3" />
<PackageVersion Include="xunit" Version="2.8.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
1 change: 1 addition & 0 deletions src/GZCTF.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<s:Boolean x:Key="/Default/UserDictionary/Words/=Participations/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Prelaunch/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=remoteip/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=ulid/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Unsubmitted/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=wpddl/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=wpnote/@EntryIndexedValue">True</s:Boolean>
Expand Down
2 changes: 2 additions & 0 deletions src/GZCTF/GZCTF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
<PackageReference Include="BouncyCastle.Cryptography" />
<PackageReference Include="PacketDotNet" />
<PackageReference Include="SharpPcap" />
<PackageReference Include="Tomlyn" />
<PackageReference Include="Ulid" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bf2976a

Please sign in to comment.