Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.86 KB

File metadata and controls

35 lines (23 loc) · 1.86 KB

Overview of merged pull requests

The ObjectPathMappingRepository.persistEntities() method looped over the entities and passed them to flush() one-by-one. They can be passed as the array at hand directly.

  • Packages: Flow

The paragonie/random_compat library could use OpenSSL, and that in turn could lead to the use of an insecure CSPRNG (openssl_random_pseudo_bytes())

Related Information: paragonie/random_compat#96

This change fixes #1222 by updating the dependency from ^1.0 to ^2.0.

The set() call returns a boolean, so the check instanceof \Redis always fails. That means on every set, the "supported version check" is run.

  • Packages: Cache Flow