Skip to content

Commit 81ddcd2

Browse files
committed
Updated docs/developement/Roadmap.md
1 parent 672277e commit 81ddcd2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/development/Roadmap.mermaid

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ graph LR
44

55
Crypto[Crypto]
66
Crypto:::partly_complete
7-
Manticore --> Crypto
7+
Manticore --Contains--> Crypto
88

99
CMAC[CMAC]
1010
CMAC:::production_ready
@@ -92,12 +92,12 @@ graph LR
9292

9393
Logger[Logger]
9494
Logger:::production_ready
95-
Manticore --> Logger
95+
Manticore --Contains--> Logger
9696

9797
%% This section tracks the planned and upcoming network protocols for Manticore.
9898
Network[Network]
9999
Network:::partly_complete
100-
Manticore --> Network
100+
Manticore --Contains--> Network
101101

102102
CIFS[CIFS]
103103
CIFS:::partly_complete
@@ -167,31 +167,31 @@ graph LR
167167

168168
Windows[Windows]
169169
Windows:::partly_complete
170-
Manticore --> Windows
170+
Manticore --Contains--> Windows
171171

172172
CNG[CNG]
173173
CNG:::production_ready
174-
Windows --> CNG
174+
Windows --Contains--> CNG
175175

176176
Credentials[Credentials]
177177
Credentials:::production_ready
178-
Windows --> Credentials
178+
Windows --Contains--> Credentials
179179

180180
GUID[GUID]
181181
GUID:::production_ready
182-
Windows --> GUID
182+
Windows --Contains--> GUID
183183

184184
KeyCredentialLink[KeyCredentialLink]
185185
KeyCredentialLink:::production_ready
186-
Windows --> KeyCredentialLink
186+
Windows --Contains--> KeyCredentialLink
187187

188188
MS-DTYP[MS-DTYP]
189189
MS-DTYP:::production_ready
190-
Windows --> MS-DTYP
190+
Windows --Contains--> MS-DTYP
191191

192192
NtStatus[NtStatus]
193193
NtStatus:::production_ready
194-
Windows --> NtStatus
194+
Windows --Contains--> NtStatus
195195

196196

197197
%% This section tracks the planned and upcoming crypto algorithms for Manticore.

0 commit comments

Comments
 (0)