mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 21:53:24 +02:00
fix all vulnerabilities in the production code (#817)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
/**
|
||||
* Copyright © 2024 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
**/
|
||||
|
||||
var cp = require('child_process')
|
||||
var fs = require('fs')
|
||||
var path = require('path')
|
||||
var request = require('request')
|
||||
|
||||
var Promise = require('bluebird')
|
||||
var yauzl = require('yauzl')
|
||||
|
||||
Reference in New Issue
Block a user