Commit 9004372
fixup(source-edit): validate URL on CLI update + drop dead binding
- CLI source update now runs validate_caldav_url on the new URL, mirroring
the web handler. Closes a parity gap where the web path rejected private
IPs but the CLI happily accepted them.
- Stop SELECT-ing and binding current_password_enc in the no-rotation arm;
it was only used for a `let _ =` discard. Use a 4-tuple destructure
instead.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4d55c06 commit 9004372
1 file changed
Lines changed: 13 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | | - | |
| 187 | + | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
| |||
222 | 225 | | |
223 | 226 | | |
224 | 227 | | |
225 | | - | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| |||
0 commit comments