[Forgot Password]
Login  Register Subscribe

30481

 
 

423868

 
 

256610

 
 

909

 
 

199263

 
 

282

Paid content will be excluded from the download.


Download | Alert*
OVAL

FEDORA-2022-3969b64d4b -- Fedora 35 golang-github-hashicorp-memdb-1.3.0-5.fc35

ID: oval:org.secpod.oval:def:123411Date: (C)2022-08-09   (M)2024-06-24
Class: PATCHFamily: unix




The Memdb package implements a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indices that exist and allows transactions to be executed. The database provides the following: - Multi-Version Concurrency Control - By leveraging immutable radix trees the database is able to support any number of concurrent readers without locking, and allows a writer to make progress. - Transaction Support - The database allows for rich transactions, in which multiple objects are inserted, updated or deleted. The transactions can span multiple tables, and are applied atomically. The database provides atomicity and isolation in ACID terminology, such that until commit the updates are not visible. - Rich Indexing - Tables can support any number of indexes, which can be simple like a single field index, or more advanced compound field indexes. Certain types like UUID can be efficiently compressed from strings into byte indexes for reduced storage requirements. - Watches - Callers can populate a watch set as part of a query, which can be used to detect when a modification has been made to the database which affects the query results. This lets callers easily watch for changes in the database in a very general way.

Platform:
Fedora 35
Product:
golang-github-hashicorp-memdb
Reference:
FEDORA-2022-3969b64d4b
CVE-2022-24675
CVE-2022-28327
CVE-2022-29526
CVE-2022-21698
CVE-2022-1996
CVE-2022-27191
CVE-2022-30629
CVE    7
CVE-2022-1996
CVE-2022-28327
CVE-2022-29526
CVE-2022-27191
...

© SecPod Technologies