#1936 fixed issue #1798
Closed 7 years ago by pingou. Opened 7 years ago by smitthakkar96.
smitthakkar96/pagure master  into  master

file modified
+1
@@ -99,6 +99,7 @@ 

  

  

  def ssh_key_validator(form, field):

+     ''' Form for ssh key validation '''

      if not pagure.lib.are_valid_ssh_keys(field.data):

          raise wtforms.ValidationError('Invalid SSH keys')

  

no initial comment

I guess you have created your branch from the previous one as you have made the same changes in #1945 :)

yes the changes were left to be removed in that branch new to git sorry.

yes the changes were left to be removed in that branch new to git sorry.

No problem :)

Just remember to git checkout master before you go forward to creating a branch and you will be fine :)

Note that the key that was provided in these commits must be considered as compromised and entirely destroyed (not reused anywhere)

yes I destroyed them and generated new ones. Also @rahulbajaj thanks a lot I will make sure to cleanup my commit properly before I submit a PR.

rebased

7 years ago

The commit message needs to be adjusted, I cannot merge this as is :(

I'm going to close this PR, please reopen it when your changes are ready to be reviewed :)

Thanks!

Pull-Request has been closed by pingou

7 years ago