greptile: edit severity level to critical in string-safety#253
greptile: edit severity level to critical in string-safety#253suphawitwanl merged 1 commit intomasterfrom
Conversation
Greptile SummaryThis PR elevates the
|
| Filename | Overview |
|---|---|
| .greptile/config.json | Single-field change: string-safety rule severity bumped from high to critical; no structural or logic issues. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR touches C/C++ file] --> B{Greptile rule scan}
B --> C[memory-allocation rule\nseverity: critical]
B --> D[string-safety rule\nseverity: critical ← was high]
B --> E[logging-api rule\nseverity: high]
C --> F[Block / flag as critical]
D --> F
E --> G[Flag as high]
Reviews (1): Last reviewed commit: "greptile: edit severity level to critica..." | Re-trigger Greptile
Bump the
string-safetyrule in.greptile/config.jsonfromhightocritical