Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle InvalidLabelChar in URL validation to prevent panic #24080

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    f979e0c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    2d8e29a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba2b828 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    a5199a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ddde1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    1fe2399 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fix lint issues

    yazan-abdalrahman committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6d254a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8488b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a875fd View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. handle empty value

    yazan-abdalrahman committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    9971b64 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/yazan-abdalrahman/deno into…

    … fix-url-validation-panic
    
    # Conflicts:
    #	runtime/permissions.rs
    yazan-abdalrahman committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    6a92d09 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    5db82f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f942a31 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    9146e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8b5b29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c20874c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cff4e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    a8324ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4dc4b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    3655231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b0cb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Merge branch 'main' of https://github.com/yazan-abdalrahman/deno into…

    … fix-url-validation-panic
    yazan-abdalrahman committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    94fe173 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Merge branch 'main' of https://github.com/yazan-abdalrahman/deno into…

    … fix-url-validation-panic
    yazan-abdalrahman committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    5178a56 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branch 'main' of https://github.com/yazan-abdalrahman/deno into…

    … fix-url-validation-panic
    yazan-abdalrahman committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d4ed2f9 View commit details
    Browse the repository at this point in the history
  2. fix test failures

    yazan-abdalrahman committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7a50fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8701009 View commit details
    Browse the repository at this point in the history
  4. Remove file

    dsherret committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    378a168 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Remove processing a URL &&

    mapping errors to URIErrors
    'like the original behavior'.
    yazan-abdalrahman committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f0642d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f156f3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8012e79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    731de60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81cee0c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    a566a11 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    57da102 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    4f7d572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3978b24 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/main' into fix-url-…

    …validation-panic
    
    # Conflicts:
    #	ext/net/ops_tls.rs
    yazan-abdalrahman committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e7df56f View commit details
    Browse the repository at this point in the history
  2. format

    yazan-abdalrahman committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a1441e4 View commit details
    Browse the repository at this point in the history