Skip to content

Commit 8118b64

Browse files
Update vulnerabilities/pipelines/v2_importers/apache_tomcat_importer.py
Co-authored-by: ziad hany <ziadhany2016@gmail.com>
1 parent 5316e68 commit 8118b64

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vulnerabilities/pipelines/v2_importers/apache_tomcat_importer.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
from vulnerabilities.importer import ReferenceV2
3131
from vulnerabilities.pipelines import VulnerableCodeBaseImporterPipelineV2
3232

33-
GITHUB_COMMIT_URL_RE = re.compile(
34-
r"https?://github\.com/apache/tomcat/commit/(?P<commit_hash>[0-9a-f]{5,40})"
35-
)
36-
GITBOX_COMMIT_URL_RE = re.compile(
37-
r"https?://gitbox\.apache\.org/repos/asf\?p=tomcat\.git;a=commit;h=(?P<commit_hash>[0-9a-f]{5,40})"
38-
)
3933
TOMCAT_VCS_URL = "https://github.com/apache/tomcat"
4034

4135

0 commit comments

Comments
 (0)