Skip to content

Commit 175d2da

Browse files
committed
Correct docstring
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent bed3e75 commit 175d2da

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

vulnerabilities/improvers/add_missing_refid.py

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
#
22
# Copyright (c) nexB Inc. and others. All rights reserved.
3-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
4-
# The VulnerableCode software is licensed under the Apache License version 2.0.
5-
# Data generated with VulnerableCode require an acknowledgment.
3+
# VulnerableCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
68
#
7-
# You may not use this software except in compliance with the License.
8-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
9-
# Unless required by applicable law or agreed to in writing, software distributed
10-
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
12-
# specific language governing permissions and limitations under the License.
13-
#
14-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
15-
# derivative work, you must accompany this data with the following acknowledgment:
16-
#
17-
# Generated with VulnerableCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
18-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
19-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
20-
# for any legal advice.
21-
# VulnerableCode is a free software tool from nexB Inc. and others.
22-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
239

2410
import re
2511
from typing import Iterable
@@ -33,7 +19,7 @@
3319
from vulnerabilities.models import VulnerabilityReference
3420

3521
"""
36-
Improvers that look for References without an id and tries to set one.
22+
Improver that looks for CVE References without an id and tries to set one.
3723
"""
3824

3925

0 commit comments

Comments
 (0)