Skip to content

Commit b89f5d7

Browse files
committed
Fixed feature names2
1 parent 669a2d7 commit b89f5d7

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

SecurityKeywordsBasedSearchTool/SecFeatFinder/SecList.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Access Control": {
2+
"Access_Control": {
33
"Authentication": [
44
"PasswordEncoder",
55
"Credential",
@@ -52,7 +52,7 @@
5252
"decrypt",
5353
"Mac"
5454
],
55-
"Key Management": [
55+
"Key_Management": [
5656
"keyStore",
5757
"keyPair",
5858
"keyFactory",
@@ -92,7 +92,7 @@
9292
"Base64."
9393
]
9494
},
95-
"Security Monitoring": {
95+
"Security_Monitoring": {
9696
"Logging": [
9797
"login_success",
9898
"login_failure",
@@ -101,65 +101,65 @@
101101
"audit_log_entry",
102102
"compliance_check"
103103
],
104-
"Automated Response": [
104+
"Automated_Response": [
105105
"ResponseHandler",
106106
"AlertService"
107107
],
108-
"History Maintenance": [
108+
"History_Maintenance": [
109109
"AuditTrail",
110110
"TransactionLogger"
111111
]
112112
},
113-
"Secure Data Handling": {
114-
"Data Validation": [
113+
"Secure_Data_Handling": {
114+
"Data_Validation": [
115115
"validate(",
116116
"Whitelist",
117117
"Blacklist",
118118
"AntiSamy",
119119
"Commons Validator"
120120
],
121-
"Data Sanitization": [
121+
"Data_Sanitization": [
122122
"StringEscapeUtils",
123123
"HTMLSanitizer",
124124
"sanitize",
125125
"unescape",
126126
"escape"
127127
],
128-
"Retention Control": [
128+
"Retention_Control": [
129129
"DataRetentionPolicy",
130130
"RetentionManager"
131131
],
132-
"Secure Storage": [
132+
"Secure_Storage": [
133133
"EncryptedFileSystem",
134134
"SecureStore",
135135
"KeyVault"
136136
],
137-
"Trusted Sources": [
137+
"Trusted_Sources": [
138138
"SecureRandom",
139139
"TimeSync",
140140
"setSalt"
141141
]
142142
},
143-
"System State Protection": {
144-
"Resource Management": [
143+
"System_State_Protection": {
144+
"Resource_Management": [
145145
"Semaphore",
146146
"ThreadPool",
147147
"ResourceAllocator"
148148
],
149-
"System State Validation": [
149+
"System_State_Validation": [
150150
"StateVerifier",
151151
"Checksum",
152152
"HashValidator"
153153
],
154-
"Session Management": [
154+
"Session_Management": [
155155
"SessionToken",
156156
"SessionManager",
157157
"CSRFProtection",
158158
"SessionTimeout",
159159
"getSession(",
160160
"openSession("
161161
],
162-
"State Synchronization": [
162+
"State_Synchronization": [
163163
"Synchronized",
164164
"ReentrantLock",
165165
"createLocalLock",

0 commit comments

Comments
 (0)