WIP, but need to hash out with Markus a few things.

This commit is contained in:
Miles Lyon 2022-07-31 14:19:29 -07:00
parent 0c855ec71e
commit c42ca86915
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
package org.oneedtech.inspect.vc;
import java.util.Map;
import org.oneedtech.inspect.core.SubInspector;
import org.oneedtech.inspect.core.report.Report;
import org.oneedtech.inspect.util.resource.Resource;
public class EmbeddedVCInspector {
//TODO: @Miles Need to confirm with Markus, but this feels like an embedded inspector with some different rules (type, etc..) like endorsements
}

View File

@ -29,6 +29,7 @@ public class Samples {
public static final class CLR20 {
public static final class JSON {
public final static Sample SIMPLE_JSON = new Sample("clr20/simple.json", true);
public final static Sample SIMPLE_JWT = new Sample("clr20/simple.jwt", true);
}
}
}