Rename Concelier Source modules to Connector
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build Test Deploy / build-test (push) Has been cancelled
				
			
		
			
				
	
				Build Test Deploy / authority-container (push) Has been cancelled
				
			
		
			
				
	
				Build Test Deploy / docs (push) Has been cancelled
				
			
		
			
				
	
				Build Test Deploy / deploy (push) Has been cancelled
				
			
		
			
				
	
				Docs CI / lint-and-preview (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build Test Deploy / build-test (push) Has been cancelled
				
			Build Test Deploy / authority-container (push) Has been cancelled
				
			Build Test Deploy / docs (push) Has been cancelled
				
			Build Test Deploy / deploy (push) Has been cancelled
				
			Docs CI / lint-and-preview (push) Has been cancelled
				
			This commit is contained in:
		@@ -63,13 +63,13 @@ The script spins up MongoDB/Redis via Testcontainers and requires:
 | 
			
		||||
 | 
			
		||||
The Concelier connector suite includes a regression test (`OsvGhsaParityRegressionTests`)
 | 
			
		||||
that checks a curated set of GHSA identifiers against OSV responses. The fixture
 | 
			
		||||
snapshots live in `src/StellaOps.Concelier.Source.Osv.Tests/Fixtures/` and are kept
 | 
			
		||||
snapshots live in `src/StellaOps.Concelier.Connector.Osv.Tests/Fixtures/` and are kept
 | 
			
		||||
deterministic so the parity report remains reproducible.
 | 
			
		||||
 | 
			
		||||
To refresh the fixtures when GHSA/OSV payloads change:
 | 
			
		||||
 | 
			
		||||
1. Ensure outbound HTTPS access to `https://api.osv.dev` and `https://api.github.com`.
 | 
			
		||||
2. Run `UPDATE_PARITY_FIXTURES=1 dotnet test src/StellaOps.Concelier.Source.Osv.Tests/StellaOps.Concelier.Source.Osv.Tests.csproj`.
 | 
			
		||||
2. Run `UPDATE_PARITY_FIXTURES=1 dotnet test src/StellaOps.Concelier.Connector.Osv.Tests/StellaOps.Concelier.Connector.Osv.Tests.csproj`.
 | 
			
		||||
3. Commit the regenerated `osv-ghsa.*.json` files that the test emits (raw snapshots and canonical advisories).
 | 
			
		||||
 | 
			
		||||
The regen flow logs `[Parity]` messages and normalises `recordedAt` timestamps so the
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user