Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix over-indenting in diff mode #568

Merged
merged 2 commits into from
Nov 3, 2024

Conversation

tstromberg
Copy link
Collaborator

A last-minute change to the terminal UI PR resulted in over-indenting diff's by one space:

Previous:

├─ 🟡 Changed: 3CX/libffmpeg.dylib [CRITICAL → MEDIUM]
│     X anti-static [CRITICAL → NONE]
--       🛑 xor/user_agent — XOR'ed user agent, often found in backdoors, by Florian Roth
│     ≡ cryptography [LOW]
│       🟢 aes — Supports AES (Advanced Encryption Standard)
│     ≡ data [MEDIUM]
│       🟡 base64/decode — decode base64 strings: base64_decode
--       🟢 compression/gzip — works with gzip files
│       🟢 encoding/base64 — Supports base64 encoded strings
--       🟢 random/insecure — generate random numbers insecurely

New:

├─ 🟡 Changed: 3CX/libffmpeg.dylib [CRITICAL → MEDIUM]
│     X anti-static [CRITICAL → NONE]
--      🛑 xor/user_agent — XOR'ed user agent, often found in backdoors, by Florian Roth
│     ≡ cryptography [LOW]
│       🟢 aes — Supports AES (Advanced Encryption Standard)
│     ≡ data [MEDIUM]
│       🟡 base64/decode — decode base64 strings: base64_decode
--      🟢 compression/gzip — works with gzip files
│       🟢 encoding/base64 — Supports base64 encoded strings
--      🟢 random/insecure — generate random numbers insecurely

@tstromberg tstromberg requested a review from egibs November 3, 2024 10:58
@egibs egibs enabled auto-merge (squash) November 3, 2024 13:56
@egibs egibs merged commit 41cb1a7 into chainguard-dev:main Nov 3, 2024
8 checks passed
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.

2 participants