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

App Stores #327

Open
tonylturner opened this issue Sep 8, 2024 · 5 comments
Open

App Stores #327

tonylturner opened this issue Sep 8, 2024 · 5 comments
Labels

Comments

@tonylturner
Copy link

Are there plans to support App Stores such as Microsoft or Apple as PURL types?

One of the things I've been exploring is the work by https://github.com/ossf/wg-securing-software-repos and doing some independent evaluation of software delivery channels and it would be great to use PURL to normalize comparative references including app stores.

@stevespringett
Copy link
Member

No reason why we can't. We would need the specific details necessary to specify a purl type, which today we do not have those details.

@tonylturner
Copy link
Author

Thanks Steve, I'll work on pulling some details together.

@tonylturner
Copy link
Author

tonylturner commented Sep 24, 2024

Example PURL for Apple App Store

pkg:appstore-apple/<namespace>/<name>@<version>
pkg:appstore-apple/apple/[email protected]
pkg:appstore-apple/[email protected]?os=macos&arch=x86_64

  • appstore-apple: The type indicating it's Apple app store
  • apple: An optional namespace, if not provided the assumption is this is Apple software, otherwise the software publisher would ideally be listed.
  • name: The unique identifier for the app (e.g., com.example.myapp)
  • version: The version of the application (optional)
  • os=ios, ipados, macos, tvos, watchos (optional)
  • arch=arm64, x86_64, universal (optional)

Note: There is not a single "Apple App Store" so it may warrant separate PURL types.

  • appstore-apple-ios
  • appstore-apple-ipados
  • appstore-apple-macos
  • appstore-apple-tvos
  • appstore-apple-watchos

@tonylturner
Copy link
Author

Additionally, if we want to support many appstores, my thought was to name the type with appstore- as a prefix to logically group appstores. It's not required from my standpoint, but just made sense to me.

@bureado
Copy link

bureado commented Oct 7, 2024

Related: #255 (comment)

@johnmhoran johnmhoran added the appstore-apple Proposed new type label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants