jet / FsCodec

F# Event-Union Contract Encoding with versioning tolerant converters supporting System.Text.Json and Newtonsoft.Json
https://github.com/jet/dotnet-templates
Apache License 2.0
83 stars 19 forks source link

chore(SystemTextJson, deps): Target minimum non blacklisted ver: 8.0.4 #122

Closed bartelink closed 3 months ago

bartelink commented 3 months ago

18acc38c85887f32afcb995b940cc4f2507622be ups the dependency from 6.0.1 (which is not actually in the vulnerable range of 7.0.1..8.0.3, but unfortunately some package stores don't have correct information) to 8.0.4

FsCodec does not lean on the vulnerable method and hence this is not strictly required for any reason

Applications that use FsCodec.SystemTextJson will work correctly if v 8.0.4 of System.Text.Json is supplied in the context of the app.