Closed yogesh-bhavsar-jhg closed 2 months ago
The current version 19.0.2 references the System.Text.Json library version 8.0.0. That version of the library is considered as vulnerable. We need to upgrade System.Text.Json to 8.0.4 which is considered to be not vulnerable as of now.
19.0.2
System.Text.Json
8.0.0
8.0.4
My bad. Visual studio showing what it has to show. Sorry!
Description
The current version
19.0.2
references theSystem.Text.Json
library version8.0.0
. That version of the library is considered as vulnerable. We need to upgradeSystem.Text.Json
to8.0.4
which is considered to be not vulnerable as of now.