Skip to content

docs(estate): #229 foundation — post-#228 re-audit, RS inventory, canonical map#248

Merged
hyperpolymath merged 2 commits into
mainfrom
estate-229-reaudit
May 19, 2026
Merged

docs(estate): #229 foundation — post-#228 re-audit, RS inventory, canonical map#248
hyperpolymath merged 2 commits into
mainfrom
estate-229-reaudit

docs(estate): #229 ledger — oracle-grounded corrections (Refs #229)

4e7ba5a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS succeeded May 19, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 28 in tools/estate-rs-audit/rs-inventory.sh

See this annotation in the file changed.

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'.