-
Notifications
You must be signed in to change notification settings - Fork 34
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
Not able to use the vet inspect malware
feature
#384
Comments
|
@chheda-deshaw The
|
Apologies for the oversight. Could we also extend the inspect malware functionality to github.com packages? |
@chheda-deshaw The current system supports only packages from a package registry such as Can you share a bit on your use-case? how do you plan to use it? May be there is a workaround without supporting GitHub right away. |
Sure @abhisek
I was looking to "vet" OSS Langfuse: https://github.com/langfuse/langfuse for use in the internal enviornment. |
Thanks @chheda-deshaw for sharing the use-case. Let us come back on how we can support this. I think we can probably build an adapter to pull the code from GitHub similar to what we already do for package registries like npm, PyPI etc. cc: @OmkarPh |
@chheda-deshaw This is now supported. See the docs here: |
Thanks @abhisek! $ vet inspect malware --purl pkg:github/langfuse/langfuse@59eafb42c393111fa85e5aa91a89e91aedcac647
Yb dP 888888 888888
Yb dP 88__ 88
YbdP 88"" 88
YP 888888 88
Submitted package for malware analysis with ID: 01JPVM90639CQFTDCPM3R753SW
Waiting for malware analysis to complete ... ⠇
Malware analysis completed successfully
Malware analysis report for package: pkg:github/langfuse/langfuse@59eafb42c393111fa85e5aa91a89e91aedcac647
┌───────────────────────────────────────────────────────────────────────┬────────┬────────────┐
│ PACKAGE URL │ STATUS │ CONFIDENCE │
├───────────────────────────────────────────────────────────────────────┼────────┼────────────┤
│ pkg:github/langfuse/langfuse@59eafb42c393111fa85e5aa91a89e91aedcac647 │ SAFE │ MEDIUM │
└───────────────────────────────────────────────────────────────────────┴────────┴────────────┘
** The full report is available at: https://platform.safedep.io/community/malysis/01JPVM90639CQFTDCPM3R753SW |
Hi,
I have authenticated to the safedep cloud tenant successfully. But I'm not able to run
vet inspect malware --purl pkg:/npm/[email protected]
as mentioned in these docs: https://docs.safedep.io/cloud/malware-analysis.Output:
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: