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
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.
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
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.
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
VitalElement/AvalonStudio
Cross platform IDE and Shell
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
Squalr/Squalr
Squalr Memory Editor - Game Hacking Tool Written in C#
JabbR/JabbR
Collaborative chat done right
Version Downloads Last Updated
112.1.1-alpha.0.4 83,239 12/17/2024
112.1.1-alpha.0.1 2,250 12/16/2024
112.1.0 13,935,553 10/4/2024
112.0.1-alpha.0.1 3,496 10/3/2024
112.0.0 10,082,032 8/29/2024
111.4.2-alpha.0.3 9,013 8/29/2024 111.4.2-alpha.0.3 has at least one vulnerability with moderate severity.
111.4.1 1,393,688 7/30/2024 111.4.1 has at least one vulnerability with moderate severity.
111.4.1-alpha.0.7 360 7/30/2024 111.4.1-alpha.0.7 has at least one vulnerability with moderate severity.
111.4.1-alpha.0.1 511 7/30/2024 111.4.1-alpha.0.1 has at least one vulnerability with moderate severity.
111.4.0 874,183 7/11/2024 111.4.0 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.7 1,635 7/11/2024 111.3.1-alpha.0.7 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.6 3,802 7/4/2024 111.3.1-alpha.0.6 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.5 3,937 6/25/2024 111.3.1-alpha.0.5 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.3 595 6/24/2024 111.3.1-alpha.0.3 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.2 388 6/24/2024 111.3.1-alpha.0.2 has at least one vulnerability with moderate severity.
111.3.1-alpha.0.1 408 6/24/2024 111.3.1-alpha.0.1 has at least one vulnerability with moderate severity.
111.3.0 1,159,356 6/17/2024 111.3.0 has at least one vulnerability with moderate severity.
111.2.1-alpha.0.6 1,756 6/17/2024 111.2.1-alpha.0.6 has at least one vulnerability with moderate severity.
111.2.1-alpha.0.5 403 6/17/2024 111.2.1-alpha.0.5 has at least one vulnerability with moderate severity.
111.2.1-alpha.0.3 433 6/17/2024 111.2.1-alpha.0.3 has at least one vulnerability with moderate severity.
111.2.1-alpha.0.2 4,140 6/12/2024 111.2.1-alpha.0.2 has at least one vulnerability with moderate severity.
111.2.0 860,152 5/30/2024 111.2.0 has at least one vulnerability with moderate severity.
111.1.1-alpha.0.4 556 5/30/2024 111.1.1-alpha.0.4 has at least one vulnerability with moderate severity.
111.1.1-alpha.0.3 3,112 5/27/2024 111.1.1-alpha.0.3 has at least one vulnerability with moderate severity.
111.1.1-alpha.0.2 376 5/27/2024 111.1.1-alpha.0.2 has at least one vulnerability with moderate severity.
111.1.0 334,727 5/26/2024 111.1.0 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.8 591 5/26/2024 111.0.1-alpha.0.8 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.7 377 5/26/2024 111.0.1-alpha.0.7 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.5 459 5/25/2024 111.0.1-alpha.0.5 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.4 4,005 5/22/2024 111.0.1-alpha.0.4 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.3 387 5/22/2024 111.0.1-alpha.0.3 has at least one vulnerability with moderate severity.
111.0.1-alpha.0.1 393 5/22/2024 111.0.1-alpha.0.1 has at least one vulnerability with moderate severity.
111.0.0 157,561 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 8,300 5/22/2024 110.2.1-alpha.0.26 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.24 668 5/22/2024 110.2.1-alpha.0.24 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.23 498 5/22/2024 110.2.1-alpha.0.23 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.22 505 5/22/2024 110.2.1-alpha.0.22 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.20 44,010 4/5/2024 110.2.1-alpha.0.20 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.16 206,360 10/24/2023 110.2.1-alpha.0.16 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.15 709 10/24/2023 110.2.1-alpha.0.15 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.13 57,016 9/13/2023 110.2.1-alpha.0.13 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.11 41,743 8/14/2023 110.2.1-alpha.0.11 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.10 53,755 7/4/2023 110.2.1-alpha.0.10 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.9 885 7/4/2023 110.2.1-alpha.0.9 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.8 734 7/4/2023 110.2.1-alpha.0.8 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.7 717 7/4/2023 110.2.1-alpha.0.7 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.6 1,657 7/4/2023 110.2.1-alpha.0.6 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.5 713 7/4/2023 110.2.1-alpha.0.5 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.3 71,380 5/10/2023 110.2.1-alpha.0.3 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.2 10,683 5/3/2023 110.2.1-alpha.0.2 has at least one vulnerability with moderate severity.
110.2.1-alpha.0.1 28,777 4/10/2023 110.2.1-alpha.0.1 has at least one vulnerability with moderate severity.
110.2.0 29,059,747 4/9/2023 110.2.0 has at least one vulnerability with moderate severity.
110.1.1-alpha.0.7 1,443 4/9/2023 110.1.1-alpha.0.7 has at least one vulnerability with moderate severity.
110.1.1-alpha.0.6 667 4/9/2023 110.1.1-alpha.0.6 has at least one vulnerability with moderate severity.
110.1.1-alpha.0.5 652 4/9/2023 110.1.1-alpha.0.5 has at least one vulnerability with moderate severity.
110.1.1-alpha.0.4 779 4/8/2023 110.1.1-alpha.0.4 has at least one vulnerability with moderate severity.
110.1.0 1,492,436 4/4/2023 110.1.0 has at least one vulnerability with moderate severity.
110.0.1-alpha.0.4 674 4/4/2023 110.0.1-alpha.0.4 has at least one vulnerability with moderate severity.
110.0.1-alpha.0.3 690 4/4/2023 110.0.1-alpha.0.3 has at least one vulnerability with moderate severity.
110.0.1-alpha.0.2 650 4/4/2023 110.0.1-alpha.0.2 has at least one vulnerability with moderate severity.
110.0.1-alpha.0.1 654 4/4/2023 110.0.1-alpha.0.1 has at least one vulnerability with moderate severity.
110.0.0 225,054 4/3/2023 110.0.0 has at least one vulnerability with moderate severity.
109.0.2-alpha.0.7 5,104 4/3/2023 109.0.2-alpha.0.7 has at least one vulnerability with moderate severity.
109.0.2-alpha.0.6 11,172 3/31/2023 109.0.2-alpha.0.6 has at least one vulnerability with moderate severity.
109.0.2-alpha.0.5 5,518 3/30/2023 109.0.2-alpha.0.5 has at least one vulnerability with moderate severity.
109.0.2-alpha.0.2 2,952 3/26/2023 109.0.2-alpha.0.2 has at least one vulnerability with moderate severity.
109.0.1 1,826,880 3/12/2023 109.0.1 has at least one vulnerability with moderate severity.
109.0.0 207,990 3/12/2023 109.0.0 has at least one vulnerability with moderate severity.
109.0.0-preview.2 68,505 2/17/2023 109.0.0-preview.2 has at least one vulnerability with moderate severity.
109.0.0-preview.1 267,747 11/20/2022 109.0.0-preview.1 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.29 1,718 3/12/2023 108.0.4-alpha.0.29 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.28 671 3/12/2023 108.0.4-alpha.0.28 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.27 650 3/12/2023 108.0.4-alpha.0.27 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.26 686 3/12/2023 108.0.4-alpha.0.26 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.25 659 3/12/2023 108.0.4-alpha.0.25 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.22 930 1/10/2023 108.0.4-alpha.0.22 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.21 720 1/8/2023 108.0.4-alpha.0.21 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.20 695 1/8/2023 108.0.4-alpha.0.20 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.19 698 1/8/2023 108.0.4-alpha.0.19 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.18 697 1/8/2023 108.0.4-alpha.0.18 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.17 667 1/8/2023 108.0.4-alpha.0.17 has at least one vulnerability with moderate severity.
108.0.4-alpha.0.16 772 12/29/2022 108.0.4-alpha.0.16 has at least one vulnerability with moderate severity.
108.0.3 14,224,727 11/19/2022 108.0.3 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.20 1,594 11/18/2022 108.0.3-alpha.0.20 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.19 728 11/18/2022 108.0.3-alpha.0.19 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.18 1,051 11/18/2022 108.0.3-alpha.0.18 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.11 10,559 11/9/2022 108.0.3-alpha.0.11 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.10 1,593 11/8/2022 108.0.3-alpha.0.10 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.9 1,014 11/8/2022 108.0.3-alpha.0.9 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.8 699 11/8/2022 108.0.3-alpha.0.8 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.5 84,257 9/22/2022 108.0.3-alpha.0.5 has at least one vulnerability with moderate severity.
108.0.3-alpha.0.4 2,255 9/20/2022 108.0.3-alpha.0.4 has at least one vulnerability with moderate severity.
108.0.2 7,038,654 9/20/2022 108.0.2 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.11 738 9/20/2022 108.0.2-alpha.0.11 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.10 6,799 9/13/2022 108.0.2-alpha.0.10 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.9 729 9/20/2022 108.0.2-alpha.0.9 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.8 720 9/20/2022 108.0.2-alpha.0.8 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.6 60,288 7/31/2022 108.0.2-alpha.0.6 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.5 11,187 7/21/2022 108.0.2-alpha.0.5 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.4 11,433 7/7/2022 108.0.2-alpha.0.4 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.2 797 7/7/2022 108.0.2-alpha.0.2 has at least one vulnerability with moderate severity.
108.0.2-alpha.0.1 50,822 6/13/2022 108.0.2-alpha.0.1 has at least one vulnerability with moderate severity.
108.0.1 11,831,506 6/7/2022 108.0.1 has at least one vulnerability with moderate severity.
108.0.1-alpha.0.1 834 6/7/2022 108.0.1-alpha.0.1 has at least one vulnerability with moderate severity.
108.0.0 571,422 6/7/2022 108.0.0 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.40 4,562 6/7/2022 107.3.1-alpha.0.40 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.39 807 6/7/2022 107.3.1-alpha.0.39 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.38 772 6/7/2022 107.3.1-alpha.0.38 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.26 53,396 5/6/2022 107.3.1-alpha.0.26 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.24 16,427 4/14/2022 107.3.1-alpha.0.24 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.23 825 4/14/2022 107.3.1-alpha.0.23 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.20 8,118 4/4/2022 107.3.1-alpha.0.20 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.19 815 4/4/2022 107.3.1-alpha.0.19 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.18 13,696 3/22/2022 107.3.1-alpha.0.18 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.17 1,441 3/22/2022 107.3.1-alpha.0.17 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.16 816 3/22/2022 107.3.1-alpha.0.16 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.15 820 3/22/2022 107.3.1-alpha.0.15 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.14 6,527 3/13/2022 107.3.1-alpha.0.14 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.13 1,642 3/12/2022 107.3.1-alpha.0.13 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.6 899 3/12/2022 107.3.1-alpha.0.6 has at least one vulnerability with moderate severity.
107.3.1-alpha.0.5 12,570 3/3/2022 107.3.1-alpha.0.5 has at least one vulnerability with moderate severity.
107.3.0 9,294,417 2/11/2022 107.3.0 has at least one vulnerability with moderate severity.
107.2.2-alpha.0.7 1,153 2/11/2022 107.2.2-alpha.0.7 has at least one vulnerability with moderate severity.
107.2.2-alpha.0.6 1,023 2/11/2022 107.2.2-alpha.0.6 has at least one vulnerability with moderate severity.
107.2.2-alpha.0.5 1,026 2/11/2022 107.2.2-alpha.0.5 has at least one vulnerability with moderate severity.
107.2.2-alpha.0.1 2,559 2/7/2022 107.2.2-alpha.0.1 has at least one vulnerability with moderate severity.
107.2.1 513,909 2/4/2022 107.2.1 has at least one vulnerability with moderate severity.
107.2.1-alpha.0.3 1,052 2/4/2022 107.2.1-alpha.0.3 has at least one vulnerability with moderate severity.
107.2.0 119,593 2/3/2022 107.2.0 has at least one vulnerability with moderate severity.
107.1.3-alpha.0.7 1,326 2/3/2022 107.1.3-alpha.0.7 has at least one vulnerability with moderate severity.
107.1.3-alpha.0.6 1,093 2/3/2022 107.1.3-alpha.0.6 has at least one vulnerability with moderate severity.
107.1.3-alpha.0.5 1,160 2/2/2022 107.1.3-alpha.0.5 has at least one vulnerability with moderate severity.
107.1.3-alpha.0.2 7,430 1/25/2022 107.1.3-alpha.0.2 has at least one vulnerability with moderate severity.
107.1.2 540,869 1/25/2022 107.1.2 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.19 1,122 1/24/2022 107.1.2-alpha.0.19 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.18 1,213 1/24/2022 107.1.2-alpha.0.18 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.14 1,260 1/23/2022 107.1.2-alpha.0.14 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.13 1,028 1/23/2022 107.1.2-alpha.0.13 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.12 1,040 1/23/2022 107.1.2-alpha.0.12 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.10 1,084 1/22/2022 107.1.2-alpha.0.10 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.9 1,063 1/22/2022 107.1.2-alpha.0.9 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.8 1,140 1/21/2022 107.1.2-alpha.0.8 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.7 1,780 1/20/2022 107.1.2-alpha.0.7 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.4 1,083 1/20/2022 107.1.2-alpha.0.4 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.3 1,030 1/20/2022 107.1.2-alpha.0.3 has at least one vulnerability with moderate severity.
107.1.2-alpha.0.1 1,212 1/19/2022 107.1.2-alpha.0.1 has at least one vulnerability with moderate severity.
107.1.1 385,324 1/17/2022 107.1.1 has at least one vulnerability with moderate severity.
107.1.1-alpha.0.3 1,043 1/19/2022 107.1.1-alpha.0.3 has at least one vulnerability with moderate severity.
107.1.1-alpha.0.1 1,047 1/18/2022 107.1.1-alpha.0.1 has at least one vulnerability with moderate severity.
107.1.0 26,423 1/17/2022 107.1.0 has at least one vulnerability with moderate severity.
107.0.4-alpha.0.11 1,223 1/17/2022 107.0.4-alpha.0.11 has at least one vulnerability with moderate severity.
107.0.4-alpha.0.9 1,048 1/17/2022 107.0.4-alpha.0.9 has at least one vulnerability with moderate severity.
107.0.4-alpha.0.6 1,823 1/13/2022 107.0.4-alpha.0.6 has at least one vulnerability with moderate severity.
107.0.4-alpha.0.5 1,087 1/13/2022 107.0.4-alpha.0.5 has at least one vulnerability with moderate severity.
107.0.4-alpha.0.4 4,982 1/12/2022 107.0.4-alpha.0.4 has at least one vulnerability with moderate severity.
107.0.3 289,046 1/11/2022 107.0.3 has at least one vulnerability with moderate severity.
107.0.3-alpha.0.4 848 1/11/2022 107.0.3-alpha.0.4 has at least one vulnerability with moderate severity.
107.0.3-alpha.0.2 1,008 1/10/2022 107.0.3-alpha.0.2 has at least one vulnerability with moderate severity.
107.0.3-alpha.0.1 3,505 1/9/2022 107.0.3-alpha.0.1 has at least one vulnerability with moderate severity.
107.0.2 85,310 1/9/2022 107.0.2 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.6 850 1/9/2022 107.0.2-alpha.0.6 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.5 881 1/8/2022 107.0.2-alpha.0.5 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.4 1,260 1/7/2022 107.0.2-alpha.0.4 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.3 836 1/7/2022 107.0.2-alpha.0.3 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.2 2,435 1/7/2022 107.0.2-alpha.0.2 has at least one vulnerability with moderate severity.
107.0.2-alpha.0.1 909 1/7/2022 107.0.2-alpha.0.1 has at least one vulnerability with moderate severity.
107.0.1 81,973 1/7/2022 107.0.1 has at least one vulnerability with moderate severity.
107.0.1-alpha.0.2 841 1/7/2022 107.0.1-alpha.0.2 has at least one vulnerability with moderate severity.
107.0.1-alpha.0.1 959 1/6/2022 107.0.1-alpha.0.1 has at least one vulnerability with moderate severity.
107.0.0-preview.20 1,163 1/6/2022 107.0.0-preview.20 has at least one vulnerability with moderate severity.
107.0.0-preview.19 2,142 1/5/2022 107.0.0-preview.19 has at least one vulnerability with moderate severity.
107.0.0-preview.18 2,337 1/3/2022 107.0.0-preview.18 has at least one vulnerability with moderate severity.
107.0.0-preview.17 1,409 12/28/2021 107.0.0-preview.17 has at least one vulnerability with moderate severity.
107.0.0-preview.14 8,648 12/23/2021 107.0.0-preview.14 has at least one vulnerability with moderate severity.
107.0.0-preview.13 5,296 12/21/2021 107.0.0-preview.13 has at least one vulnerability with moderate severity.
107.0.0-preview.12 3,458 12/18/2021 107.0.0-preview.12 has at least one vulnerability with moderate severity.
107.0.0-preview.11 1,043 12/17/2021 107.0.0-preview.11 has at least one vulnerability with moderate severity.
107.0.0-preview.10 878 12/17/2021 107.0.0-preview.10 has at least one vulnerability with moderate severity.
107.0.0-preview.9 900 12/17/2021 107.0.0-preview.9 has at least one vulnerability with moderate severity.
107.0.0-preview.8 3,326 12/15/2021 107.0.0-preview.8 has at least one vulnerability with moderate severity.
107.0.0-preview.7 879 12/15/2021 107.0.0-preview.7 has at least one vulnerability with moderate severity.
107.0.0-preview.6 865 12/15/2021 107.0.0-preview.6 has at least one vulnerability with moderate severity.
107.0.0-preview.5 874 12/15/2021 107.0.0-preview.5 has at least one vulnerability with moderate severity.
107.0.0-preview.4 1,300 12/13/2021 107.0.0-preview.4 has at least one vulnerability with moderate severity.
107.0.0-preview.2 2,433 12/13/2021 107.0.0-preview.2 has at least one vulnerability with moderate severity.
107.0.0-preview.1 1,753 12/13/2021 107.0.0-preview.1 has at least one vulnerability with moderate severity.
106.15.1-alpha.0.1 145,386 12/8/2021
106.15.0 27,004,212 12/8/2021
106.14.1-alpha.0.2 1,083 12/8/2021
106.13.0 19,024,035 10/30/2021
106.12.0 40,415,842 7/15/2021
106.11.8-alpha.0.40 34,074 7/15/2021
106.11.8-alpha.0.39 3,514 7/15/2021
106.11.8-alpha.0.34 1,025 7/15/2021
106.11.8-alpha.0.14 140,312 5/5/2021
106.11.8-alpha.0.13 518,271 5/5/2021
106.11.8-alpha.0.12 503,310 12/21/2020
106.11.8-alpha.0.11 32,952 12/9/2020
106.11.8-alpha.0.10 2,169 12/9/2020
106.11.8-alpha.0.7 79,536 10/28/2020
106.11.8-alpha.0.6 1,096 10/28/2020
106.11.8-alpha.0.4 8,269 10/23/2020
106.11.8-alpha.0.3 8,371 10/23/2020
106.11.8-alpha.0.2 33,056 10/23/2020
106.11.7 37,404,002 9/30/2020 106.11.7 has at least one vulnerability with high severity.
106.11.6-alpha.0.1 1,890 9/30/2020 106.11.6-alpha.0.1 has at least one vulnerability with high severity.
106.11.5 1,598,517 9/17/2020 106.11.5 has at least one vulnerability with high severity.
106.11.5-alpha.0.21 12,028 9/5/2020 106.11.5-alpha.0.21 has at least one vulnerability with high severity.
106.11.5-alpha.0.20 1,533 9/4/2020 106.11.5-alpha.0.20 has at least one vulnerability with high severity.
106.11.5-alpha.0.18 77,450 8/5/2020 106.11.5-alpha.0.18 has at least one vulnerability with high severity.
106.11.5-alpha.0.17 1,422 8/5/2020 106.11.5-alpha.0.17 has at least one vulnerability with high severity.
106.11.5-alpha.0.2 116,287 5/13/2020 106.11.5-alpha.0.2 has at least one vulnerability with high severity.
106.11.5-alpha.0.1 1,602 5/18/2020 106.11.5-alpha.0.1 has at least one vulnerability with high severity.
106.11.4 24,830,658 5/18/2020 106.11.4 has at least one vulnerability with high severity.
106.11.3-alpha.0.6 1,552 5/11/2020 106.11.3-alpha.0.6 has at least one vulnerability with high severity.
106.11.3-alpha.0.1 6,163 5/8/2020 106.11.3-alpha.0.1 has at least one vulnerability with high severity.
106.11.2 445,055 5/7/2020 106.11.2 has at least one vulnerability with high severity.
106.11.1-alpha.0.5 1,409 5/7/2020 106.11.1-alpha.0.5 has at least one vulnerability with high severity.
106.11.1-alpha.0.1 1,481 5/7/2020 106.11.1-alpha.0.1 has at least one vulnerability with high severity.
106.10.2-alpha.0.18 5,840 5/6/2020 106.10.2-alpha.0.18 has at least one vulnerability with high severity.
106.10.2-alpha.0.16 1,412 5/6/2020 106.10.2-alpha.0.16 has at least one vulnerability with high severity.
106.10.2-alpha.0.15 1,403 5/6/2020 106.10.2-alpha.0.15 has at least one vulnerability with high severity.
106.10.2-alpha.0.8 184,910 1/23/2020 106.10.2-alpha.0.8 has at least one vulnerability with high severity.
106.10.2-alpha.0.4 16,715 1/13/2020 106.10.2-alpha.0.4 has at least one vulnerability with high severity.
106.10.2-alpha.0.3 1,828 1/13/2020 106.10.2-alpha.0.3 has at least one vulnerability with high severity.
106.10.1 24,712,779 1/12/2020 106.10.1 has at least one vulnerability with high severity.
106.10.1-alpha.0.15 1,918 1/12/2020 106.10.1-alpha.0.15 has at least one vulnerability with high severity.
106.10.1-alpha.0.9 17,473 1/8/2020 106.10.1-alpha.0.9 has at least one vulnerability with high severity.
106.10.1-alpha.0.8 1,863 1/8/2020 106.10.1-alpha.0.8 has at least one vulnerability with high severity.
106.10.0 865,003 1/7/2020 106.10.0 has at least one vulnerability with high severity.
106.9.1-alpha.0.36 1,878 1/7/2020 106.9.1-alpha.0.36 has at least one vulnerability with high severity.
106.9.1-alpha.0.35 3,952 1/7/2020 106.9.1-alpha.0.35 has at least one vulnerability with high severity.
106.9.1-alpha.0.34 1,976 1/7/2020 106.9.1-alpha.0.34 has at least one vulnerability with high severity.
106.9.1-alpha.0.21 2,632 1/6/2020 106.9.1-alpha.0.21 has at least one vulnerability with high severity.
106.9.1-alpha.0.19 1,841 1/6/2020 106.9.1-alpha.0.19 has at least one vulnerability with high severity.
106.9.1-alpha.0.18 1,845 1/6/2020 106.9.1-alpha.0.18 has at least one vulnerability with high severity.
106.9.1-alpha.0.17 1,836 1/6/2020 106.9.1-alpha.0.17 has at least one vulnerability with high severity.
106.9.1-alpha.0.15 1,808 1/6/2020 106.9.1-alpha.0.15 has at least one vulnerability with high severity.
106.9.1-alpha.0.11 1,825 1/6/2020 106.9.1-alpha.0.11 has at least one vulnerability with high severity.
106.9.1-alpha.0.10 1,807 1/6/2020 106.9.1-alpha.0.10 has at least one vulnerability with high severity.
106.9.1-alpha.0.3 2,144 1/6/2020 106.9.1-alpha.0.3 has at least one vulnerability with high severity.
106.9.0 204,332 1/6/2020 106.9.0 has at least one vulnerability with high severity.
106.8.10-alpha.0.15 2,107 1/6/2020 106.8.10-alpha.0.15 has at least one vulnerability with high severity.
106.8.10-alpha.0.13 1,808 1/6/2020 106.8.10-alpha.0.13 has at least one vulnerability with high severity.
106.8.10-alpha.0.12 1,789 1/6/2020 106.8.10-alpha.0.12 has at least one vulnerability with high severity.
106.8.10-alpha.0.11 1,872 1/6/2020 106.8.10-alpha.0.11 has at least one vulnerability with high severity.
106.8.10-alpha.0.10 1,817 1/6/2020 106.8.10-alpha.0.10 has at least one vulnerability with high severity.
106.8.10-alpha.0.9 1,772 1/6/2020 106.8.10-alpha.0.9 has at least one vulnerability with high severity.
106.8.10-alpha.0.8 1,797 1/6/2020 106.8.10-alpha.0.8 has at least one vulnerability with high severity.
106.8.10-alpha.0.7 1,799 1/6/2020 106.8.10-alpha.0.7 has at least one vulnerability with high severity.
106.8.10-alpha.0.4 1,858 1/6/2020 106.8.10-alpha.0.4 has at least one vulnerability with high severity.
106.8.10-alpha.0.3 1,835 1/6/2020 106.8.10-alpha.0.3 has at least one vulnerability with high severity.
106.8.0 56,963 1/6/2020 106.8.0 has at least one vulnerability with high severity.
106.7.1-alpha.0.22 86,528 1/6/2020 106.7.1-alpha.0.22 has at least one vulnerability with high severity.
106.7.1-alpha.0.21 1,801 1/6/2020 106.7.1-alpha.0.21 has at least one vulnerability with high severity.
106.7.1-alpha.0.20 42,064 1/5/2020 106.7.1-alpha.0.20 has at least one vulnerability with high severity.
106.6.10 20,612,429 7/3/2019 106.6.10 has at least one vulnerability with high severity.
106.6.9 14,727,811 2/27/2019 106.6.9 has at least one vulnerability with high severity.
106.6.7 3,974,515 1/16/2019 106.6.7 has at least one vulnerability with high severity.
106.6.6 173,096 1/14/2019 106.6.6 has at least one vulnerability with high severity.
106.6.5 750,373 1/7/2019 106.6.5 has at least one vulnerability with high severity.
106.6.4 94,975 1/7/2019 106.6.4 has at least one vulnerability with high severity.
106.6.3 249,196 1/3/2019 106.6.3 has at least one vulnerability with high severity.
106.6.2 371,566 12/30/2018 106.6.2 has at least one vulnerability with high severity.
106.5.4 7,119,145 10/15/2018 106.5.4 has at least one vulnerability with high severity.
106.5.3 107,434 10/14/2018 106.5.3 has at least one vulnerability with high severity.
106.5.2 483,312 10/8/2018 106.5.2 has at least one vulnerability with high severity.
106.5.1 24,219 10/8/2018 106.5.1 has at least one vulnerability with high severity.
106.5.0 106,537 10/7/2018 106.5.0 has at least one vulnerability with high severity.
106.4.2 1,352,792 9/24/2018 106.4.2 has at least one vulnerability with high severity.
106.4.1 73,647 9/22/2018 106.4.1 has at least one vulnerability with high severity.
106.4.0 463,339 9/18/2018 106.4.0 has at least one vulnerability with high severity.
106.3.1 18,206,642 6/10/2018 106.3.1 has at least one vulnerability with high severity.
106.3.0 733,346 5/31/2018 106.3.0 has at least one vulnerability with high severity.
106.2.2 4,157,702 4/24/2018 106.2.2 has at least one vulnerability with high severity.
106.2.1 6,347,678 1/6/2018 106.2.1 has at least one vulnerability with high severity.
106.2.0 253,353 12/24/2017 106.2.0 has at least one vulnerability with high severity.
106.2.0-alpha0060 7,682 12/22/2017 106.2.0-alpha0060 has at least one vulnerability with high severity.
106.2.0-alpha0032 6,738 12/22/2017 106.2.0-alpha0032 has at least one vulnerability with high severity.
106.2.0-alpha0025 530,830 12/3/2017 106.2.0-alpha0025 has at least one vulnerability with high severity.
106.1.0 2,618,163 11/19/2017 106.1.0 has at least one vulnerability with high severity.
106.1.0-alpha0038 9,420 11/10/2017 106.1.0-alpha0038 has at least one vulnerability with high severity.
106.0.1 1,105,421 11/8/2017 106.0.1 has at least one vulnerability with high severity.
106.0.0 2,031,684 11/6/2017 106.0.0 has at least one vulnerability with high severity.
106.0.0-alpha0284 63,414 10/22/2017 106.0.0-alpha0284 has at least one vulnerability with high severity.
106.0.0-alpha0282 7,525 10/17/2017 106.0.0-alpha0282 has at least one vulnerability with high severity.
106.0.0-alpha0277 9,133 10/16/2017 106.0.0-alpha0277 has at least one vulnerability with high severity.
105.2.3 28,346,576 8/26/2015 105.2.3 has at least one vulnerability with high severity.
105.2.2 3,664,874 8/19/2015 105.2.2 has at least one vulnerability with high severity.
105.2.1 162,716 8/16/2015 105.2.1 has at least one vulnerability with high severity.
105.1.0 6,040,142 4/30/2015 105.1.0 has at least one vulnerability with high severity.
105.0.1 4,065,359 11/13/2014 105.0.1 has at least one vulnerability with high severity.
105.0.0 733,335 11/1/2014 105.0.0 has at least one vulnerability with high severity.
104.5.0 340,086 10/16/2014 104.5.0 has at least one vulnerability with high severity.
104.4.0 2,808,866 11/19/2013 104.4.0 has at least one vulnerability with high severity.
104.3.3 507,768 10/22/2013 104.3.3 has at least one vulnerability with high severity.
104.2.0 377,783 9/18/2013 104.2.0 has at least one vulnerability with high severity.
104.1.0 1,595,867 9/7/2012 104.1.0 has at least one vulnerability with high severity.
104.0.0 463,543 8/31/2012 104.0.0 has at least one vulnerability with high severity.