We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef674e commit b9cc7ccCopy full SHA for b9cc7cc
xt/70_cve.t
@@ -0,0 +1,11 @@
1
+#!/usr/bin/perl
2
+
3
+use strict;
4
+use warnings;
5
6
+use Test::More;
7
+use Test::CVE;
8
9
+has_no_cves;
10
11
+done_testing;
0 commit comments