Skip to content

Add a prototype of CPA and some attack points #963

Add a prototype of CPA and some attack points

Add a prototype of CPA and some attack points #963

Re-run triggered February 3, 2025 10:07
Status Failure
Total duration 28s
Artifacts

pylint.yml

on: pull_request
copyright_header
10s
copyright_header
Matrix: pylint
Fit to window
Zoom out
Zoom in

Annotations

43 errors
pylint (3.11): scaaml/stats/attack_points/aes_128/full_aes.py#L142
Variable name "N" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.11): scaaml/stats/attack_points/aes_128/full_aes.py#L143
Variable name "R" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.11): scaaml/stats/attack_points/aes_128/full_aes.py#L158
Variable name "W" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.11): scaaml/stats/attack_points/aes_128/full_aes.py#L175
Variable name "N" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.11): scaaml/stats/attack_points/aes_128/full_aes.py#L176
Variable name "R" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.11): scaaml/stats/attack_points/aes_128/full_aes.py#L191
Variable name "W" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.11): scaaml/stats/attack_points/aes_128/full_aes.py#L17
Unused import math (unused-import)
pylint (3.11): scaaml/stats/attack_points/aes_128/attack_points.py#L24
Wildcard import scaaml.stats.attack_points.aes_128.full_aes (wildcard-import)
pylint (3.11): scaaml/stats/attack_points/aes_128/attack_points.py#L171
Variable name "INVSHIFT_undo" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.11): scaaml/stats/attack_points/aes_128/attack_points.py#L193
Variable name "INVSHIFT_undo" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.9)
The job was canceled because "_3_11" failed.
pylint (3.9): scaaml/stats/cpa.py#L109
unsupported operand type(s) for | (unsupported-binary-operation)
pylint (3.9): scaaml/stats/cpa.py#L116
unsupported operand type(s) for | (unsupported-binary-operation)
pylint (3.9): scaaml/stats/attack_points/aes_128/full_aes.py#L142
Variable name "N" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.9): scaaml/stats/attack_points/aes_128/full_aes.py#L143
Variable name "R" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.9): scaaml/stats/attack_points/aes_128/full_aes.py#L158
Variable name "W" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.9): scaaml/stats/attack_points/aes_128/full_aes.py#L175
Variable name "N" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.9): scaaml/stats/attack_points/aes_128/full_aes.py#L176
Variable name "R" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.9): scaaml/stats/attack_points/aes_128/full_aes.py#L191
Variable name "W" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.9): scaaml/stats/attack_points/aes_128/full_aes.py#L17
Unused import math (unused-import)
pylint (3.9): scaaml/stats/attack_points/aes_128/attack_points.py#L24
Wildcard import scaaml.stats.attack_points.aes_128.full_aes (wildcard-import)
pylint (3.10)
The job was canceled because "_3_11" failed.
pylint (3.10): scaaml/stats/attack_points/aes_128/full_aes.py#L142
Variable name "N" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.10): scaaml/stats/attack_points/aes_128/full_aes.py#L143
Variable name "R" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.10): scaaml/stats/attack_points/aes_128/full_aes.py#L158
Variable name "W" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.10): scaaml/stats/attack_points/aes_128/full_aes.py#L175
Variable name "N" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.10): scaaml/stats/attack_points/aes_128/full_aes.py#L176
Variable name "R" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.10): scaaml/stats/attack_points/aes_128/full_aes.py#L191
Variable name "W" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.10): scaaml/stats/attack_points/aes_128/full_aes.py#L17
Unused import math (unused-import)
pylint (3.10): scaaml/stats/attack_points/aes_128/attack_points.py#L24
Wildcard import scaaml.stats.attack_points.aes_128.full_aes (wildcard-import)
pylint (3.10): scaaml/stats/attack_points/aes_128/attack_points.py#L171
Variable name "INVSHIFT_undo" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.10): scaaml/stats/attack_points/aes_128/attack_points.py#L193
Variable name "INVSHIFT_undo" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.12)
The job was canceled because "_3_11" failed.
pylint (3.12): scaaml/stats/attack_points/aes_128/full_aes.py#L142
Variable name "N" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.12): scaaml/stats/attack_points/aes_128/full_aes.py#L143
Variable name "R" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.12): scaaml/stats/attack_points/aes_128/full_aes.py#L158
Variable name "W" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.12): scaaml/stats/attack_points/aes_128/full_aes.py#L175
Variable name "N" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.12): scaaml/stats/attack_points/aes_128/full_aes.py#L176
Variable name "R" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.12): scaaml/stats/attack_points/aes_128/full_aes.py#L191
Variable name "W" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.12): scaaml/stats/attack_points/aes_128/full_aes.py#L17
Unused import math (unused-import)
pylint (3.12): scaaml/stats/attack_points/aes_128/attack_points.py#L24
Wildcard import scaaml.stats.attack_points.aes_128.full_aes (wildcard-import)
pylint (3.12): scaaml/stats/attack_points/aes_128/attack_points.py#L171
Variable name "INVSHIFT_undo" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)
pylint (3.12): scaaml/stats/attack_points/aes_128/attack_points.py#L193
Variable name "INVSHIFT_undo" doesn't conform to '^[a-z][a-z0-9_]*$' pattern (invalid-name)