Update OB30Inspector.java

This commit is contained in:
Markus Gylling 2022-06-20 15:13:25 +02:00
parent c91ae7a383
commit 3ff7a0f76a

View File

@ -79,6 +79,8 @@ public class OB30Inspector extends VCInspector {
int probeCount = 0; int probeCount = 0;
try { try {
//TODO turn into a loop once stable
//detect type (png, svg, json, jwt) and extract json data //detect type (png, svg, json, jwt) and extract json data
probeCount++; probeCount++;
accumulator.add(new CredentialTypeProbe().run(resource, ctx)); accumulator.add(new CredentialTypeProbe().run(resource, ctx));