Adam Yohrling
Adam Yohrling
This updates the digest usage from MD5 to SHA256 to support hosts that are configured in FIPS mode. Fixes #194
Currently, gemstash does not run on systems that are configured in FIPS mode. There are a couple spots that utilize MD5 digests that need to be replaced for valid operation....
Haven't had a chance to track it down yet, but I just got around to updating from 2.0.3 where the fixes for query_fact function were merged in to 2.1.0 and...
This updates the `@mapbox/mbtiles` version in package.json to utilize `0.12.1` released about 2 years ago. This, in turn, utilizes `sqlite3` version `5.x` which has patched vulnerabilities. Closes #591
There is a NIST bulletin for a vulnerability in the nodejs-sqlite3 module that is used. https://nvd.nist.gov/vuln/detail/CVE-2022-21227 This is resolved in version >=5.0.2; however, the current release (3.1.1) of tileserver-gl uses...
When `strict_variables` is set for Puppet, the compilation fails for various operating systems since the `nmbd_name` is not set. These need to at least be set as `undef` in order...
In the readme the code example ``` samba::server::share {'example-share': comment => 'Example Share', path => '/path/to/share', guest_only => true, guest_ok => true, guest_account => "guest", browsable => false, create_mask =>...