-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcards.json
More file actions
43 lines (43 loc) · 1.05 KB
/
cards.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"keywords": [
{
"keyword": "Firewall",
"category": "Cybersecurity",
"taboo_words": [
"security",
"network",
"block",
"filter",
"protection"
],
"source_language": "English",
"destination_language": "Spanish",
"description": "A system that monitors and controls incoming and outgoing network traffic based on predefined security rules."
},
{
"keyword": "BUG",
"category": "CS",
"taboo_words": [
"error",
"Failure"
],
"source_language": "English",
"destination_language": "English",
"description": "_No response_"
},
{
"keyword": "Encryption",
"category": "Cryptography",
"taboo_words": [
"code",
"secure",
"data",
"protect",
"algorithm"
],
"source_language": "English",
"destination_language": "English",
"description": "A method of transforming information into an unreadable format to prevent unauthorized access."
}
]
}