aboutcode-org / aboutcode-org/fetchcode

Add Fetchcode support for BItnami

オープン
#174 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
HTML
スター
13
フォーク
24
PR マージ指標
30日以内にマージされた PR はありません

説明

- No Standard Download Endpoint
Bitnami does not expose a standardized or public API endpoint that maps a PURL (like pkg:bitnami/wordpress?distro=debian-12) to a downloadable artifact URL

- Dynamic and UI-Driven Distribution
Bitnami primarily delivers packages via dynamic download pages (e.g., https://bitnami.com/stack/wordpress/installer) rather than static URLs or repository-like indexes. Files are often served behind redirect chains that involve JS or token validation.

- Lack of Versioned Index or Manifest
There is no accessible versioned package index (like Packages.gz or repodata/primary.xml) to crawl or query for mapping names to URLs. This makes automation infeasible without scraping or reverse-engineering the frontend.

- Cloud-Native and VM-Image Focus
Bitnami PURLs often refer to entire stacks or VM/container images, not raw binaries or .deb/.rpm packages. The “download” could refer to an OVA, Docker image, or even a marketplace listing—none of which follow a conventional artifact URL format.

- No Universal Host for Artifacts
Bitnami-hosted downloads may come from AWS S3, Akamai, or Azure depending on the region and platform, with presigned URLs that expire. These cannot be deterministically generated or reused.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。