mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-26 02:35:25 +02:00
Upgrading STF for security reasons (#813)
* Upgrading STF for security reasons Signed-off-by: Denis barbaron <denis.barbaron@orange.com> * update semaphore files Signed-off-by: Denis barbaron <denis.barbaron@orange.com> * upgrading STF for security reasons v2 Signed-off-by: Denis barbaron <denis.barbaron@orange.com> * update yarn.lock file Signed-off-by: Denis barbaron <denis.barbaron@orange.com> --------- Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
//
|
||||
// Copyright © 2022 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
// Copyright © 2022-2024 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
//
|
||||
|
||||
/* global BigInt */
|
||||
/* eslint no-extend-native: ["error", { "exceptions": ["BigInt"] }] */
|
||||
|
||||
BigInt.prototype.toJSON = function() {
|
||||
return Number(this)
|
||||
}
|
||||
|
||||
var uuid = require('uuid')
|
||||
|
||||
var wire = require('./')
|
||||
|
||||
@@ -373,6 +373,7 @@ enum DeviceStatus {
|
||||
message DeviceStatusMessage {
|
||||
required string serial = 1;
|
||||
required DeviceStatus status = 2;
|
||||
required double statusTimeStamp = 3;
|
||||
}
|
||||
|
||||
message DeviceDisplayMessage {
|
||||
|
||||
Reference in New Issue
Block a user