Marco Ricci commited on 2025-03-13 13:38:12
Zeige 3 geänderte Dateien mit 4 Einfügungen und 3 Löschungen.
... | ... |
@@ -1,11 +1,12 @@ |
1 | 1 |
# `derivepassphrase` bug concurrency-audit |
2 | 2 |
|
3 |
-???+ bug "Bug details: Audit `derivepassphrase` for concurrency/thread-safety issues" |
|
3 |
+???+ success "Bug details: Audit `derivepassphrase` for concurrency/thread-safety issues" |
|
4 | 4 |
<table id="bug-summary" markdown> |
5 | 5 |
<tr><th scope=col>Class<td><i>bug</i><td>This is clearly an actual problem we want fixed. |
6 | 6 |
<tr><th scope=col>Priority<td><i>high</i><td>This should be fixed in the next release. |
7 | 7 |
<tr><th scope=col>Difficulty<td><i>tricky</i><td>Needs many tuits. |
8 | 8 |
<tr><th scope=col>Present-in<td colspan=2>0.1.0 0.1.1 0.1.2 0.2.0 0.3.0 0.3.1 0.3.2 0.3.3 <b>0.4.0</b> |
9 |
+ <tr><th scope=col>Fixed-in<td colspan=2>[a4ad05723414662d9df1607034c5dd7d646f1b49](https://github.com/the-13th-letter/derivepassphrase/commit/a4ad05723414662d9df1607034c5dd7d646f1b49) |
|
9 | 10 |
<tr><th scope=col>Blocks<td colspan=2>[concurrency-testing-in-test-suite](concurrency-testing-in-test-suite.md) |
10 | 11 |
</table> |
11 | 12 |
|
... | ... |
@@ -6,7 +6,7 @@ |
6 | 6 |
<tr><th scope=col>Priority<td><i>high</i><td>This should be fixed in the next release. |
7 | 7 |
<tr><th scope=col>Difficulty<td><i>tricky</i><td>Needs many tuits. |
8 | 8 |
<tr><th scope=col>Present-in<td colspan=2>0.1.0 0.1.1 0.1.2 0.2.0 0.3.0 0.3.1 0.3.2 0.3.3 <b>0.4.0</b> |
9 |
- <tr><th scope=col>Depends<td colspan=2>[concurrency-audit](concurrency-audit.md) |
|
9 |
+ <tr><th scope=col>Depends<td colspan=2>[concurrency-audit](concurrency-audit.md){: .fixed } |
|
10 | 10 |
</table> |
11 | 11 |
|
12 | 12 |
Once [concurrency-audit](concurrency-audit.md) is resolved, the thread-safety of `derivepassphrase` should be explicitly asserted in the test suite. |
... | ... |
@@ -8,7 +8,6 @@ |
8 | 8 |
- [yet to be scheduled](index.md){: .unscheduled } |
9 | 9 |
|
10 | 10 |
???+ bug "things to fix" |
11 |
- - [concurrency-audit][]{: .scheduled-next } |
|
12 | 11 |
- [concurrency-testing-in-test-suite][]{: .scheduled-next } |
13 | 12 |
- [windows-ssh-agent-support][]{: .scheduled } |
14 | 13 |
|
... | ... |
@@ -19,6 +18,7 @@ |
19 | 18 |
- [allow-all-unicode-passphrases][]{: .fixed } |
20 | 19 |
- [amend-vault-config][]{: .fixed } |
21 | 20 |
- [better-error-messages][]{: .fixed } |
21 |
+ - [concurrency-audit][]{: .fixed } |
|
22 | 22 |
- [configuration-directory-must-exist][]{: .fixed } |
23 | 23 |
- [fail-gracefully-without-af-unix][]{: .fixed } |
24 | 24 |
- [falsy-vault-config-values][]{: .fixed } |
25 | 25 |