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

Module crawler #24

Open
phorward opened this issue Sep 1, 2022 · 0 comments
Open

Module crawler #24

phorward opened this issue Sep 1, 2022 · 0 comments
Labels
feature New feature or request help wanted Extra attention is needed Priority: Medium This issue may be useful, and needs some attention.
Milestone

Comments

@phorward
Copy link
Member

phorward commented Sep 1, 2022

This issue is an idea for a module crawler that could be part of viur-cli and performs the following tasks:

  • Log-in to a VIUR system with given credentials (admin-level)
  • Fetch all modules taken from adminInfo / /vi/config
  • The iterate over all modules, with a new session
    • for every module check
      • view
      • list (if possible)
      • add (if possible)*
      • edit*
      • delete (if possible)*
      • index?
  • There might also be an option to perform above steps for given users, which are automatically set from the admin (requires default function to set any user when in admin mode, to avoid providing credentials)
  • Finally, or during execution, a report shall be printed showing which modules allow to read or modify data without user or with a given user.

*) here, a given way must be followed. Maybe grab one item and try to edit it, without any values (amend feature), no data should really be changed

@phorward phorward added the feature New feature or request label Sep 1, 2022
@akelch akelch added the help wanted Extra attention is needed label Mar 28, 2023
@Grashalmbeisser Grashalmbeisser added this to the V2.0.0 milestone Nov 14, 2023
@Grashalmbeisser Grashalmbeisser added the Priority: Medium This issue may be useful, and needs some attention. label Nov 21, 2023
@Grashalmbeisser Grashalmbeisser modified the milestones: V2.0.0, v2.1.0 Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed Priority: Medium This issue may be useful, and needs some attention.
Projects
None yet
Development

No branches or pull requests

3 participants