v1.17.7
[1.17.7] - 2022-06-29
Changed
- Made simplecov a dev/test dependency
cyberark/conjur#2564 - Added configuration for token TTL
cyberark/conjur#2510 - Added configuration for default value for maximum number of results return to
/resources
request
cyberark/conjur#2510
Fixed
- Previously, the temporary schemas used to modify Conjur policy
caused the Postgres database catalog cache to leak memory over time,
leading to an eventual crash. Now, we recycle the database
connection after modifying policy to free this cache and prevent
the memory leak from occurring.
cyberark/conjur#2584
Security
- Update rack to 2.2.3.1 to resolve CVE-2022-3023
cyberark/conjur#2564 - Update nokogiri to 1.13.6 to resolve un-numbered libxml CVEs (both in main
Gemfile.lock and in docs/Gemfile.lock)
cyberark/conjur#2558