#1286 correctly escape license in web ui
Merged 4 years ago by mikem. Opened 4 years ago by tkopecek.
tkopecek/koji issue1285  into  master

file modified
+1 -1
@@ -66,7 +66,7 @@ 

      </tr>

      #if $rpm.external_repo_id == 0

      <tr>

-       <th>License</th><td>$license</td>

+       <th>License</th><td>$util.escapeHTML($license)</td>

      </tr>

      #end if

      #if $builtInRoot

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

4 years ago

Commit b905520 fixes this pull-request

Pull-Request has been merged by mikem

4 years ago