summaryrefslogtreecommitdiff
path: root/topics/ADR
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-14 08:55:01 +0300
committerMunyoki Kilyungi2024-09-17 11:51:52 +0300
commitcdc5a05694ff48bc4dae53e6276ca5ed5c7671a8 (patch)
tree0b35de268d851e663e29cf09aba92a36c7f5396b /topics/ADR
parentaf230582308cb232cf976698f2d5a7b5c24fa221 (diff)
downloadgn-gemtext-cdc5a05694ff48bc4dae53e6276ca5ed5c7671a8.tar.gz
Update ADR.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'topics/ADR')
-rw-r--r--topics/ADR/gn3/000-remove-stace-traces-in-gn3-error-response.gmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/topics/ADR/gn3/000-remove-stace-traces-in-gn3-error-response.gmi b/topics/ADR/gn3/000-remove-stace-traces-in-gn3-error-response.gmi
index d42ceda..7c0c7d6 100644
--- a/topics/ADR/gn3/000-remove-stace-traces-in-gn3-error-response.gmi
+++ b/topics/ADR/gn3/000-remove-stace-traces-in-gn3-error-response.gmi
@@ -1,7 +1,7 @@
# [ADR-001/gn3] Remove Stack Traces in GN3
* author: bonfacem
-* status: proposed
+* status: rejected
* reviewed-by: jnduli, zach, pjotr, fredm
## Context
@@ -38,7 +38,7 @@ def internal_server_error(pnf):
## Decision
-Stacke traces have the potential to allow malicious actors compromise our system by providing more context. As such, we should send a useful description of what went wrong; and log our stack traces in our logs, and send an appropriate error status code. We can use the logs to troubleshoot our system.
+Stack traces have the potential to allow malicious actors compromise our system by providing more context. As such, we should send a useful description of what went wrong; and log our stack traces in our logs, and send an appropriate error status code. We can use the logs to troubleshoot our system.
## Consequences