RestSharp 112.1.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package RestSharp --version 112.1.0
                    
NuGet\Install-Package RestSharp -Version 112.1.0
                    
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="RestSharp" Version="112.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RestSharp" Version="112.1.0" />
                    
Directory.Packages.props
<PackageReference Include="RestSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RestSharp --version 112.1.0
                    
#r "nuget: RestSharp, 112.1.0"
                    
#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.
#:package RestSharp@112.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RestSharp&version=112.1.0
                    
Install as a Cake Addin
#tool nuget:?package=RestSharp&version=112.1.0
                    
Install as a Cake Tool

RestSharp - Simple .NET REST Client

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

RestSharp is a lightweight HTTP API client library. It's a wrapper around HttpClient, not a full-fledged client on its own.

What RestSharp adds to HttpClient:

  • Default parameters of any kind, not just headers
  • Add a parameter of any kind to requests, like query, URL segment, header, cookie, or body
  • Multiple ways to add a request body, including JSON, XML, URL-encoded form data, multipart form data with and without files
  • Built-in serialization and deserilization of JSON, XML, and CSV, as well as the ability to add custom serializers
  • Rich support for authentication

Compatibility note

RestSharp 107 was a major release that brings a lot of changes. We've removed a lot of legacy code and added new features. Finally, RestSharp has moved to HttpClient. We also deprecated the following:

  • SimpleJson in favour of System.Text.Json.JsonSerialzer
  • IRestRequest, and IRestResponse in favour of implementing classes
  • Everything Http and IHttp as those are just wrappers
  • Client configuration moved to RestClientOptions to make the client thread-safe
  • IRestClient interface surface substantially reduced

Most of the client and some of the request options are now in RestClientOptions.

Check v107+ docs for more information.

Packages

Package What it's for
RestSharp The core library, including System.Text.Json serializer and basical XML serializer
RestSharp.Serializers.NewtonsoftJson Use Newtonsoft.Json as a JSON serializer
RestSharp.Serializers.Xml Use custom RestSharp XML serializer for XML
RestSharp.Serializers.CsvHelper Use CsvHelper as a CSV serializer

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

Users violated the aforementioned code of conduct will be blocked.

Support

RestSharp is an open-source project with a single maintainer. Do not expect your issue to be resolved unless it concerns a large group of RestSharp users. The best way to resolve your issue is to fix it yourself. Fork the repository and submit a pull request. You can also motivate the maintainer by sponsoring this project.

Contribute

Please read CONTRIBUTING.md for details on the process for reporting issues and submitting pull requests.

Get help

Read the docs: Official Site

Ask a question on StackOverflow with the tag restsharp.

Join RestSharp Discord server: Discord

Find RestSharp on Twitter: @RestSharp

Community

.NET Foundation

This project is a part of the .NET Foundation.

Code Contributors

This project exists thanks to all the people who contribute. <img src="https://opencollective.com/RestSharp/contributors.svg?width=890&button=false">

Financial Contributors

Become a financial contributor and help us sustain our community. Contribute

License

Apache License 2.0

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3.9K)

Showing the top 5 NuGet packages that depend on RestSharp:

Package Downloads
RestSharp.Serializers.NewtonsoftJson

Simple REST and HTTP API Client

SheshaMobile.Core

Common application functionality and features to be shared across the framework

SheshaMobile.Modules

The modules module contains common functionality shared across multiple modules

Okta.Sdk

Official .NET SDK for the Okta API

Atlassian.SDK

Utilities to interact with Atlassian products. Contains LinqToJira provider for querying JIRA Issue tracker (http://www.atlassian.com/software/jira).

GitHub repositories (196)

Showing the top 20 popular GitHub repositories that depend on RestSharp:

Repository Stars
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
felixse/FluentTerminal
A Terminal Emulator based on UWP and web technologies.
gitextensions/gitextensions
Git Extensions is a standalone UI tool for managing git repositories. It also integrates with Windows Explorer and Microsoft Visual Studio (2015/2017/2019).
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
t1m0thyj/WinDynamicDesktop
Port of macOS Mojave Dynamic Desktop feature to Windows
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
4sval/FModel
Unreal Engine Archives Explorer
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
FakeFishGames/Barotrauma
A 2D online multiplayer game taking place in a submarine travelling through the icy depths of Jupiter's moon Europa.
cedrozor/myrtille
A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
VitalElement/AvalonStudio
Cross platform IDE and Shell
Squalr/Squalr
Squalr Memory Editor - Game Hacking Tool Written in C#
Version Downloads Last Updated
112.1.1-alpha.0.4 106,297 12/17/2024
112.1.1-alpha.0.1 3,087 12/16/2024
112.1.0 17,346,831 10/4/2024
112.0.1-alpha.0.1 3,744 10/3/2024
112.0.0 11,444,629 8/29/2024
111.4.2-alpha.0.3 10,026 8/29/2024 111.4.2-alpha.0.3 has at least one vulnerability with moderate severity.
111.4.1 1,475,144 7/30/2024 111.4.1 has at least one vulnerability with moderate severity.
111.4.1-alpha.0.7 376 7/30/2024 111.4.1-alpha.0.7 has at least one vulnerability with moderate severity.
111.4.1-alpha.0.1 527 7/30/2024 111.4.1-alpha.0.1 has at least one vulnerability with moderate severity.
111.4.0 906,641 7/11/2024 111.4.0 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.7 1,741 7/11/2024 111.3.1-alpha.0.7 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.6 3,841 7/4/2024 111.3.1-alpha.0.6 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.5 4,232 6/25/2024 111.3.1-alpha.0.5 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.3 611 6/24/2024 111.3.1-alpha.0.3 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.2 405 6/24/2024 111.3.1-alpha.0.2 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.1 424 6/24/2024 111.3.1-alpha.0.1 has at least one vulnerability with moderate severity.
111.3.0 1,217,626 6/17/2024 111.3.0 has at least one vulnerability with moderate severity.
111.2.1-alpha.0.6 1,911 6/17/2024 111.2.1-alpha.0.6 has at least one vulnerability with moderate severity.
111.2.1-alpha.0.5 419 6/17/2024 111.2.1-alpha.0.5 has at least one vulnerability with moderate severity.
111.2.1-alpha.0.3 454 6/17/2024 111.2.1-alpha.0.3 has at least one vulnerability with moderate severity.
111.2.1-alpha.0.2 4,264 6/12/2024 111.2.1-alpha.0.2 has at least one vulnerability with moderate severity.
111.2.0 897,757 5/30/2024 111.2.0 has at least one vulnerability with moderate severity.
111.1.1-alpha.0.4 575 5/30/2024 111.1.1-alpha.0.4 has at least one vulnerability with moderate severity.
111.1.1-alpha.0.3 3,261 5/27/2024 111.1.1-alpha.0.3 has at least one vulnerability with moderate severity.
111.1.1-alpha.0.2 394 5/27/2024 111.1.1-alpha.0.2 has at least one vulnerability with moderate severity.
111.1.0 345,250 5/26/2024 111.1.0 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.8 636 5/26/2024 111.0.1-alpha.0.8 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.7 394 5/26/2024 111.0.1-alpha.0.7 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.5 477 5/25/2024 111.0.1-alpha.0.5 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.4 4,195 5/22/2024 111.0.1-alpha.0.4 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.3 403 5/22/2024 111.0.1-alpha.0.3 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.1 410 5/22/2024 111.0.1-alpha.0.1 has at least one vulnerability with moderate severity.
111.0.0 164,849 5/22/2024 111.0.0 is deprecated because it has critical bugs; 111.0.0 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.26 9,072 5/22/2024 110.2.1-alpha.0.26 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.24 689 5/22/2024 110.2.1-alpha.0.24 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.23 517 5/22/2024 110.2.1-alpha.0.23 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.22 524 5/22/2024 110.2.1-alpha.0.22 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.20 45,117 4/5/2024 110.2.1-alpha.0.20 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.16 212,878 10/24/2023 110.2.1-alpha.0.16 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.15 729 10/24/2023 110.2.1-alpha.0.15 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.13 57,759 9/13/2023 110.2.1-alpha.0.13 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.11 44,575 8/14/2023 110.2.1-alpha.0.11 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.10 53,970 7/4/2023 110.2.1-alpha.0.10 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.9 918 7/4/2023 110.2.1-alpha.0.9 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.8 767 7/4/2023 110.2.1-alpha.0.8 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.7 744 7/4/2023 110.2.1-alpha.0.7 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.6 1,685 7/4/2023 110.2.1-alpha.0.6 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.5 741 7/4/2023 110.2.1-alpha.0.5 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.3 71,906 5/10/2023 110.2.1-alpha.0.3 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.2 10,757 5/3/2023 110.2.1-alpha.0.2 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.1 28,864 4/10/2023 110.2.1-alpha.0.1 has at least one vulnerability with moderate severity.
110.2.0 29,990,989 4/9/2023 110.2.0 has at least one vulnerability with moderate severity.
110.1.1-alpha.0.7 1,498 4/9/2023 110.1.1-alpha.0.7 has at least one vulnerability with moderate severity.
110.1.1-alpha.0.6 695 4/9/2023 110.1.1-alpha.0.6 has at least one vulnerability with moderate severity.
110.1.1-alpha.0.5 678 4/9/2023 110.1.1-alpha.0.5 has at least one vulnerability with moderate severity.
110.1.1-alpha.0.4 805 4/8/2023 110.1.1-alpha.0.4 has at least one vulnerability with moderate severity.
110.1.0 1,537,339 4/4/2023 110.1.0 has at least one vulnerability with moderate severity.
110.0.1-alpha.0.4 701 4/4/2023 110.0.1-alpha.0.4 has at least one vulnerability with moderate severity.
110.0.1-alpha.0.3 713 4/4/2023 110.0.1-alpha.0.3 has at least one vulnerability with moderate severity.
110.0.1-alpha.0.2 679 4/4/2023 110.0.1-alpha.0.2 has at least one vulnerability with moderate severity.
110.0.1-alpha.0.1 680 4/4/2023 110.0.1-alpha.0.1 has at least one vulnerability with moderate severity.
110.0.0 229,449 4/3/2023 110.0.0 has at least one vulnerability with moderate severity.
109.0.2-alpha.0.7 5,757 4/3/2023 109.0.2-alpha.0.7 has at least one vulnerability with moderate severity.
109.0.2-alpha.0.6 11,200 3/31/2023 109.0.2-alpha.0.6 has at least one vulnerability with moderate severity.
109.0.2-alpha.0.5 5,559 3/30/2023 109.0.2-alpha.0.5 has at least one vulnerability with moderate severity.
109.0.2-alpha.0.2 2,997 3/26/2023 109.0.2-alpha.0.2 has at least one vulnerability with moderate severity.
109.0.1 1,864,820 3/12/2023 109.0.1 has at least one vulnerability with moderate severity.
109.0.0 226,957 3/12/2023 109.0.0 has at least one vulnerability with moderate severity.
109.0.0-preview.2 68,657 2/17/2023 109.0.0-preview.2 has at least one vulnerability with moderate severity.
109.0.0-preview.1 269,754 11/20/2022 109.0.0-preview.1 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.29 1,752 3/12/2023 108.0.4-alpha.0.29 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.28 700 3/12/2023 108.0.4-alpha.0.28 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.27 676 3/12/2023 108.0.4-alpha.0.27 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.26 714 3/12/2023 108.0.4-alpha.0.26 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.25 691 3/12/2023 108.0.4-alpha.0.25 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.22 960 1/10/2023 108.0.4-alpha.0.22 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.21 750 1/8/2023 108.0.4-alpha.0.21 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.20 721 1/8/2023 108.0.4-alpha.0.20 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.19 727 1/8/2023 108.0.4-alpha.0.19 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.18 726 1/8/2023 108.0.4-alpha.0.18 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.17 695 1/8/2023 108.0.4-alpha.0.17 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.16 799 12/29/2022 108.0.4-alpha.0.16 has at least one vulnerability with moderate severity.
108.0.3 14,440,884 11/19/2022 108.0.3 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.20 1,626 11/18/2022 108.0.3-alpha.0.20 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.19 813 11/18/2022 108.0.3-alpha.0.19 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.18 1,079 11/18/2022 108.0.3-alpha.0.18 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.11 10,656 11/9/2022 108.0.3-alpha.0.11 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.10 1,630 11/8/2022 108.0.3-alpha.0.10 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.9 1,043 11/8/2022 108.0.3-alpha.0.9 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.8 726 11/8/2022 108.0.3-alpha.0.8 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.5 84,908 9/22/2022 108.0.3-alpha.0.5 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.4 2,296 9/20/2022 108.0.3-alpha.0.4 has at least one vulnerability with moderate severity.
108.0.2 7,135,803 9/20/2022 108.0.2 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.11 765 9/20/2022 108.0.2-alpha.0.11 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.10 6,963 9/13/2022 108.0.2-alpha.0.10 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.9 759 9/20/2022 108.0.2-alpha.0.9 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.8 750 9/20/2022 108.0.2-alpha.0.8 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.6 60,951 7/31/2022 108.0.2-alpha.0.6 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.5 11,279 7/21/2022 108.0.2-alpha.0.5 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.4 11,794 7/7/2022 108.0.2-alpha.0.4 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.2 829 7/7/2022 108.0.2-alpha.0.2 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.1 50,993 6/13/2022 108.0.2-alpha.0.1 has at least one vulnerability with moderate severity.
108.0.1 12,027,775 6/7/2022 108.0.1 has at least one vulnerability with moderate severity.
108.0.1-alpha.0.1 864 6/7/2022 108.0.1-alpha.0.1 has at least one vulnerability with moderate severity.
108.0.0 598,892 6/7/2022 108.0.0 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.40 4,833 6/7/2022 107.3.1-alpha.0.40 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.39 838 6/7/2022 107.3.1-alpha.0.39 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.38 803 6/7/2022 107.3.1-alpha.0.38 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.26 53,776 5/6/2022 107.3.1-alpha.0.26 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.24 16,625 4/14/2022 107.3.1-alpha.0.24 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.23 852 4/14/2022 107.3.1-alpha.0.23 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.20 8,152 4/4/2022 107.3.1-alpha.0.20 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.19 846 4/4/2022 107.3.1-alpha.0.19 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.18 13,805 3/22/2022 107.3.1-alpha.0.18 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.17 1,471 3/22/2022 107.3.1-alpha.0.17 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.16 848 3/22/2022 107.3.1-alpha.0.16 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.15 849 3/22/2022 107.3.1-alpha.0.15 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.14 6,593 3/13/2022 107.3.1-alpha.0.14 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.13 1,671 3/12/2022 107.3.1-alpha.0.13 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.6 928 3/12/2022 107.3.1-alpha.0.6 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.5 12,686 3/3/2022 107.3.1-alpha.0.5 has at least one vulnerability with moderate severity.
107.3.0 9,396,433 2/11/2022 107.3.0 has at least one vulnerability with moderate severity.
107.2.2-alpha.0.7 1,188 2/11/2022 107.2.2-alpha.0.7 has at least one vulnerability with moderate severity.
107.2.2-alpha.0.6 1,052 2/11/2022 107.2.2-alpha.0.6 has at least one vulnerability with moderate severity.
107.2.2-alpha.0.5 1,057 2/11/2022 107.2.2-alpha.0.5 has at least one vulnerability with moderate severity.
107.2.2-alpha.0.1 2,594 2/7/2022 107.2.2-alpha.0.1 has at least one vulnerability with moderate severity.
107.2.1 521,278 2/4/2022 107.2.1 has at least one vulnerability with moderate severity.
107.2.1-alpha.0.3 1,082 2/4/2022 107.2.1-alpha.0.3 has at least one vulnerability with moderate severity.
107.2.0 121,522 2/3/2022 107.2.0 has at least one vulnerability with moderate severity.
107.1.3-alpha.0.7 1,394 2/3/2022 107.1.3-alpha.0.7 has at least one vulnerability with moderate severity.
107.1.3-alpha.0.6 1,120 2/3/2022 107.1.3-alpha.0.6 has at least one vulnerability with moderate severity.
107.1.3-alpha.0.5 1,195 2/2/2022 107.1.3-alpha.0.5 has at least one vulnerability with moderate severity.
107.1.3-alpha.0.2 7,528 1/25/2022 107.1.3-alpha.0.2 has at least one vulnerability with moderate severity.
107.1.2 546,150 1/25/2022 107.1.2 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.19 1,152 1/24/2022 107.1.2-alpha.0.19 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.18 1,243 1/24/2022 107.1.2-alpha.0.18 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.14 1,290 1/23/2022 107.1.2-alpha.0.14 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.13 1,055 1/23/2022 107.1.2-alpha.0.13 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.12 1,073 1/23/2022 107.1.2-alpha.0.12 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.10 1,114 1/22/2022 107.1.2-alpha.0.10 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.9 1,093 1/22/2022 107.1.2-alpha.0.9 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.8 1,172 1/21/2022 107.1.2-alpha.0.8 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.7 1,811 1/20/2022 107.1.2-alpha.0.7 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.4 1,112 1/20/2022 107.1.2-alpha.0.4 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.3 1,060 1/20/2022 107.1.2-alpha.0.3 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.1 1,245 1/19/2022 107.1.2-alpha.0.1 has at least one vulnerability with moderate severity.
107.1.1 389,032 1/17/2022 107.1.1 has at least one vulnerability with moderate severity.
107.1.1-alpha.0.3 1,070 1/19/2022 107.1.1-alpha.0.3 has at least one vulnerability with moderate severity.
107.1.1-alpha.0.1 1,075 1/18/2022 107.1.1-alpha.0.1 has at least one vulnerability with moderate severity.
107.1.0 27,427 1/17/2022 107.1.0 has at least one vulnerability with moderate severity.
107.0.4-alpha.0.11 1,271 1/17/2022 107.0.4-alpha.0.11 has at least one vulnerability with moderate severity.
107.0.4-alpha.0.9 1,079 1/17/2022 107.0.4-alpha.0.9 has at least one vulnerability with moderate severity.
107.0.4-alpha.0.6 1,871 1/13/2022 107.0.4-alpha.0.6 has at least one vulnerability with moderate severity.
107.0.4-alpha.0.5 1,120 1/13/2022 107.0.4-alpha.0.5 has at least one vulnerability with moderate severity.
107.0.4-alpha.0.4 5,012 1/12/2022 107.0.4-alpha.0.4 has at least one vulnerability with moderate severity.
107.0.3 291,279 1/11/2022 107.0.3 has at least one vulnerability with moderate severity.
107.0.3-alpha.0.4 877 1/11/2022 107.0.3-alpha.0.4 has at least one vulnerability with moderate severity.
107.0.3-alpha.0.2 1,038 1/10/2022 107.0.3-alpha.0.2 has at least one vulnerability with moderate severity.
107.0.3-alpha.0.1 3,535 1/9/2022 107.0.3-alpha.0.1 has at least one vulnerability with moderate severity.
107.0.2 86,503 1/9/2022 107.0.2 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.6 880 1/9/2022 107.0.2-alpha.0.6 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.5 911 1/8/2022 107.0.2-alpha.0.5 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.4 1,287 1/7/2022 107.0.2-alpha.0.4 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.3 865 1/7/2022 107.0.2-alpha.0.3 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.2 2,532 1/7/2022 107.0.2-alpha.0.2 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.1 937 1/7/2022 107.0.2-alpha.0.1 has at least one vulnerability with moderate severity.
107.0.1 83,755 1/7/2022 107.0.1 has at least one vulnerability with moderate severity.
107.0.1-alpha.0.2 870 1/7/2022 107.0.1-alpha.0.2 has at least one vulnerability with moderate severity.
107.0.1-alpha.0.1 989 1/6/2022 107.0.1-alpha.0.1 has at least one vulnerability with moderate severity.
107.0.0-preview.20 1,195 1/6/2022 107.0.0-preview.20 has at least one vulnerability with moderate severity.
107.0.0-preview.19 2,169 1/5/2022 107.0.0-preview.19 has at least one vulnerability with moderate severity.
107.0.0-preview.18 2,364 1/3/2022 107.0.0-preview.18 has at least one vulnerability with moderate severity.
107.0.0-preview.17 1,442 12/28/2021 107.0.0-preview.17 has at least one vulnerability with moderate severity.
107.0.0-preview.14 8,680 12/23/2021 107.0.0-preview.14 has at least one vulnerability with moderate severity.
107.0.0-preview.13 6,100 12/21/2021 107.0.0-preview.13 has at least one vulnerability with moderate severity.
107.0.0-preview.12 3,485 12/18/2021 107.0.0-preview.12 has at least one vulnerability with moderate severity.
107.0.0-preview.11 1,069 12/17/2021 107.0.0-preview.11 has at least one vulnerability with moderate severity.
107.0.0-preview.10 906 12/17/2021 107.0.0-preview.10 has at least one vulnerability with moderate severity.
107.0.0-preview.9 935 12/17/2021 107.0.0-preview.9 has at least one vulnerability with moderate severity.
107.0.0-preview.8 3,354 12/15/2021 107.0.0-preview.8 has at least one vulnerability with moderate severity.
107.0.0-preview.7 909 12/15/2021 107.0.0-preview.7 has at least one vulnerability with moderate severity.
107.0.0-preview.6 895 12/15/2021 107.0.0-preview.6 has at least one vulnerability with moderate severity.
107.0.0-preview.5 904 12/15/2021 107.0.0-preview.5 has at least one vulnerability with moderate severity.
107.0.0-preview.4 1,329 12/13/2021 107.0.0-preview.4 has at least one vulnerability with moderate severity.
107.0.0-preview.2 2,646 12/13/2021 107.0.0-preview.2 has at least one vulnerability with moderate severity.
107.0.0-preview.1 1,785 12/13/2021 107.0.0-preview.1 has at least one vulnerability with moderate severity.
106.15.1-alpha.0.1 148,854 12/8/2021
106.15.0 28,030,777 12/8/2021
106.14.1-alpha.0.2 1,112 12/8/2021
106.13.0 19,692,547 10/30/2021
106.12.0 41,572,712 7/15/2021
106.11.8-alpha.0.40 35,563 7/15/2021
106.11.8-alpha.0.39 3,560 7/15/2021
106.11.8-alpha.0.34 1,065 7/15/2021
106.11.8-alpha.0.14 141,961 5/5/2021
106.11.8-alpha.0.13 543,768 5/5/2021
106.11.8-alpha.0.12 605,033 12/21/2020
106.11.8-alpha.0.11 33,059 12/9/2020
106.11.8-alpha.0.10 2,200 12/9/2020
106.11.8-alpha.0.7 79,785 10/28/2020
106.11.8-alpha.0.6 1,125 10/28/2020
106.11.8-alpha.0.4 8,347 10/23/2020
106.11.8-alpha.0.3 8,446 10/23/2020
106.11.8-alpha.0.2 34,237 10/23/2020
106.11.7 37,802,584 9/30/2020 106.11.7 has at least one vulnerability with high severity.
106.11.6-alpha.0.1 1,948 9/30/2020 106.11.6-alpha.0.1 has at least one vulnerability with high severity.
106.11.5 1,611,784 9/17/2020 106.11.5 has at least one vulnerability with high severity.
106.11.5-alpha.0.21 12,132 9/5/2020 106.11.5-alpha.0.21 has at least one vulnerability with high severity.
106.11.5-alpha.0.20 1,589 9/4/2020 106.11.5-alpha.0.20 has at least one vulnerability with high severity.
106.11.5-alpha.0.18 78,256 8/5/2020 106.11.5-alpha.0.18 has at least one vulnerability with high severity.
106.11.5-alpha.0.17 1,479 8/5/2020 106.11.5-alpha.0.17 has at least one vulnerability with high severity.
106.11.5-alpha.0.2 116,940 5/13/2020 106.11.5-alpha.0.2 has at least one vulnerability with high severity.
106.11.5-alpha.0.1 1,658 5/18/2020 106.11.5-alpha.0.1 has at least one vulnerability with high severity.
106.11.4 25,022,286 5/18/2020 106.11.4 has at least one vulnerability with high severity.
106.11.3-alpha.0.6 1,608 5/11/2020 106.11.3-alpha.0.6 has at least one vulnerability with high severity.
106.11.3-alpha.0.1 6,221 5/8/2020 106.11.3-alpha.0.1 has at least one vulnerability with high severity.
106.11.2 448,859 5/7/2020 106.11.2 has at least one vulnerability with high severity.
106.11.1-alpha.0.5 1,465 5/7/2020 106.11.1-alpha.0.5 has at least one vulnerability with high severity.
106.11.1-alpha.0.1 1,536 5/7/2020 106.11.1-alpha.0.1 has at least one vulnerability with high severity.
106.10.2-alpha.0.18 6,408 5/6/2020 106.10.2-alpha.0.18 has at least one vulnerability with high severity.
106.10.2-alpha.0.16 1,468 5/6/2020 106.10.2-alpha.0.16 has at least one vulnerability with high severity.
106.10.2-alpha.0.15 1,459 5/6/2020 106.10.2-alpha.0.15 has at least one vulnerability with high severity.
106.10.2-alpha.0.8 185,418 1/23/2020 106.10.2-alpha.0.8 has at least one vulnerability with high severity.
106.10.2-alpha.0.4 16,844 1/13/2020 106.10.2-alpha.0.4 has at least one vulnerability with high severity.
106.10.2-alpha.0.3 1,885 1/13/2020 106.10.2-alpha.0.3 has at least one vulnerability with high severity.
106.10.1 24,892,799 1/12/2020 106.10.1 has at least one vulnerability with high severity.
106.10.1-alpha.0.15 1,981 1/12/2020 106.10.1-alpha.0.15 has at least one vulnerability with high severity.
106.10.1-alpha.0.9 18,008 1/8/2020 106.10.1-alpha.0.9 has at least one vulnerability with high severity.
106.10.1-alpha.0.8 1,921 1/8/2020 106.10.1-alpha.0.8 has at least one vulnerability with high severity.
106.10.0 873,691 1/7/2020 106.10.0 has at least one vulnerability with high severity.
106.9.1-alpha.0.36 1,939 1/7/2020 106.9.1-alpha.0.36 has at least one vulnerability with high severity.
106.9.1-alpha.0.35 4,014 1/7/2020 106.9.1-alpha.0.35 has at least one vulnerability with high severity.
106.9.1-alpha.0.34 2,045 1/7/2020 106.9.1-alpha.0.34 has at least one vulnerability with high severity.
106.9.1-alpha.0.21 2,695 1/6/2020 106.9.1-alpha.0.21 has at least one vulnerability with high severity.
106.9.1-alpha.0.19 1,906 1/6/2020 106.9.1-alpha.0.19 has at least one vulnerability with high severity.
106.9.1-alpha.0.18 1,906 1/6/2020 106.9.1-alpha.0.18 has at least one vulnerability with high severity.
106.9.1-alpha.0.17 1,897 1/6/2020 106.9.1-alpha.0.17 has at least one vulnerability with high severity.
106.9.1-alpha.0.15 1,869 1/6/2020 106.9.1-alpha.0.15 has at least one vulnerability with high severity.
106.9.1-alpha.0.11 1,885 1/6/2020 106.9.1-alpha.0.11 has at least one vulnerability with high severity.
106.9.1-alpha.0.10 1,866 1/6/2020 106.9.1-alpha.0.10 has at least one vulnerability with high severity.
106.9.1-alpha.0.3 2,207 1/6/2020 106.9.1-alpha.0.3 has at least one vulnerability with high severity.
106.9.0 207,362 1/6/2020 106.9.0 has at least one vulnerability with high severity.
106.8.10-alpha.0.15 2,176 1/6/2020 106.8.10-alpha.0.15 has at least one vulnerability with high severity.
106.8.10-alpha.0.13 1,867 1/6/2020 106.8.10-alpha.0.13 has at least one vulnerability with high severity.
106.8.10-alpha.0.12 1,850 1/6/2020 106.8.10-alpha.0.12 has at least one vulnerability with high severity.
106.8.10-alpha.0.11 1,933 1/6/2020 106.8.10-alpha.0.11 has at least one vulnerability with high severity.
106.8.10-alpha.0.10 1,883 1/6/2020 106.8.10-alpha.0.10 has at least one vulnerability with high severity.
106.8.10-alpha.0.9 1,834 1/6/2020 106.8.10-alpha.0.9 has at least one vulnerability with high severity.
106.8.10-alpha.0.8 1,858 1/6/2020 106.8.10-alpha.0.8 has at least one vulnerability with high severity.
106.8.10-alpha.0.7 1,856 1/6/2020 106.8.10-alpha.0.7 has at least one vulnerability with high severity.
106.8.10-alpha.0.4 1,914 1/6/2020 106.8.10-alpha.0.4 has at least one vulnerability with high severity.
106.8.10-alpha.0.3 1,896 1/6/2020 106.8.10-alpha.0.3 has at least one vulnerability with high severity.
106.8.0 58,517 1/6/2020 106.8.0 has at least one vulnerability with high severity.
106.7.1-alpha.0.22 86,588 1/6/2020 106.7.1-alpha.0.22 has at least one vulnerability with high severity.
106.7.1-alpha.0.21 1,860 1/6/2020 106.7.1-alpha.0.21 has at least one vulnerability with high severity.
106.7.1-alpha.0.20 42,156 1/5/2020 106.7.1-alpha.0.20 has at least one vulnerability with high severity.
106.6.10 20,813,486 7/3/2019 106.6.10 has at least one vulnerability with high severity.
106.6.9 14,816,118 2/27/2019 106.6.9 has at least one vulnerability with high severity.
106.6.7 3,999,440 1/16/2019 106.6.7 has at least one vulnerability with high severity.
106.6.6 173,969 1/14/2019 106.6.6 has at least one vulnerability with high severity.
106.6.5 752,097 1/7/2019 106.6.5 has at least one vulnerability with high severity.
106.6.4 95,573 1/7/2019 106.6.4 has at least one vulnerability with high severity.
106.6.3 250,432 1/3/2019 106.6.3 has at least one vulnerability with high severity.
106.6.2 373,065 12/30/2018 106.6.2 has at least one vulnerability with high severity.
106.5.4 7,219,991 10/15/2018 106.5.4 has at least one vulnerability with high severity.
106.5.3 109,487 10/14/2018 106.5.3 has at least one vulnerability with high severity.
106.5.2 485,410 10/8/2018 106.5.2 has at least one vulnerability with high severity.
106.5.1 24,465 10/8/2018 106.5.1 has at least one vulnerability with high severity.
106.5.0 107,086 10/7/2018 106.5.0 has at least one vulnerability with high severity.
106.4.2 1,366,385 9/24/2018 106.4.2 has at least one vulnerability with high severity.
106.4.1 74,521 9/22/2018 106.4.1 has at least one vulnerability with high severity.
106.4.0 466,448 9/18/2018 106.4.0 has at least one vulnerability with high severity.
106.3.1 18,309,079 6/10/2018 106.3.1 has at least one vulnerability with high severity.
106.3.0 738,924 5/31/2018 106.3.0 has at least one vulnerability with high severity.
106.2.2 4,263,706 4/24/2018 106.2.2 has at least one vulnerability with high severity.
106.2.1 6,416,918 1/6/2018 106.2.1 has at least one vulnerability with high severity.
106.2.0 254,596 12/24/2017 106.2.0 has at least one vulnerability with high severity.
106.2.0-alpha0060 7,784 12/22/2017 106.2.0-alpha0060 has at least one vulnerability with high severity.
106.2.0-alpha0032 6,838 12/22/2017 106.2.0-alpha0032 has at least one vulnerability with high severity.
106.2.0-alpha0025 531,080 12/3/2017 106.2.0-alpha0025 has at least one vulnerability with high severity.
106.1.0 2,652,621 11/19/2017 106.1.0 has at least one vulnerability with high severity.
106.1.0-alpha0038 9,524 11/10/2017 106.1.0-alpha0038 has at least one vulnerability with high severity.
106.0.1 1,123,765 11/8/2017 106.0.1 has at least one vulnerability with high severity.
106.0.0 2,078,821 11/6/2017 106.0.0 has at least one vulnerability with high severity.
106.0.0-alpha0284 63,805 10/22/2017 106.0.0-alpha0284 has at least one vulnerability with high severity.
106.0.0-alpha0282 7,627 10/17/2017 106.0.0-alpha0282 has at least one vulnerability with high severity.
106.0.0-alpha0277 9,234 10/16/2017 106.0.0-alpha0277 has at least one vulnerability with high severity.
105.2.3 28,555,930 8/26/2015 105.2.3 has at least one vulnerability with high severity.
105.2.2 3,685,682 8/19/2015 105.2.2 has at least one vulnerability with high severity.
105.2.1 163,773 8/16/2015 105.2.1 has at least one vulnerability with high severity.
105.1.0 6,098,054 4/30/2015 105.1.0 has at least one vulnerability with high severity.
105.0.1 4,094,104 11/13/2014 105.0.1 has at least one vulnerability with high severity.
105.0.0 738,934 11/1/2014 105.0.0 has at least one vulnerability with high severity.
104.5.0 341,575 10/16/2014 104.5.0 has at least one vulnerability with high severity.
104.4.0 2,827,440 11/19/2013 104.4.0 has at least one vulnerability with high severity.
104.3.3 509,036 10/22/2013 104.3.3 has at least one vulnerability with high severity.
104.2.0 381,562 9/18/2013 104.2.0 has at least one vulnerability with high severity.
104.1.0 1,606,915 9/7/2012 104.1.0 has at least one vulnerability with high severity.
104.0.0 469,165 8/31/2012 104.0.0 has at least one vulnerability with high severity.