chef / ohai

Ohai profiles your system and emits JSON
https://docs.chef.io/ohai.html
Apache License 2.0
681 stars 452 forks source link

Pinning FFI to a looser version to overcome a problem on Windows #1817

Closed johnmccrae closed 6 months ago

johnmccrae commented 6 months ago

Description

When we pull in FFI 1.16.3 it does bad things to Windows. It causes registry monkey_patch to be overwritten by the base class so encoding fails on registry calls with glyphs in the key names (like having a key name like B@nch instead of Branch).

Related Issue

Types of changes

Checklist:

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud