зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1794560 - [rust-marionette] Release version 0.2.1. r=webdriver-reviewers,supply-chain-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D168478
This commit is contained in:
Родитель
16c515baeb
Коммит
0e6b02769a
|
@ -3202,7 +3202,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "marionette"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
|
|
@ -1222,6 +1222,12 @@ examine at the time, so I examined it now. I didn't perform a full logic review
|
|||
but convinced myself that any generated code will be entirely safe to deploy.
|
||||
"""
|
||||
|
||||
[[audits.marionette]]
|
||||
who = "Henrik Skupin <mail@hskupin.info>"
|
||||
criteria = "safe-to-run"
|
||||
version = "0.2.1"
|
||||
notes = "Maintained by the DevTools team at Mozilla and has no unsafe code."
|
||||
|
||||
[[audits.matches]]
|
||||
who = "Bobby Holley <bobbyholley@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
|
|
@ -761,10 +761,6 @@ criteria = "safe-to-deploy"
|
|||
version = "0.0.6"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.marionette]]
|
||||
version = "0.2.0"
|
||||
criteria = "safe-to-run"
|
||||
|
||||
[[exemptions.memalloc]]
|
||||
version = "0.1.0"
|
||||
criteria = "safe-to-deploy"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "marionette"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Mozilla"]
|
||||
description = "Library implementing the client side of Gecko's Marionette remote automation protocol."
|
||||
edition = "2018"
|
||||
|
|
Загрузка…
Ссылка в новой задаче