Skip to content

Commit 7c1e45b

Browse files
committed
fix
1 parent facabc1 commit 7c1e45b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/LANGUAGE_SUPPORT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ This is the role of the `engine` module, that will be detailed later.
6969

7070
#### The translation
7171

72-
Writing a detection rule allows us to capture all the values linked to a cryptography asset, for example the name of the algorithm and its mode.
73-
These values are captured in a tree structure shaped like the tree of dependent detection rules that detected them, so the tree relationships do not carry any semantic about how the cryptographic values relate to one another.
72+
Writing detection rules allows us to capture all the values linked to a cryptography asset, for example the name of the algorithm and its mode.
73+
Those values are captured in a tree-like structure based on the definition of detection rules and their dependent detection rules that detected them.
74+
The tree does not contain any semantic information about how the cryptographic values relate to each other.
7475

7576
What we want instead is a meaningful representation of all cryptography related values: a tree structure where relationships between nodes carry some meaning.
7677
Back to our example, we want a tree where the mode is a child node of the algorithm node, to indicate that it's the mode of this algorithm.

0 commit comments

Comments
 (0)