Skip to content

Ci/fix link checker#124

Open
joseph-neeraj wants to merge 1 commit intomainfrom
ci/fix-link-checker
Open

Ci/fix link checker#124
joseph-neeraj wants to merge 1 commit intomainfrom
ci/fix-link-checker

Conversation

@joseph-neeraj
Copy link
Contributor

Description

Fix broken job


public static byte[] cipher(Key key, AlgorithmParameterSpec iv, byte[] bytes, int mode) throws GeneralSecurityException {
Cipher cipher = Cipher.getInstance(CYPHER);
Cipher cipher = Cipher.getInstance(CIPHER);

Check failure

Code scanning / SonarCloud

Encryption algorithms should be used with secure mode and padding scheme

<!--SONAR_ISSUE_KEY:AZzoF1XHsk6PlsIA2LIp-->Use another cipher mode or disable padding. <p>See more on <a href="https://sonarcloud.io/project/issues?id=Mastercard_client-encryption-java&issues=AZzoF1XHsk6PlsIA2LIp&open=AZzoF1XHsk6PlsIA2LIp&branch=ci%2Ffix-link-checker">SonarQube Cloud</a></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant