Vulnerabilities | |||||
---|---|---|---|---|---|
Version | Suggest | Low | Medium | High | Critical |
0.22.0 | 0 | 0 | 0 | 0 | 0 |
0.21.1 | 0 | 0 | 0 | 0 | 0 |
0.21.0 | 0 | 0 | 0 | 0 | 0 |
0.20.0 | 0 | 0 | 0 | 0 | 0 |
0.19.1 | 0 | 0 | 0 | 0 | 0 |
0.19.0 | 0 | 0 | 0 | 0 | 0 |
0.18.0 | 0 | 0 | 0 | 0 | 0 |
0.17.0 | 0 | 0 | 0 | 0 | 0 |
0.16.2 | 0 | 0 | 0 | 0 | 0 |
0.16.1 | 0 | 0 | 0 | 0 | 0 |
0.16.0 | 0 | 0 | 0 | 0 | 0 |
0.15.2 | 0 | 0 | 0 | 0 | 0 |
0.15.1 | 0 | 0 | 0 | 0 | 0 |
0.15.0 | 0 | 0 | 0 | 0 | 0 |
0.14.1 | 0 | 0 | 0 | 0 | 0 |
0.14.0 | 0 | 0 | 0 | 0 | 0 |
0.13.3 | 0 | 0 | 0 | 0 | 0 |
0.13.2 | 0 | 0 | 0 | 0 | 0 |
0.13.0 | 0 | 0 | 0 | 0 | 0 |
0.12.0 | 0 | 0 | 0 | 0 | 0 |
0.11.0 | 0 | 0 | 0 | 0 | 0 |
0.10.0 | 0 | 0 | 0 | 0 | 0 |
0.9.0 | 0 | 0 | 0 | 0 | 0 |
0.8.0 | 0 | 0 | 0 | 0 | 0 |
0.7.0 | 0 | 0 | 0 | 0 | 0 |
0.6.0 | 0 | 0 | 0 | 0 | 0 |
0.5.1 | 0 | 0 | 0 | 0 | 0 |
0.5.0 | 0 | 0 | 0 | 0 | 0 |
0.22.0 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
Apache-2.0 - Apache License 2.0Provides an implementation for storing and retrieving Cookie
s per the path and domain matching
rules specified in RFC6265.
preserve_order
- uses indexmap::IndexMap
in lieu of HashMap internally, so cookies are maintained in insertion/creation orderpublic_suffix
- Add support for public suffix lists, as provided by publicsuffix.wasm-bindgen
- Enables transitive feature time/wasm-bindgen
; necessary in wasm
contexts.log_secure_cookie_values
- Enable logging the values of cookies marked 'secure', off by default as values may be sensitiveserde
- Supports generic (format-agnostic) de/serialization for a CookieStore
. Adds dependencies serde
and serde_derive
.serde_json
- Supports de/serialization for a CookieStore
via the JSON format. Enables feature serde
and adds depenency serde_json
.serde_ron
- Supports de/serialization for a CookieStore
via the RON format. Enables feature serde
and adds depenency ron
.Please refer to the reqwest_cookie_store crate, which now provides an implementation of the reqwest::cookie::CookieStore
trait for cookie_store::CookieStore
.
This project is licensed and distributed under the terms of both the MIT license and Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT