We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7903b17 commit 59d3380Copy full SHA for 59d3380
vulnerabilities/utils.py
@@ -687,7 +687,7 @@ def create_registry(pipelines):
687
688
689
def parse_commit_url(url: str):
690
- """Parse a GitHub/GitLab/Bitbucket commit URL and return a dict with repo_url and commit."""
+ """Parse a GitHub/GitLab/Bitbucket commit URL and return a repo_url and commit."""
691
692
patterns = [
693
# GitHub: https://github.com/user/repo/commit/<sha>
0 commit comments