mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1044] Have some kind of indicator for scripts that download 3rd party resources #2581
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2581
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @silversword411 on GitHub (Apr 2, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1044
Originally assigned to: @sadnub on GitHub.
We were discussing scripts that do downloads of other non-tracked programs (like https://github.com/amidaware/community-scripts/blob/main/scripts/Win_Network_Speed_Test.ps1 )
Should we have some kind of indictor (*, colorize it differently in the library etc) so it'll queue people to double-check it.
@dinger1986 commented on GitHub (Apr 3, 2022):
I was thinking an
!Also if we could add a way to download testing scripts as well?
@bbrendon commented on GitHub (Apr 3, 2022):
maybe have a value in the script json database that triggers a GUI element.
@sadnub commented on GitHub (Apr 16, 2022):
Could we just search the script body and args for
[protocol]://and automatically return to the UI that the script references external resources? This would make it automatic and keep maintenance down.@dinger1986 commented on GitHub (Apr 16, 2022):
Absolutely, whatever works easiest. Think the main thing is agreeing on an indicator