Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

ETH-02-cure-fixes #2 #1477

Merged
merged 29 commits into from
Nov 30, 2016
Merged

ETH-02-cure-fixes #2 #1477

merged 29 commits into from
Nov 30, 2016

Conversation

frozeman
Copy link
Contributor

  • ETH-02-001
  • ETH-02-002
  • ETH-02-003
  • ETH-02-004

@mention-bot
Copy link

@frozeman, thanks for your PR! By analyzing the history of the files in this pull request, we identified @evertonfraga and @alexvandesande to be potential reviewers.

@@ -114,7 +114,7 @@ Helpers.generateBreadcrumb = function (url) {
return el === '';
});

return new Spacebars.SafeString(_.flatten(['<span>' + filteredUrl.host + ' </span>', pathname]).join(' ▸ '));
return new Spacebars.SafeString(url.protocol +'//'+ _.flatten(['<span>' + filteredUrl.host + ' </span>', pathname]).join(' ▸ '));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frozeman here I'd recommend using the Blaze._escape the same way we're using on host and pathname.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do, but as far as i understand whats put into the protocol is already stripped out. if invalid, it would be returned empty by webkit.

But we can certainly do it to increase security

@frozeman frozeman merged commit bed39da into develop Nov 30, 2016
@frozeman frozeman deleted the ETH-01-cure-fixes branch November 30, 2016 15:23
@evertonfraga evertonfraga modified the milestone: 0.8.8 Dec 5, 2016
@lock
Copy link

lock bot commented Mar 31, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked and limited conversation to collaborators Mar 31, 2018
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.

None yet

3 participants