spdx / spdx/LicenseListPublisher

Alt text with semi-colons are not handled correctly

Open
#100 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
23
Forks
29
Avg merge
6h 31m
Merged PRs (30d)
2

Description

XML with a template like:

<alt match=".*" name="copyrightHolder4">, i.e., "Copyright (c)
          2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved"</alt>

fails since it creates a template including the semi-colon in the original=" keyword.

Escaping the semicolon will fix the template error, however, the semi-colon gets rendered in the XML for the website.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the XML and template parsing entry point, then reproduce the failure with the supplied alt text containing a semicolon. Done means the template parses successfully and the semicolon is preserved correctly in the generated website XML.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.