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

Add warning for dependencies with missing auth (and api) #44

Open
rcmlz opened this issue Nov 11, 2023 · 0 comments
Open

Add warning for dependencies with missing auth (and api) #44

rcmlz opened this issue Nov 11, 2023 · 0 comments

Comments

@rcmlz
Copy link

rcmlz commented Nov 11, 2023

Consider adressing the "malicious guy publishes modules with same name but higher version number"-Problem

Bad:

  "depends": [
    "App::Mi6",
  ],

Good:

  "depends": [
    "App::Mi6:auth<zef:skaji>",
  ],

Maybe also suggest that META6.json should contain an api declaration

{
  "api": "v1",
}

such that users can do

"App::Mi6:auth<zef:skaji>:api<v1>"

in order to not get suprised by breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant