Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Fix - Updated Newtonsoft.Json csharp library to 13.0.3 #2493

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

jambyung
Copy link
Contributor

@jambyung jambyung commented Feb 13, 2024

Due to breaking change The jsonString at /test/utils.ts:237 contains error message value like following, which causes JSON.parse(jsonString) to throw error

/Users/xxxxx/proj/quicktype/test/runs/schema-csharp-390aed/test.csproj : warning NU1903: Package 'Newtonsoft.Json' 10.0.3 has a known high severity vulnerability, https://github.com/advisories/GHSA-5crp-9r3c-p9vr

Simply updating the library to newer version solved the issue for now, but in future similar issue can happen again if new security issue is found.

Due to [breaking change](https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/dotnet-restore-audit)
The 'jsonString' at `/test/utils.js:237` becomes error message like

```
/Users/xxxxx/proj/quicktype/test/runs/schema-csharp-390aed/test.csproj : warning NU1903: Package 'Newtonsoft.Json' 10.0.3 has a known high severity vulnerability, GHSA-5crp-9r3c-p9vr
```

Simply updating the library to newer version solved the issue for now, but in future similar issue can happen again if new security issue is found.
@jambyung jambyung changed the title Updated Newtonsoft.Json csharp library to 13.0.3 CI Fix - Updated Newtonsoft.Json csharp library to 13.0.3 Feb 13, 2024
@dvdsgl dvdsgl merged commit a15f806 into glideapps:master Feb 14, 2024
9 of 24 checks passed
@dvdsgl
Copy link
Member

dvdsgl commented Feb 14, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants