Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Fix XML escaping issue #2204

Merged
merged 2 commits into from
Oct 11, 2020
Merged

Fix XML escaping issue #2204

merged 2 commits into from
Oct 11, 2020

Conversation

nicksellen
Copy link
Member

Closes #2203

What does this PR do?

Escapes XML content when creating GPX markers.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined chat.foodsaving.world/channel/karrot-dev
  • added an entry to CHANGELOG.md (description, pull request link, username(s))

@codecov
Copy link

codecov bot commented Oct 10, 2020

Codecov Report

Merging #2204 into master will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2204      +/-   ##
==========================================
+ Coverage   57.42%   57.49%   +0.07%     
==========================================
  Files         279      280       +1     
  Lines        5621     5635      +14     
  Branches      841      841              
==========================================
+ Hits         3228     3240      +12     
- Misses       2392     2394       +2     
  Partials        1        1              
Impacted Files Coverage Δ
src/maps/export.js 85.71% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6847693...8df4c81. Read the comment docs.

@nicksellen nicksellen merged commit cbcd87e into master Oct 11, 2020
@nicksellen nicksellen deleted the fix/xml-export-escaping branch October 11, 2020 12:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing XML escaping in GPX export
2 participants