commit
						766d859b2f
					
				@ -12,21 +12,35 @@
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>org.1edtech</groupId>
 | 
			
		||||
			<artifactId>inspector-core</artifactId>
 | 
			
		||||
		</dependency>
 | 
			
		||||
			<exclusions>
 | 
			
		||||
				<exclusion>
 | 
			
		||||
					<groupId>com.fasterxml.jackson.core</groupId>
 | 
			
		||||
					<artifactId>jackson-databind</artifactId>
 | 
			
		||||
				</exclusion>
 | 
			
		||||
				<exclusion>
 | 
			
		||||
					<groupId>com.jayway.jsonpath</groupId>
 | 
			
		||||
					<artifactId>json-path</artifactId>
 | 
			
		||||
				</exclusion>
 | 
			
		||||
				<exclusion>
 | 
			
		||||
					<groupId>com.networknt</groupId>
 | 
			
		||||
					<artifactId>json-schema-validator</artifactId>
 | 
			
		||||
				</exclusion>
 | 
			
		||||
			</exclusions>
 | 
			
		||||
		</dependency>	
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>com.auth0</groupId>
 | 
			
		||||
			<artifactId>auth0</artifactId>
 | 
			
		||||
			<version>1.20.0</version>
 | 
			
		||||
			<version>1.42.0</version>
 | 
			
		||||
		</dependency>
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>com.auth0</groupId>
 | 
			
		||||
			<artifactId>jwks-rsa</artifactId>
 | 
			
		||||
			<version>0.12.0</version>
 | 
			
		||||
			<version>0.21.1</version>
 | 
			
		||||
		</dependency>
 | 
			
		||||
		<dependency>
 | 
			
		||||
			<groupId>com.auth0</groupId>
 | 
			
		||||
			<artifactId>java-jwt</artifactId>
 | 
			
		||||
			<version>3.10.3</version>
 | 
			
		||||
			<version>3.19.2</version>
 | 
			
		||||
		</dependency>
 | 
			
		||||
		<!-- https://github.com/filip26/iron-verifiable-credentials -->
 | 
			
		||||
		<dependency>
 | 
			
		||||
 | 
			
		||||
@ -82,7 +82,7 @@ public class OB30Inspector extends VCInspector {
 | 
			
		||||
		List<ReportItems> accumulator = new ArrayList<>();
 | 
			
		||||
		int probeCount = 0;
 | 
			
		||||
		
 | 
			
		||||
		try {							
 | 
			
		||||
		try {					
 | 
			
		||||
				//detect type (png, svg, json, jwt) and extract json data
 | 
			
		||||
				probeCount++;
 | 
			
		||||
				accumulator.add(new CredentialParseProbe().run(resource, ctx));				
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user