Live data from Hacker News

Viewing profile — abharya

abharya

HN member
Joined
Tue, Nov 10, 2020, 3:27 AM UTC
HN karma
9
Public activity
26 items

About abharya

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #25403576

    There is no exclusive focus, we are just starting somewhere where we can see the various metrics. Plan is to expand to non-github projects and other places (like custom issue track…

  3. comment
    Comment #25399706

    Thanks for your feedback, we do want to fix this. And we do agree that there are several critical packages missing that don't use all metrics on github, plus non-github projects. C…

  4. comment
    Comment #25399675

    Thanks for feedback, adding it for analysis in https://github.com/ossf/criticality_score/issues/23

  5. comment
    Comment #25395651

    We are working on this problem, it is not simple. Identifying dependency trees reliably across languages is not straightforward [only nice for package manager ones]. Follow https:/…

  6. comment
    Comment #25395641

    filed https://github.com/ossf/criticality_score/issues/23

  7. comment
    Comment #25395564

    coreutils is in the top 200 list, c_top_200.csv:coreutils, https://github.com/coreutils/coreutils,C,90,0,240,5,2.2,50,1... There will always be edge cases and scenarios we are not …

  8. comment
    Comment #25395505

    It is definitely difficult especially with critical dependencies. We are looking for any criteria to identify these in automated fashion. Parallely, for ones we know about those ar…

  9. comment
    Comment #25395495

    That is a bug, will be fixed soon.

  10. comment
    Comment #25395493

    The issue with the mirror is we don't get the important stats to make decisions. E.g. number of contributors, issue changes due to custom issue tracker. We are still thinking on ho…

  11. comment
    Comment #25389007

    This is still an early project to start somewhere. We are working on this problem as well. Trying to identify dependency trees and which smaller projects are the most widely used (…

  12. comment
    Comment #25386718

    Filed https://github.com/ossf/criticality_score/issues/20 , we will fix this, have an idea on the issue.

  13. comment
    Comment #25386682

    We have to start somewhere. It is understandable that this is not complete, so welcome your ideas to discover such projects. Please think of any metrics/ways to find such projects.…

  14. comment
    Comment #25386664

    They are there: cplusplus_top_200.csv:llvm-project, https://github.com/llvm/llvm-project,C++,48,0,2573,5,652.3,2... c_top_200.csv:postgres, https://github.com/postgres/postgres,C,1…

  15. comment
    Comment #25386637

    The list captures projects written in the Java language, not for Java ecosystem. See why it is critical here - https://github.com/bazelbuild/bazel/wiki/Bazel-Users

  16. comment
    Comment #25386610

    Yes correct. Right now, we are query-ing projects hosted on Github, but will be expanding to our source control system in the near future.

  17. comment
    Comment #25386564

    That is not true, check out this as an example - https://groups.google.com/g/wg-securing-critical-projects/c/... . We are just trying to help, so please provide constructive feedba…

  18. comment
    Comment #25383028

    Thanks, fixed in https://github.com/ossf/criticality_score/commit/fddcc093c7e...

  19. comment
    Comment #25383006

    World is not perfect. In case of gcc, it is only a mirror on github [ https://github.com/gcc-mirror/gcc ], so we dont get all the metrics, we do plan to improve this part [but this…

  20. comment
    Comment #25382974

    It does seem to be popular w.r.t user downloads and other github metrics. E.g. https://sourceforge.net/projects/gnucash/files/stats/timelin... Wikipedia - "As of July 2018, SourceF…

  21. comment
    Comment #25382922

    As per Github (see languages section on bottom right), Cpython is 63% Python, and 29% C code, so its api returns Python as main language. cpython is in top 10 in python_top_200.csv…

  22. comment
    Comment #25382791

    - Other metrics such as how many contributors and organizations are involved, how many user feature requests and bugs getting reported, those are all important project importance a…

  23. comment
    Comment #25049092

    These are just some initial metrics we picked for v1. Please suggest more by filing by a github issue here - https://github.com/ossf/scorecard/issues Over time, we will add more re…

  24. comment
    Comment #25042596

    The goals are different. Our goal is to help both open source developer improve their project so that it is more secure for the community in the long term. It also gives the consum…

  25. comment
    Comment #25042584

    Yes, we will automate score capturing over all projects in real-time in the future. https://github.com/ossf/scorecard/issues/12 The work to capture current vuln state is tracked in…