Skip to content

Conversation

@Amark19
Copy link
Collaborator

@Amark19 Amark19 commented Mar 6, 2025

No description provided.

@Amark19 Amark19 requested a review from a team as a code owner March 6, 2025 11:00
sanitized_values+=("$(sanitizeAndLimit "$value")")
done

echo "$envKey"_"$(IFS=_; echo "${sanitized_values[*]}")"

Check warning

Code scanning / Semgrep OSS

Semgrep Finding: bash.lang.security.ifs-tampering.ifs-tampering Warning

The special variable IFS affects how splitting takes place when expanding unquoted variables. Don't set it globally. Prefer a dedicated utility such as 'cut' or 'awk' if you need to split input data. If you must use 'read', set IFS locally using e.g. 'IFS="," read -a my_array'.
@Amark19 Amark19 closed this Mar 10, 2025
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

Successfully merging this pull request may close these issues.

1 participant