@@ -16,7 +16,7 @@ exports[`parser parses example.com sqlite results database successfully 1`] = `
1616 },
1717 " category" : " Subdomain" ,
1818 " description" : " Found subdomain example.com" ,
19- " identified_at" : " 2023-08-18T12:23:59.131Z " ,
19+ " identified_at" : null ,
2020 " location" : " example.com" ,
2121 " name" : " example.com" ,
2222 " osi_layer" : " NETWORK" ,
@@ -36,7 +36,7 @@ exports[`parser parses example.com sqlite results database successfully 1`] = `
3636 },
3737 " category" : " Subdomain" ,
3838 " description" : " Found subdomain www.example.com" ,
39- " identified_at" : " 2023-08-18T12:23:59.131Z " ,
39+ " identified_at" : null ,
4040 " location" : " www.example.com" ,
4141 " name" : " www.example.com" ,
4242 " osi_layer" : " NETWORK" ,
@@ -56,7 +56,7 @@ exports[`parser parses example.com sqlite results database successfully 1`] = `
5656 },
5757 " category" : " Subdomain" ,
5858 " description" : " Found subdomain example.com" ,
59- " identified_at" : " 2023-08-18T12:23:59.131Z " ,
59+ " identified_at" : null ,
6060 " location" : " example.com" ,
6161 " name" : " example.com" ,
6262 " osi_layer" : " NETWORK" ,
@@ -76,7 +76,7 @@ exports[`parser parses example.com sqlite results database successfully 1`] = `
7676 },
7777 " category" : " Subdomain" ,
7878 " description" : " Found subdomain www.example.com" ,
79- " identified_at" : " 2023-08-18T12:23:59.131Z " ,
79+ " identified_at" : null ,
8080 " location" : " www.example.com" ,
8181 " name" : " www.example.com" ,
8282 " osi_layer" : " NETWORK" ,
@@ -96,7 +96,7 @@ exports[`parser parses example.com sqlite results database successfully 1`] = `
9696 },
9797 " category" : " Subdomain" ,
9898 " description" : " Found subdomain a.iana-servers.net" ,
99- " identified_at" : " 2023-08-18T12:23:59.131Z " ,
99+ " identified_at" : null ,
100100 " location" : " a.iana-servers.net" ,
101101 " name" : " a.iana-servers.net" ,
102102 " osi_layer" : " NETWORK" ,
@@ -116,7 +116,7 @@ exports[`parser parses example.com sqlite results database successfully 1`] = `
116116 },
117117 " category" : " Subdomain" ,
118118 " description" : " Found subdomain a.iana-servers.net" ,
119- " identified_at" : " 2023-08-18T12:23:59.131Z " ,
119+ " identified_at" : null ,
120120 " location" : " a.iana-servers.net" ,
121121 " name" : " a.iana-servers.net" ,
122122 " osi_layer" : " NETWORK" ,
@@ -136,7 +136,7 @@ exports[`parser parses example.com sqlite results database successfully 1`] = `
136136 },
137137 " category" : " Subdomain" ,
138138 " description" : " Found subdomain b.iana-servers.net" ,
139- " identified_at" : " 2023-08-18T12:23:59.131Z " ,
139+ " identified_at" : null ,
140140 " location" : " b.iana-servers.net" ,
141141 " name" : " b.iana-servers.net" ,
142142 " osi_layer" : " NETWORK" ,
@@ -156,7 +156,7 @@ exports[`parser parses example.com sqlite results database successfully 1`] = `
156156 },
157157 " category" : " Subdomain" ,
158158 " description" : " Found subdomain b.iana-servers.net" ,
159- " identified_at" : " 2023-08-18T12:23:59.131Z " ,
159+ " identified_at" : null ,
160160 " location" : " b.iana-servers.net" ,
161161 " name" : " b.iana-servers.net" ,
162162 " osi_layer" : " NETWORK" ,
0 commit comments