Skip to content

Commit d01f058

Browse files
keshav-spacemichaelehab
authored andcommitted
Fix function name in recursive path resolver
Signed-off-by: Keshav Priyadarshi <git@keshav.space> Signed-off-by: Michael Ehab Mikhail <michael.ehab@hotmail.com>
1 parent f73f743 commit d01f058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulntotal/datasources/gitlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def get_casesensitive_slug(path, package_slug):
154154

155155
# If the namespace/subfolder contains multiple packages, then progressive transverse through folders tree
156156
if package_slug.lower().startswith(slug_flatpath.lower()):
157-
return get_gitlab_style_slug(slug_flatpath, package_slug)
157+
return get_casesensitive_slug(slug_flatpath, package_slug)
158158

159159
payload[0]["variables"]["nextPageCursor"] = paginated_tree["pageInfo"]["endCursor"]
160160
has_next = paginated_tree["pageInfo"]["hasNextPage"]

0 commit comments

Comments
 (0)