Skip to content

Question about oss_package_analysis  #46

@khtran1994

Description

@khtran1994

I'm an undergrad student and currently using your oss_package_analysis file to develop metric to measure risk management of open source repo.
class Oss_Package(object):
'''
Class that represents an OSS package and corresponding attributes
'''
def init(self, package_name, openhub_lookup_name, direct_network_exposure,
process_network_data, potential_privilege_escalation,
comment_on_priority):

self.package_name = package_name
self.direct_network_exposure = str(direct_network_exposure)
self.process_network_data = str(process_network_data)
self.potential_privilege_escalation = str(potential_privilege_escalation)
self.comment_on_priority = comment_on_priority

I get stuck with finding information about package_name, direct_network_exposure, process_network_data,
potential_privilege_escalation. If you can help me where to find these, I will highly appreciate your help.
Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions