Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about oss_package_analysis #46

Open
khtran1994 opened this issue Feb 16, 2017 · 0 comments
Open

Question about oss_package_analysis #46

khtran1994 opened this issue Feb 16, 2017 · 0 comments

Comments

@khtran1994
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant