View Issue Details

IDProjectCategoryView StatusLast Update
0000554Main CAcert Websitemiscpublic2014-08-15 19:53
Reporterbluviolin Assigned ToTed  
PrioritynormalSeveritytrivialReproducibilityalways
Status fix availableResolutionopen 
Summary0000554: String escaping in "Training" page
DescriptionIn the "Training" page (https://secure.cacert.org/account.php?id=55) the "Variant" column displays unescaped strings (i.e. "Assurer\'s challenge (EN)")
TagsNo tags attached.
Reviewed by
Test Instructions

Activities

Marek Mazur

2011-09-20 16:31

reporter   ~0002469

This issue must be fixed manually by changing 'test_text' field in 'cats_variant' table for Assurer's challenge.

Uli60

2012-12-17 05:31

updater   ~0003453

2011-03-31 15:51:53 Assurer Challenge Assurer\'s challenge (EN)
2012-03-01 20:50:40 Assurer Challenge Assurer\'s challenge (EN)
2012-03-01 20:56:05 Assurer Challenge Assurer\'s challenge (EN)

problem still persists

INOPIAE

2014-02-22 21:43

updater   ~0004597

Here is the sql statement to fix the typo error in the database:
update `cats_variant` set `test_text` = "Assurer's challenge (EN)" where `id` = 5

Ted

2014-08-15 19:53

administrator   ~0004948

We have to be careful here, since the result upload from the CATS server may be affected. I'm not sure about this yet, so it has to be verified!

See https://github.com/CAcertOrg/cats/blob/release/functions/UploadResults.pl and www/cats/cats_import.php

Issue History

Date Modified Username Field Change
2008-05-15 13:38 bluviolin New Issue
2011-07-26 23:50 NEOatNHNG Source_changeset_attached => cacert-devel master ca081187
2011-09-20 16:31 Marek Mazur Note Added: 0002469
2012-12-17 05:31 Uli60 Note Added: 0003453
2014-02-22 21:43 INOPIAE Note Added: 0004597
2014-02-22 21:43 INOPIAE Assigned To => BenBE
2014-02-22 21:43 INOPIAE Status new => fix available
2014-06-16 00:00 BenBE Assigned To BenBE => Ted
2014-08-15 19:53 Ted Note Added: 0004948