aboutcode-org / fetchcode

A library to reliably fetch code via HTTP, FTP and version control systems. This project is sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase/ Google Summer of Code, nexB and others generous sponsors!
9 stars 18 forks source link

Add package registry support for RPM #48

Open TG1999 opened 3 years ago

TG1999 commented 3 years ago

Have a look at fetchcode/package.py , and try to implement the same for RPM packages.

s4-2 commented 3 years ago

@TG1999 I would like to work on this issue

TG1999 commented 3 years ago

Go ahead!

s4-2 commented 3 years ago

Could you please tell me some more details as I have not worked with RPM packages.

TG1999 commented 3 years ago

Ping @pombredanne can you tell the URL where can we find info about the packages, @s4-2 please look at package.py file, there are many type of package managers there

Agent-Hellboy commented 1 year ago

do we need to extract package info from registry.access.redhat.com? Screenshot from 2023-01-21 11-33-16

ping is returning this.

▶ ping registry.access.redhat.com
PING e40408.d.akamaiedge.net (23.59.175.115) 56(84) bytes of data.
64 bytes from a23-59-175-115.deploy.static.akamaitechnologies.com (23.59.175.115): icmp_seq=1 ttl=58 time=73.5 ms

is it like those containers(packages) are store in akamaitechnologies cloud?

requests are getting timed out for a23-59-175-115.deploy.static.akamaitechnologies.com