Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot requested a change for FIN. #151

Closed
wants to merge 1 commit into from

Bot added Files from FIN

83b12eb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Bot requested a change for FIN. #151

Bot added Files from FIN
83b12eb
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Jan 9, 2025 in 0s

4 fail, 18 skipped, 30 pass in 0s

52 tests   30 ✅  0s ⏱️
 1 suites  18 💤
 1 files     4 ❌

Results for commit 83b12eb.

Annotations

Check warning on line 0 in scripts.tests.test_certs

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_valid_pem[./FIN/onboarding/DCC/SCA/SCA_1.pem] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
ValueError: error parsing asn1 value: ParseError { kind: EncodedDefault, location: ["BasicConstraints::ca"] }
scripts/tests/valid_pem.py:7: in test_valid_pem
    raise cert.error
scripts/tests/common.py:157: in __init__
    for ex in self.x509.extensions:
E   ValueError: error parsing asn1 value: ParseError { kind: EncodedDefault, location: ["BasicConstraints::ca"] }

Check warning on line 0 in scripts.tests.test_certs

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_valid_pem[./FIN/onboarding/DCC/SCA/SCA.pem] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
ValueError: error parsing asn1 value: ParseError { kind: EncodedDefault, location: ["BasicConstraints::ca"] }
scripts/tests/valid_pem.py:7: in test_valid_pem
    raise cert.error
scripts/tests/common.py:157: in __init__
    for ex in self.x509.extensions:
E   ValueError: error parsing asn1 value: ParseError { kind: EncodedDefault, location: ["BasicConstraints::ca"] }

Check warning on line 0 in scripts.tests.test_certs

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_signature_algorithm[./FIN/onboarding/DCC/TLS/CA.pem] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
AssertionError: Signature algorithm not allowed: <ObjectIdentifier(oid=1.2.840.113549.1.1.13, name=sha512WithRSAEncryption)>
scripts/tests/signature_algorithm.py:17: in test_signature_algorithm
    assert cert.x509.signature_algorithm_oid in allowed_OIDs, f'Signature algorithm not allowed: {cert.x509.signature_algorithm_oid}'
E   AssertionError: Signature algorithm not allowed: <ObjectIdentifier(oid=1.2.840.113549.1.1.13, name=sha512WithRSAEncryption)>

Check warning on line 0 in scripts.tests.test_certs

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_if_tls_resolves[./FIN] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
AssertionError: Could not find a signing CA for TLS.pem
scripts/tests/chain_check.py:68: in test_if_tls_resolves
    assert verified, f'Could not find a signing CA for {cert.pathinfo["filename"]}'
E   AssertionError: Could not find a signing CA for TLS.pem