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 f5c924a commit e43939fCopy full SHA for e43939f
src/modules/security/index.ts
@@ -29,7 +29,7 @@ export class Security {
29
*
30
* @example
31
* faker.security.cve() // 'CVE-2011-0762'
32
- * faker.security.cve({from:'2020-01-01T00:00:00.000Z', to: '2030-01-01T00:00:00.000Z') // 'CVE-2028-0762'
+ * faker.security.cve({from:'2020-01-01T00:00:00.000Z', to: '2030-01-01T00:00:00.000Z'}) // 'CVE-2028-0762'
33
*/
34
cve(
35
options: {
0 commit comments