microsoft / sarif-sdk

.NET code and supporting files for working with the 'Static Analysis Results Interchange Format' (SARIF, see https://github.com/oasis-tcs/sarif-spec)
Other
191 stars 90 forks source link

Fix broken regex in 'language' property. #2653

Closed michaelcfanning closed 1 year ago

michaelcfanning commented 1 year ago

Source discussion: https://github.com/oasis-tcs/sarif-spec/pull/562

@rwoll @EasyRhinoMSFT @shaopeng-gh

michaelcfanning commented 1 year ago

@shaopeng-gh @EasyRhinoMSFT just a heads up.

dmk42 commented 1 year ago

@michaelcfanning - note that this fixes line 3063 but the same fix also needs to be applied to line 2357.

dmk42 commented 1 year ago

@michaelcfanning - bump to make sure you are aware that the schemata are now internally inconsistent. This closed PR fixed line 3063, but line 2357 still needs the same fix.