PeterO.Cbor 2.3.1

Details
Advisory: https://github.com/advisories/GHSA-cxw4-9qv9-vx5h Severity: high
Additional Details

Use PeterO.Cbor version 4.1.0 (or the latest available version) rather than this legacy version.

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package PeterO.Cbor --version 2.3.1
NuGet\Install-Package PeterO.Cbor -Version 2.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PeterO.Cbor" Version="2.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PeterO.Cbor --version 2.3.1
#r "nuget: PeterO.Cbor, 2.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PeterO.Cbor as a Cake Addin
#addin nuget:?package=PeterO.Cbor&version=2.3.1

// Install PeterO.Cbor as a Cake Tool
#tool nuget:?package=PeterO.Cbor&version=2.3.1

A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049. According to that RFC, CBOR's data model "is an extended version of the JSON data model", supporting many more types of data than JSON. This implementation was written by Peter O. and is released to the Public Domain under the CC0 Declaration.
   This implementation also doubles as a reader and writer of JSON, and can convert data from JSON to CBOR and back.
   Finally, this implementation supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (27)

Showing the top 5 NuGet packages that depend on PeterO.Cbor:

Package Downloads
AWSSDK.DAX.Client The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

AWS DynamoDB Accelerator (DAX) .NET Client -- DAX is a fully managed, in-memory cache for DynamoDB.

PubnubPCL

PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously

Pubnub

PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously

Com.AugustCellars.COSE

An implementation of the CBOR Object Signing and Encryption standards.

DSInternals.Common The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package is shared between all other DSInternals packages. Its main features are Azure AD Graph API and ADSI clients for for retrieval of cryptographic material. It contains implementations of common hash functions used by Windows, including NT hash, LM hash and OrgId hash. It also contains methods for SysKey/BootKey retrieval.

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on PeterO.Cbor:

Repository Stars
MichaelGrafnetter/DSInternals
Directory Services Internals (DSInternals) PowerShell Module and Framework
lithnet/ad-password-protection
Active Directory password filter featuring breached password checking and custom complexity rules
richardschneider/net-ipfs-engine
IPFS Core API implementation in .Net
pubnub/c-sharp
PubNub clients for C-Sharp based languages, including MS Windows C#/.net, Silveright, IIS, and Mono
Version Downloads Last updated
5.0.0-alpha1 16,409 12/14/2023
4.5.3 151,424 12/13/2023
4.5.2 748,259 1/18/2022
4.5.1 27,366 1/17/2022
4.5.0 7,542 12/9/2021
4.4.4 85,460 7/1/2021
4.4.2 17,025 5/13/2021
4.4.1 4,734 4/27/2021
4.4.0 10,720 4/19/2021
4.3.0 61,097 12/7/2020
4.2.0 76,752 7/18/2020
4.1.3 373,434 5/27/2020
4.1.2 17,601 4/25/2020
4.1.1 2,313 4/15/2020
4.1.0 107,586 12/15/2019
4.0.0 72,282 9/3/2019
3.5.2 20,929 7/4/2019
3.5.1 2,870 7/1/2019
3.5.0 9,121 6/2/2019
3.4.0-beta1 1,639 10/1/2018
3.3.0 12,832 9/3/2018
3.2.0 2,111 7/30/2018

In version 2.3.1:
- Fixed NuGet package
In version 2.3:
- The C# version of the library now also targets "dotnet", which should make it compatible with platform .NET runtime
environments such as the upcoming cross-platform "coreclr" runtime.
- Added GetUtf8Bytes overload to DataUtilities
- Fixed line break bug when setting lenientLineBreaks to true in the PeterO.Cbor.DataUtilities.WriteUtf8 method
- In BigInteger, fixed divideAndRemainder method, added certain methods and made other methods obsolete
- Many additions to the documentation
- Other bug fixes
See the project page for release notes on previous versions: https://github.com/peteroupc/CBOR