WIP, but need to hash out with Markus a few things.
This commit is contained in:
parent
0c855ec71e
commit
c42ca86915
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
}
|
@ -29,6 +29,7 @@ public class Samples {
|
|||||||
public static final class CLR20 {
|
public static final class CLR20 {
|
||||||
public static final class JSON {
|
public static final class JSON {
|
||||||
public final static Sample SIMPLE_JSON = new Sample("clr20/simple.json", true);
|
public final static Sample SIMPLE_JSON = new Sample("clr20/simple.json", true);
|
||||||
|
public final static Sample SIMPLE_JWT = new Sample("clr20/simple.jwt", true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user