-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I was using OpenSSL and ps. This produced unnecessary telemetry
script name: base.sh
Steps To Reproduce
Steps to reproduce the unexpected behavior:
Execute any shell script .
core_generate_job_id() {
# Use openssl to generate random hex string for job tracking
# Fallback to date-based ID if openssl not available
if command -v "$CMD_OPENSSL" > /dev/null 2>&1; then
$CMD_OPENSSL rand -hex 4 2>/dev/null || {
# Fallback: use timestamp and process ID
}
else
# Fallback: use timestamp and process ID
fi
}
Expected behavior
All tools used by base should be singed by Apple
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
