Skip to content

Commit 4839155

Browse files
authored
Merge main branch and resolved the security issue (#27)
1 parent ebeaef1 commit 4839155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • source/AAS.TwinEngine.Plugin.TestPlugin/Infrastructure/Providers/MetaDataProvider

source/AAS.TwinEngine.Plugin.TestPlugin/Infrastructure/Providers/MetaDataProvider/MetaDataProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public Task<ShellDescriptorsData> GetShellDescriptorsAsync(int? limit, string? c
7171
});
7272
}
7373

74-
_logger.LogWarning("Invalid cursor provided: {Cursor}", cursor);
74+
_logger.LogWarning("Invalid cursor provided.");
7575
throw new NotFoundException(ExceptionMessages.ShellDescriptorDataNotFound);
7676
}
7777

0 commit comments

Comments
 (0)