Conditional upload for validators (uri or file upload). Added exceptions for POM conflicts between auth0 and iron verifiable credentials (and iron-vc with itself).
This commit is contained in:
		
							parent
							
								
									b74d62e218
								
							
						
					
					
						commit
						9f95ba4652
					
				@ -30,17 +30,17 @@
 | 
			
		||||
		<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