Skip to content

Commit ebf9ca1

Browse files
committed
update the docsstrings
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent bc74f2a commit ebf9ca1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

product_portfolio/importers.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,11 @@ def update_scancode_project(self):
713713

714714
class ImportPackageFromScanCodeIO:
715715
"""
716-
Creates, and assign to a product, packages in Dejacode from a ScanCode.io project
717-
discovered packages.
716+
Import packages discovered by a ScanCode.io project and assign them to a product.
717+
718+
For each package, associated vulnerabilities are imported and linked, including
719+
reachability data when available.
720+
Dependencies can optionally be imported as well.
718721
"""
719722

720723
unique_together_fields = [

0 commit comments

Comments
 (0)