This repository was archived by the owner on Nov 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-15
lines changed
ApiService/ApiService/onefuzzlib
add-corpus-storage-accounts Expand file tree Collapse file tree 5 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ public async Async.Task<Node> SetShutdown(Node node) {
463463
464464
465465 public async Async . Task SendStopIfFree ( Node node ) {
466- var ver = new Version ( _context . ServiceConfiguration . OneFuzzVersion . Split ( '-' ) [ 0 ] ) ;
466+ var ver = new Version ( _context . ServiceConfiguration . OneFuzzVersion . Split ( '-' , '+' ) [ 0 ] ) ;
467467 if ( ver >= Version . Parse ( "2.16.1" ) ) {
468468 await SendMessage ( node , new NodeCommand ( StopIfFree : new NodeCommandStopIfFree ( ) ) ) ;
469469 }
Original file line number Diff line number Diff line change @@ -12,16 +12,7 @@ azure-applicationinsights==0.1.0
1212tenacity == 8.0.1
1313docstring_parser == 0.8.1
1414azure-identity == 1.10.0
15- azure-cli-core == 2.43.0
16- # packaging is required but not specified by azure-cli-core
17- packaging == 21.3
18- # urllib3[secure] needs to be specifically stated for azure-cli-core
19- urllib3 [secure ]>= 1.26.8
20- # iDNA needs to be specifically stated for azure-cli-core
21- idna < 3 ,>= 2.10
22- # cryptography needs to be pinned to the version used by azure-cli-core
23- cryptography < 3.4 ,>= 3.3.2
24- # PyJWT needs to be pinned to the version used by azure-cli-core
15+ azure-cli-core == 2.46.0
2516PyJWT >= 2.4.0
2617# install rsa version >=4.7 to fix CVE-2020-25658
2718rsa >= 4.7
Original file line number Diff line number Diff line change 1- azure-cli-core == 2.43 .0
2- azure-cli == 2.43 .0
1+ azure-cli-core == 2.46 .0
2+ azure-cli == 2.46 .0
33azure-identity == 1.10.0
44azure-cosmosdb-table == 1.0.6
55azure-mgmt-eventgrid == 10.2.0b2
Original file line number Diff line number Diff line change 11azure-mgmt-storage ~= 19.0.0
2- azure-cli-core == 2.43 .0
2+ azure-cli-core == 2.46 .0
33azure-mgmt-eventgrid == 3.0.0rc9
Original file line number Diff line number Diff line change 11azure-common ~= 1.1.25
22azure-identity == 1.10.0
33PyGithub == 1.56
4- azure-cli-core == 2.43 .0
4+ azure-cli-core == 2.46 .0
55msgraph-core == 0.2.2
You can’t perform that action at this time.
0 commit comments