Skip to content

Add D2 diagrams to sphinx docs.

452084d
Select commit
Loading
Failed to load commit list.
Draft

Add D2 diagrams to sphinx docs. #1196

Add D2 diagrams to sphinx docs.
452084d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS succeeded May 19, 2026 in 6s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 149 in docs/userguide/_ext/eld_d2.py

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: python.lang.security.insecure-hash-algorithms.insecure-hash-algorithm-sha1 Warning documentation

Detected SHA1 hash algorithm which is considered insecure. SHA1 is not collision resistant and is therefore not suitable as a cryptographic signature. Use SHA256 or SHA3 instead.