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. #154

Closed
wants to merge 1 commit into from

Bot added Files from FIN

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

Bot requested a change for FIN. #154

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

5 fail, 18 skipped, 29 pass in 0s

52 tests   29 ✅  0s ⏱️
 1 suites  18 💤
 1 files     5 ❌

Results for commit ffb2175.

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/UP/UP.pem] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
AssertionError: Signature algorithm not allowed: <ObjectIdentifier(oid=1.2.840.10045.4.3.3, name=ecdsa-with-SHA384)>
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.10045.4.3.3, name=ecdsa-with-SHA384)>

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/TLS.pem] (scripts.tests.test_certs) failed

pytest.xml [took 0s]
Raw output
AssertionError: Signature algorithm not allowed: <ObjectIdentifier(oid=1.2.840.10045.4.3.3, name=ecdsa-with-SHA384)>
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.10045.4.3.3, name=ecdsa-with-SHA384)>

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.10045.4.3.3, name=ecdsa-with-SHA384)>
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.10045.4.3.3, name=ecdsa-with-SHA384)>