Skip to content

Commit 4c7c599

Browse files
authoredDec 15, 2022
Update Moani.Deploy.Security package to 0.1.2 to support basic auth (#289)
* Update Moani.Deploy.Security package to 0.1.3 Signed-off-by: Victor Chang <[email protected]>
·
0.5.20.3.6
1 parent cb54360 commit 4c7c599

File tree

42 files changed

+663
-875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+663
-875
lines changed
 

‎doc/dependency_decisions.yml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
- :who: mocsharp
7575
:why: MIT (https://github.com/dotnet/dotNext/raw/master/LICENSE)
7676
:versions:
77-
- 4.7.4
77+
- 4.8.0
7878
:when: 2022-09-01 23:05:32.857032968 Z
7979
- - :approve
8080
- DotNext.Threading
8181
- :who: mocsharp
8282
:why: MIT (https://github.com/dotnet/dotNext/raw/master/LICENSE)
8383
:versions:
84-
- 4.7.4
84+
- 4.8.0
8585
:when: 2022-09-01 23:05:33.298402277 Z
8686
- - :approve
8787
- FluentAssertions
@@ -822,7 +822,7 @@
822822
- :who: mocsharp
823823
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-security/raw/develop/LICENSE)
824824
:versions:
825-
- 0.1.1
825+
- 0.1.2
826826
:when: 2022-08-16 23:06:21.051573547 Z
827827
- - :approve
828828
- Moq
@@ -836,7 +836,7 @@
836836
- :who: mocsharp
837837
:why: BSD 3-Clause License ( https://github.com/raw/moq/moq4/main/License.txt)
838838
:versions:
839-
- 4.18.2
839+
- 4.18.3
840840
:when: 2022-08-16 23:06:23.843184482 Z
841841
- - :approve
842842
- NETStandard.Library
@@ -1220,32 +1220,25 @@
12201220
- 4.3.0
12211221
:when: 2022-08-16 23:06:49.709349587 Z
12221222
- - :approve
1223-
- TestableIO.System.IO.Abstractions
1223+
- System.IO.Abstractions
12241224
- :who: mocsharp
12251225
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
12261226
:versions:
1227-
- 18.0.1
1227+
- 17.2.3
12281228
:when: 2022-08-16 23:06:50.602318269 Z
12291229
- - :approve
1230-
- TestableIO.System.IO.Abstractions.Extensions
1230+
- System.IO.Abstractions.Extensions
12311231
- :who: mocsharp
12321232
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions.Extensions/raw/main/LICENSE.md)
12331233
:versions:
12341234
- 1.0.34
12351235
:when: 2022-08-16 23:06:50.602318269 Z
12361236
- - :approve
1237-
- TestableIO.System.IO.Abstractions.TestingHelpers
1237+
- System.IO.Abstractions.TestingHelpers
12381238
- :who: mocsharp
12391239
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
12401240
:versions:
1241-
- 18.0.1
1242-
:when: 2022-08-16 23:06:51.524564913 Z
1243-
- - :approve
1244-
- TestableIO.System.IO.Abstractions.Wrappers
1245-
- :who: mocsharp
1246-
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
1247-
:versions:
1248-
- 18.0.1
1241+
- 17.2.3
12491242
:when: 2022-08-16 23:06:51.524564913 Z
12501243
- - :approve
12511244
- System.IO.Compression

‎docs/compliance/third-party-licenses.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,14 +1185,14 @@ SOFTWARE.
11851185

11861186

11871187
<details>
1188-
<summary>DotNext 4.7.4</summary>
1188+
<summary>DotNext 4.8.0</summary>
11891189

11901190
## DotNext
11911191

1192-
- Version: 4.7.4
1192+
- Version: 4.8.0
11931193
- Authors: .NET Foundation and Contributors
11941194
- Project URL: https://dotnet.github.io/dotNext/
1195-
- Source: [NuGet](https://www.nuget.org/packages/DotNext/4.7.4)
1195+
- Source: [NuGet](https://www.nuget.org/packages/DotNext/4.8.0)
11961196
- License: [MIT](https://github.com/dotnet/dotNext/raw/master/LICENSE)
11971197

11981198

@@ -1224,14 +1224,14 @@ SOFTWARE.
12241224

12251225

12261226
<details>
1227-
<summary>DotNext.Threading 4.7.4</summary>
1227+
<summary>DotNext.Threading 4.8.0</summary>
12281228

12291229
## DotNext.Threading
12301230

1231-
- Version: 4.7.4
1231+
- Version: 4.8.0
12321232
- Authors: .NET Foundation and Contributors
12331233
- Project URL: https://dotnet.github.io/dotNext/
1234-
- Source: [NuGet](https://www.nuget.org/packages/DotNext.Threading/4.7.4)
1234+
- Source: [NuGet](https://www.nuget.org/packages/DotNext.Threading/4.8.0)
12351235
- License: [MIT](https://github.com/dotnet/dotNext/raw/master/LICENSE)
12361236

12371237

@@ -7720,14 +7720,14 @@ By downloading this software, you agree to the license terms & all licenses list
77207720

77217721

77227722
<details>
7723-
<summary>Monai.Deploy.Security 0.1.1</summary>
7723+
<summary>Monai.Deploy.Security 0.1.2</summary>
77247724

77257725
## Monai.Deploy.Security
77267726

7727-
- Version: 0.1.1
7727+
- Version: 0.1.2
77287728
- Authors: MONAI Consortium
77297729
- Project URL: https://github.com/Project-MONAI/monai-deploy-storage
7730-
- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Security/0.1.1)
7730+
- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Security/0.1.2)
77317731
- License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-security/raw/develop/LICENSE)
77327732

77337733

@@ -8807,14 +8807,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
88078807

88088808

88098809
<details>
8810-
<summary>Moq 4.18.2</summary>
8810+
<summary>Moq 4.18.3</summary>
88118811

88128812
## Moq
88138813

8814-
- Version: 4.18.2
8814+
- Version: 4.18.3
88158815
- Authors: Daniel Cazzulino, kzu
88168816
- Project URL: https://github.com/moq/moq4
8817-
- Source: [NuGet](https://www.nuget.org/packages/Moq/4.18.2)
8817+
- Source: [NuGet](https://www.nuget.org/packages/Moq/4.18.3)
88188818
- License: [BSD 3-Clause License]( https://github.com/raw/moq/moq4/main/License.txt)
88198819

88208820

@@ -27970,14 +27970,14 @@ consequential or other damages.
2797027970

2797127971

2797227972
<details>
27973-
<summary>TestableIO.System.IO.Abstractions 18.0.1</summary>
27973+
<summary>System.IO.Abstractions 17.2.3</summary>
2797427974

27975-
## TestableIO.System.IO.Abstractions
27975+
## System.IO.Abstractions
2797627976

27977-
- Version: 18.0.1
27977+
- Version: 17.2.3
2797827978
- Authors: Tatham Oddie & friends
2797927979
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
27980-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions/18.0.1)
27980+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions/17.2.3)
2798127981
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
2798227982

2798327983

@@ -28011,14 +28011,14 @@ SOFTWARE.
2801128011

2801228012

2801328013
<details>
28014-
<summary>TestableIO.System.IO.Abstractions.Extensions 1.0.34</summary>
28014+
<summary>System.IO.Abstractions.Extensions 1.0.34</summary>
2801528015

28016-
## TestableIO.System.IO.Abstractions.Extensions
28016+
## System.IO.Abstractions.Extensions
2801728017

2801828018
- Version: 1.0.34
2801928019
- Authors: Tatham Oddie - Luigi Grilli & friends
2802028020
- Project URL: https://github.com/System-IO-Abstractions/System.IO.Abstractions.Extensions
28021-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Extensions/1.0.34)
28021+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.Extensions/1.0.34)
2802228022
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions.Extensions/raw/main/LICENSE.md)
2802328023

2802428024

@@ -28038,14 +28038,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
2803828038

2803928039

2804028040
<details>
28041-
<summary>TestableIO.System.IO.Abstractions.TestingHelpers 18.0.1</summary>
28041+
<summary>System.IO.Abstractions.TestingHelpers 17.2.3</summary>
2804228042

28043-
## TestableIO.System.IO.Abstractions.TestingHelpers
28043+
## System.IO.Abstractions.TestingHelpers
2804428044

28045-
- Version: 18.0.1
28045+
- Version: 17.2.3
2804628046
- Authors: Tatham Oddie & friends
2804728047
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
28048-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.TestingHelpers/18.0.1)
28048+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.TestingHelpers/17.2.3)
2804928049
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
2805028050

2805128051

@@ -28079,14 +28079,14 @@ SOFTWARE.
2807928079

2808028080

2808128081
<details>
28082-
<summary>TestableIO.System.IO.Abstractions.Wrappers 18.0.1</summary>
28082+
<summary>System.IO.Abstractions.Wrappers 17.2.3</summary>
2808328083

28084-
## TestableIO.System.IO.Abstractions.Wrappers
28084+
## System.IO.Abstractions.Wrappers
2808528085

28086-
- Version: 18.0.1
28086+
- Version: 17.2.3
2808728087
- Authors: Tatham Oddie & friends
2808828088
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
28089-
- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Wrappers/18.0.1)
28089+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.Wrappers/17.2.3)
2809028090
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
2809128091

2809228092

0 commit comments

Comments
 (0)
Please sign in to comment.