You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) .NET Foundation. All rights reserved.
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
+
usingSystem.Collections.Generic;
5
+
4
6
namespaceNuGetGallery
5
7
{
6
8
/// <summary>
7
9
/// This interface is used to check typo-squatting of uploaded package ID with the owner.
8
10
/// </summary>
9
-
publicinterfaceITyposquattingCheckService
11
+
publicinterfaceITyposquattingService
10
12
{
11
13
/// <summary>
12
14
/// The function is used to check whether the uploaded package is a typo-squatting package.
13
15
/// </summary>
14
16
/// <param name="uploadedPackageId"> The package ID of the uploaded package. We check the pacakge ID with the packages in the gallery for typo-squatting issue</param>
15
17
/// <param name="uploadedPackageOwner"> The package owner of the uploaded package.</param>
0 commit comments