File size: 17,026 Bytes
56b6519
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
/*
  At the end
    3 Vulnerabilities: [
      {
        status: 2
        details: [
          {locale: 'en', title: 'Vulnerability English 1', vulnType: 'Internal'}, 
          {
            locale: 'fr',
            title: 'Vulnerability French 1',
            vulnType: 'Internal',
            description: 'French vuln description',
            observation: 'French vuln observation',
            remediation: 'French vuln remediation'
          }
        ]
      },
      {
        cvssv3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
        status: 0
        details: [
          {locale: 'en', title: 'Vulnerability English 2', vulnType: 'Internal'},
          {
            locale: 'fr',
            title: 'Vulnerability French 2',
            vulnType: 'Internal',
            description: 'French vuln description',
            observation: 'French vuln observation',
            remediation: 'French vuln remediation',
            references: ['Ref1', 'Ref2']
          }
        ]
      },
      {
        status: 1,
        details: [
          {locale: 'en', title: 'New vulnerability from finding', vulnType: 'Internal', description: 'New vuln description'}
        ]
      }
    ]

*/

module.exports = function (request, app) {
  describe('Vulnerability Suite Tests', () => {
    var userToken = '';
    beforeAll(async () => {
      var response = await request(app)
        .post('/api/users/token')
        .send({ username: 'admin', password: 'Admin123' });
      userToken = response.body.datas.token;
    });

    describe('Vulnerability CRUD operations', () => {
      it('Get vulnerabilities (no existing vulnerabilities in db)', async () => {
        var response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);

        expect(response.status).toBe(200);
        expect(response.body.datas).toHaveLength(0);
      });

      it('Get vulnerabilities for export (no existing vulnerabilities in db)', async () => {
        var response = await request(app)
          .get('/api/vulnerabilities/export')
          .set('Cookie', [`token=JWT ${userToken}`]);

        expect(response.status).toBe(200);
        expect(response.type).toEqual('application/json');
        //expect(response.headers['content-disposition'].indexOf('attachment; filename=')).toBe(0);

        expect(response.body.datas).toEqual([]);
      });

      it('Create 4 vulnerabilities', async () => {
        var vuln1 = {
          details: [
            {
              locale: 'en',
              title: 'Vulnerability English 1',
              vulnType: 'Internal',
            },
          ],
        };

        var vuln2 = {
          details: [
            {
              locale: 'en',
              title: 'Vulnerability English 2',
              vulnType: 'Internal',
            },
          ],
        };

        var vuln3 = {
          details: [
            {
              locale: 'es',
              title: 'Vulnerability Espagnol 1',
              vulnType: 'Web',
            },
            { locale: 'es', vulnType: 'Web' },
            { title: 'Vulnerability Espagnol 2', vulnType: 'Web' },
          ],
        };

        var vuln4 = {
          cvssv3:
            'CVSS3.0:/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L/E:X/RL:X/RC:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MPR:X/MUI:X/MS:X/MC:X/MI:X/MA:X',
          status: 1,
          details: [
            {
              locale: 'fr',
              title: 'Vulnerability French 1',
              vulnType: 'Internal',
              description: 'French vuln description',
              observation: 'French vuln observation',
              remediation: 'French vuln remediation',
              references: ['Reference 1', 'Reference 2'],
            },
          ],
        };

        var response = await request(app)
          .post('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`])
          .send([vuln1, vuln2, vuln3, vuln4]);
        expect(response.status).toBe(201);
      });

      it('Should not create vulnerability with with existing title', async () => {
        var vuln1 = {
          details: [
            {
              locale: 'fr',
              title: 'Vulnerability English 1',
              vulnType: 'Internal',
            },
          ],
        };

        var response = await request(app)
          .post('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`])
          .send([vuln1]);
        expect(response.status).toBe(422);
      });

      it('Should not create vulnerability without title', async () => {
        var vuln1 = {
          details: [{ locale: 'fr', vulnType: 'Internal' }],
        };

        var response = await request(app)
          .post('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`])
          .send([vuln1]);

        expect(response.status).toBe(422);
      });

      it('Should not create vulnerability without locale', async () => {
        var vuln1 = {
          details: [{ title: 'Vulnerability English', vulnType: 'Internal' }],
        };

        var response = await request(app)
          .post('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`])
          .send([vuln1]);

        expect(response.status).toBe(422);
      });

      it('Get vulnerabilities (existing vulnerabilities in db)', async () => {
        var response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);

        expect(response.status).toBe(200);

        expect(response.body.datas[0].details[0].locale).toEqual('en');
        expect(response.body.datas[0].details[0].title).toEqual(
          'Vulnerability English 1',
        );
        expect(response.body.datas[0].details[0].vulnType).toEqual('Internal');

        expect(response.body.datas[1].details[0].locale).toEqual('en');
        expect(response.body.datas[1].details[0].title).toEqual(
          'Vulnerability English 2',
        );
        expect(response.body.datas[1].details[0].vulnType).toEqual('Internal');

        expect(response.body.datas[2].details[0].locale).toEqual('es');
        expect(response.body.datas[2].details[0].title).toEqual(
          'Vulnerability Espagnol 1',
        );
        expect(response.body.datas[2].details[0].vulnType).toEqual('Web');

        expect(response.body.datas[3].cvssv3).toEqual(
          'CVSS3.0:/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L/E:X/RL:X/RC:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MPR:X/MUI:X/MS:X/MC:X/MI:X/MA:X',
        );
        expect(response.body.datas[3].details[0].locale).toEqual('fr');
        expect(response.body.datas[3].details[0].title).toEqual(
          'Vulnerability French 1',
        );
        expect(response.body.datas[3].details[0].vulnType).toEqual('Internal');
        expect(response.body.datas[3].details[0].description).toEqual(
          'French vuln description',
        );
        expect(response.body.datas[3].details[0].observation).toEqual(
          'French vuln observation',
        );
        expect(response.body.datas[3].details[0].remediation).toEqual(
          'French vuln remediation',
        );
        expect(response.body.datas[3].details[0].references).toEqual([
          'Reference 1',
          'Reference 2',
        ]);
      });

      it('Get vulnerabilities for export (existing vulnerabilities in db)', async () => {
        var response = await request(app)
          .get('/api/vulnerabilities/export')
          .set('Cookie', [`token=JWT ${userToken}`]);

        expect(response.status).toBe(200);
        expect(response.type).toEqual('application/json');
        //expect(response.headers['content-disposition'].indexOf('attachment; filename=')).toBe(0);

        expect(response.body.datas[0].details[0].locale).toEqual('en');
        expect(response.body.datas[0].details[0].title).toEqual(
          'Vulnerability English 1',
        );
        expect(response.body.datas[0].details[0].vulnType).toEqual('Internal');

        expect(response.body.datas[1].details[0].locale).toEqual('en');
        expect(response.body.datas[1].details[0].title).toEqual(
          'Vulnerability English 2',
        );
        expect(response.body.datas[1].details[0].vulnType).toEqual('Internal');

        expect(response.body.datas[2].details[0].locale).toEqual('es');
        expect(response.body.datas[2].details[0].title).toEqual(
          'Vulnerability Espagnol 1',
        );
        expect(response.body.datas[2].details[0].vulnType).toEqual('Web');

        expect(response.body.datas[3].cvssv3).toEqual(
          'CVSS3.0:/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L/E:X/RL:X/RC:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MPR:X/MUI:X/MS:X/MC:X/MI:X/MA:X',
        );
        expect(response.body.datas[3].details[0].locale).toEqual('fr');
        expect(response.body.datas[3].details[0].title).toEqual(
          'Vulnerability French 1',
        );
        expect(response.body.datas[3].details[0].vulnType).toEqual('Internal');
        expect(response.body.datas[3].details[0].description).toEqual(
          'French vuln description',
        );
        expect(response.body.datas[3].details[0].observation).toEqual(
          'French vuln observation',
        );
        expect(response.body.datas[3].details[0].remediation).toEqual(
          'French vuln remediation',
        );
        expect(response.body.datas[3].details[0].references).toEqual([
          'Reference 1',
          'Reference 2',
        ]);
      });

      it('Update vulnerability', async () => {
        var update = {
          cvssv3: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H',
          details: [
            {
              locale: 'en',
              title: 'Vulnerability English 2',
              vulnType: 'Internal',
            },
            {
              locale: 'fr',
              title: 'Vulnerability French 2',
              vulnType: 'Internal',
              description: 'French vuln description',
              observation: 'French vuln observation',
              remediation: 'French vuln remediation',
              references: ['Ref1', 'Ref2'],
            },
          ],
        };

        var response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);
        var vulnId = response.body.datas[1]._id;
        response = await request(app)
          .put(`/api/vulnerabilities/${vulnId}`)
          .set('Cookie', [`token=JWT ${userToken}`])
          .send(update);
        expect(response.status).toBe(200);

        response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);

        expect(response.body.datas[1].cvssv3).toEqual(
          'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H',
        );
        expect(response.body.datas[1].details[0].locale).toEqual('en');
        expect(response.body.datas[1].details[0].title).toEqual(
          'Vulnerability English 2',
        );
        expect(response.body.datas[1].details[0].vulnType).toEqual('Internal');
        expect(response.body.datas[1].details[1].locale).toEqual('fr');
        expect(response.body.datas[1].details[1].title).toEqual(
          'Vulnerability French 2',
        );
        expect(response.body.datas[1].details[1].vulnType).toEqual('Internal');
        expect(response.body.datas[1].details[1].description).toEqual(
          'French vuln description',
        );
        expect(response.body.datas[1].details[1].observation).toEqual(
          'French vuln observation',
        );
        expect(response.body.datas[1].details[1].remediation).toEqual(
          'French vuln remediation',
        );
        expect(response.body.datas[1].details[1].references).toEqual([
          'Ref1',
          'Ref2',
        ]);
      });

      it('Should not update vulnerability with nonexistent ID', async () => {
        var vulnerability = {
          details: [{ locale: 'en', title: 'Vulnerability English' }],
        };

        var response = await request(app)
          .put(`/api/vulnerabilities/deadbeefdeadbeefdeadbeef`)
          .set('Cookie', [`token=JWT ${userToken}`])
          .send(vulnerability);
        expect(response.status).toBe(404);
      });

      it('Get vulnerabilities by language', async () => {
        var response = await request(app)
          .get(`/api/vulnerabilities/en`)
          .set('Cookie', [`token=JWT ${userToken}`]);
        expect(response.status).toBe(200);
        expect(response.body.datas).toHaveLength(2);
      });

      it('Merge 2 vulnerabilities', async () => {
        var response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);
        var vulnId = response.body.datas[0]._id;
        var vulnIdMerge = response.body.datas[3]._id;

        response = await request(app)
          .put(`/api/vulnerabilities/merge/${vulnId}`)
          .set('Cookie', [`token=JWT ${userToken}`])
          .send({ vulnId: vulnIdMerge, locale: 'fr' });
        expect(response.status).toBe(200);

        response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);
        expect(response.body.datas).toHaveLength(3);
      });

      it('Delete vulnerability', async () => {
        var response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);
        var vulnId = response.body.datas[2]._id;
        response = await request(app)
          .delete(`/api/vulnerabilities/${vulnId}`)
          .set('Cookie', [`token=JWT ${userToken}`]);
        expect(response.status).toBe(200);

        response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);
        expect(response.body.datas).toHaveLength(2);
      });

      it('Delete vulnerability with nonexistent ID', async () => {
        var response = await request(app)
          .delete(`/api/vulnerabilities/deadbeefdeadbeefdeadbeef`)
          .set('Cookie', [`token=JWT ${userToken}`]);
        expect(response.status).toBe(404);
      });

      it('Create vulnerability from finding', async () => {
        var finding = {
          title: 'New vulnerability from finding',
          vulnType: 'Internal',
          description: 'New vuln description',
        };
        var response = await request(app)
          .post('/api/vulnerabilities/finding/en')
          .set('Cookie', [`token=JWT ${userToken}`])
          .send(finding);
        expect(response.status).toBe(201);

        response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);
        expect(response.body.datas).toHaveLength(3);
        expect(response.body.datas[2].status).toBe(1);
      });

      it('Update vulnerability from finding', async () => {
        var finding = {
          title: 'Vulnerability English 1',
          description: 'Description English 1',
          observation: 'Observation English 1',
        };
        var response = await request(app)
          .post('/api/vulnerabilities/finding/en')
          .set('Cookie', [`token=JWT ${userToken}`])
          .send(finding);
        expect(response.status).toBe(200);

        response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);
        expect(response.body.datas).toHaveLength(3);
        expect(response.body.datas[0].status).toBe(2);
      });

      it('Should not create/update vulnerability from finding without title', async () => {
        var finding = {
          observation: 'Observation new vuln from finding',
        };
        var response = await request(app)
          .post('/api/vulnerabilities/finding/en')
          .set('Cookie', [`token=JWT ${userToken}`])
          .send(finding);
        expect(response.status).toBe(422);
      });

      it('Should not update vulnerability from finding that is not yet approved', async () => {
        var finding = {
          title: 'New vulnerability from finding',
          observation: 'Observation new vuln from finding',
        };
        var response = await request(app)
          .post('/api/vulnerabilities/finding/en')
          .set('Cookie', [`token=JWT ${userToken}`])
          .send(finding);
        expect(response.status).toBe(403);
      });

      it('Get vulnerability updates', async () => {
        var response = await request(app)
          .get('/api/vulnerabilities')
          .set('Cookie', [`token=JWT ${userToken}`]);
        var vulnId = response.body.datas[0]._id;

        response = await request(app)
          .get(`/api/vulnerabilities/updates/${vulnId}`)
          .set('Cookie', [`token=JWT ${userToken}`]);
        expect(response.status).toBe(200);
        expect(response.body.datas).toHaveLength(1);
      });
    });
  });
};