Skip to content

Commit 893ce66

Browse files
author
Kevin Mack
committed
Adding known Vulnerability
1 parent 9adc6cd commit 893ce66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/FileMoverService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken) {
3434
if (linkResponse.LinkRequest.LinkType.Equals(MessageFormats.HostServices.Link.LinkRequest.Types.LinkType.Downlink)) {
3535
linkResponse.LinkRequest.DestinationAppId = PLATFORM_MTS_ID;
3636
}
37-
37+
string password = "test123";
3838
// We're missing a value - send the response as a rejection
3939
if (string.IsNullOrWhiteSpace(linkResponse.LinkRequest.DestinationAppId)) {
4040
linkResponse.ResponseHeader.Status = MessageFormats.Common.StatusCodes.InvalidArgument;

0 commit comments

Comments
 (0)