Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kong/httpsnippet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.3
Choose a base ref
...
head repository: Kong/httpsnippet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on May 17, 2024

  1. fix: push also to origin

    filfreire committed May 17, 2024

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    7717966 View commit details
  2. 3.0.4

    filfreire committed May 17, 2024

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    63650f3 View commit details

Commits on Jul 2, 2024

  1. Create SECURITY.md [SEC-1138]

    filfreire authored Jul 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    143bb6d View commit details

Commits on Jul 12, 2024

  1. Add rust target with reqwest (#328)

    * Create initial rust files
    
    Create initial rust files to support the target. Create all of the demo
    fixture files for the different request types.
    
    These also require specific `Cargo.toml` dependencies with some features,
    but I've tried to keep them fully qualified where possible. I'm not sure
    yet how best to show adding dependencies to a project to enable these
    features.
    
    * Start work on reqwest client
    
    Start working on the reqwest conversion client after adding targets.
    
    * Complete Adding Rust as target
    
    Completed adding Rust as a target. All of the fixtures have been tested
    in a separate Rust project to verify that they build and successfully
    run against the Har test endpoint.
    
    All tests are running and passing, except for the snapshot that verifies
    all available targets, not sure where to update that.
    
    * Run linter
    
    Ran the linter defined in `package.json`
    
    All tests except snapshot for targets passing.
    
    * Update snapshot to fix available targets test
    
    Update the available targets test to fix the snapshot.
    
    * lint
    
    ---------
    
    Co-authored-by: Filipe Freire <livrofubia@gmail.com>
    Benjscho and filfreire authored Jul 12, 2024

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    e901d61 View commit details
  2. chore(deps-dev): bump ws from 7.5.7 to 7.5.10 (#358)

    Bumps [ws](https://github.com/websockets/ws) from 7.5.7 to 7.5.10.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.7...7.5.10)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bb81dca View commit details
  3. chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#357)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b6b2021 View commit details
  4. chore(deps-dev): bump @babel/traverse from 7.22.6 to 7.24.5 (#348)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.6 to 7.24.5.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    893da8b View commit details
  5. Generate Crystal language code (#343)

    * Generate Crystal language code
    
    * Generate Crystal language code
    
    * Remove a blank line
    
    * fix crystal tests
    
    ---------
    
    Co-authored-by: Filipe Freire <livrofubia@gmail.com>
    yanecc and filfreire authored Jul 12, 2024

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    b9e1d7b View commit details
  6. Fix setting default value of request.PostData of HarEntry (#323)

    * fix: prevent override of default value of request.postData when postData might be undefined
    
    * chore: optional chaining safety check for when request.PostData can be undefined
    nsrCodes authored Jul 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e99422a View commit details
  7. Support any method for PowerShell (#320)

    * Support any method for PowerShell
    
    * fix test
    
    ---------
    
    Co-authored-by: Filipe Freire <livrofubia@gmail.com>
    verhovsky and filfreire authored Jul 12, 2024

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    29947cc View commit details
  8. chore: add nvmrc and set it to 20 (#262)

    * Add nvmrc and set it to 14.9 as per #248
    
    * Use node 18
    
    * bump to node 20 on nvmrc file
    
    ---------
    
    Co-authored-by: Filipe Freire <livrofubia@gmail.com>
    bbbco and filfreire authored Jul 12, 2024

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    147eb98 View commit details
  9. Add generator for Ruby's Faraday client (#362)

    Co-authored-by: Lukas_Skywalker <lukas.diener@hotmail.com>
    filfreire and LukasSkywalker authored Jul 12, 2024

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    8739d73 View commit details
  10. 3.0.5

    filfreire committed Jul 12, 2024

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    fbd23b5 View commit details
  11. Prep for Release: source maps, types, prettier (#301)

    * updates library exports
    
    * fixes lint configuration
    
    so that it actually fails now, as intended
    
    * tidy up
    
    ---------
    
    Co-authored-by: Filipe Freire <livrofubia@gmail.com>
    dimitropoulos and filfreire authored Jul 12, 2024

    Partially verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
    Copy the full SHA
    6a758d6 View commit details
  12. 3.0.6

    filfreire committed Jul 12, 2024

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    723581e View commit details

Commits on Sep 30, 2024

  1. feat: replace ajv usage [INS-145] (#371)

    * Feat: replace custom har-validator with hard-validator-compiled package
    
    * test(http-snippet): update casing
    
    * fix: linting
    vaibhavrajsingh2001 authored Sep 30, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    08aec7b View commit details

Commits on Oct 1, 2024

  1. 3.0.7

    filfreire committed Oct 1, 2024

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    889ef62 View commit details
  2. correct the casing of Method enums in RestSharp snippets (#366)

    Ensure that code snippets use enum members that are pascal cased and
    not upper cased. For example use `Method.Get` instead of `Method.GET` to
    ensure the snippets can compile.
    
    fixes #365
    
    use `var` for return "type" of RestSharp request response
    
    The type `IRestResponse` doesn't exist in latest client (version 112)
    
    fixes #367
    michaelgwelch authored Oct 1, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d107479 View commit details
  3. 3.0.8

    filfreire committed Oct 1, 2024

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    8a1bc90 View commit details

Commits on Oct 16, 2024

  1. fix(form-data): fix ssr error due to window object access (#373)

    * fix(form-data): override import from package root
    
    * fix(httpsnippet): linting errors
    vaibhavrajsingh2001 authored Oct 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    66b587b View commit details
  2. 3.0.9

    filfreire committed Oct 16, 2024

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    5b4474d View commit details

Commits on Mar 24, 2025

  1. fix: Pin all external github actions to their corresponding commit S…

    …HAs (#378)
    
    * Pin all external github actions to their corresponding commit SHAs
    
    * Update security actions to use the latest commit
    balugeorge authored Mar 24, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    73c327c View commit details
Showing with 1,867 additions and 380 deletions.
  1. +4 −5 .github/workflows/build.yml
  2. +7 −5 .github/workflows/release.yml
  3. +2 −3 .github/workflows/sast.yml
  4. +1 −0 .nvmrc
  5. +1 −1 README.md
  6. +32 −0 SECURITY.md
  7. +189 −183 package-lock.json
  8. +13 −7 package.json
  9. +34 −0 src/helpers/__snapshots__/utils.test.ts.snap
  10. +12 −0 src/helpers/code-builder.ts
  11. +6 −14 src/helpers/escape.test.ts
  12. +31 −38 src/helpers/escape.ts
  13. +0 −31 src/helpers/har-validator.ts
  14. +0 −2 src/helpers/headers.ts
  15. +1 −1 src/httpsnippet.test.ts
  16. +16 −14 src/httpsnippet.ts
  17. +27 −0 src/index.ts
  18. +5 −1 src/targets/c/libcurl/client.ts
  19. +18 −0 src/targets/crystal/native/client.test.ts
  20. +72 −0 src/targets/crystal/native/client.ts
  21. +10 −0 src/targets/crystal/native/fixtures/application-form-encoded.cr
  22. +10 −0 src/targets/crystal/native/fixtures/application-json.cr
  23. +9 −0 src/targets/crystal/native/fixtures/cookies.cr
  24. +6 −0 src/targets/crystal/native/fixtures/custom-method.cr
  25. +12 −0 src/targets/crystal/native/fixtures/full.cr
  26. +11 −0 src/targets/crystal/native/fixtures/headers.cr
  27. +6 −0 src/targets/crystal/native/fixtures/https.cr
  28. +6 −0 src/targets/crystal/native/fixtures/insecure-skip-verify.cr
  29. +10 −0 src/targets/crystal/native/fixtures/jsonObj-multiline.cr
  30. +10 −0 src/targets/crystal/native/fixtures/jsonObj-null-value.cr
  31. +10 −0 src/targets/crystal/native/fixtures/multipart-data.cr
  32. +10 −0 src/targets/crystal/native/fixtures/multipart-file.cr
  33. +9 −0 src/targets/crystal/native/fixtures/multipart-form-data-no-params.cr
  34. +10 −0 src/targets/crystal/native/fixtures/multipart-form-data.cr
  35. +6 −0 src/targets/crystal/native/fixtures/nested.cr
  36. +6 −0 src/targets/crystal/native/fixtures/query.cr
  37. +6 −0 src/targets/crystal/native/fixtures/short.cr
  38. +10 −0 src/targets/crystal/native/fixtures/text-plain.cr
  39. +14 −0 src/targets/crystal/target.ts
  40. +9 −2 src/targets/csharp/restsharp/client.ts
  41. +2 −2 src/targets/csharp/restsharp/fixtures/application-form-encoded.cs
  42. +2 −2 src/targets/csharp/restsharp/fixtures/application-json.cs
  43. +2 −2 src/targets/csharp/restsharp/fixtures/cookies.cs
  44. +2 −2 src/targets/csharp/restsharp/fixtures/full.cs
  45. +2 −2 src/targets/csharp/restsharp/fixtures/headers.cs
  46. +2 −2 src/targets/csharp/restsharp/fixtures/https.cs
  47. +2 −2 src/targets/csharp/restsharp/fixtures/jsonObj-multiline.cs
  48. +2 −2 src/targets/csharp/restsharp/fixtures/jsonObj-null-value.cs
  49. +2 −2 src/targets/csharp/restsharp/fixtures/multipart-data.cs
  50. +2 −2 src/targets/csharp/restsharp/fixtures/multipart-file.cs
  51. +2 −2 src/targets/csharp/restsharp/fixtures/multipart-form-data-no-params.cs
  52. +2 −2 src/targets/csharp/restsharp/fixtures/multipart-form-data.cs
  53. +2 −2 src/targets/csharp/restsharp/fixtures/nested.cs
  54. +2 −2 src/targets/csharp/restsharp/fixtures/query.cs
  55. +2 −2 src/targets/csharp/restsharp/fixtures/short.cs
  56. +2 −2 src/targets/csharp/restsharp/fixtures/text-plain.cs
  57. +0 −4 src/targets/har-schema.d.ts
  58. +3 −1 src/targets/ocaml/cohttp/client.ts
  59. +6 −2 src/targets/php/guzzle/client.ts
  60. +1 −1 src/targets/php/helpers.ts
  61. +22 −9 src/targets/powershell/common.ts
  62. +1 −1 src/targets/powershell/restmethod/fixtures/custom-method.ps1
  63. +1 −1 src/targets/powershell/webrequest/fixtures/custom-method.ps1
  64. +11 −14 src/targets/r/httr/client.ts
  65. +111 −0 src/targets/ruby/faraday/client.ts
  66. +18 −0 src/targets/ruby/faraday/fixtures/application-form-encoded.rb
  67. +13 −0 src/targets/ruby/faraday/fixtures/application-json.rb
  68. +12 −0 src/targets/ruby/faraday/fixtures/cookies.rb
  69. +1 −0 src/targets/ruby/faraday/fixtures/custom-method.rb
  70. +22 −0 src/targets/ruby/faraday/fixtures/full.rb
  71. +14 −0 src/targets/ruby/faraday/fixtures/headers.rb
  72. +11 −0 src/targets/ruby/faraday/fixtures/https.rb
  73. +13 −0 src/targets/ruby/faraday/fixtures/jsonObj-multiline.rb
  74. +13 −0 src/targets/ruby/faraday/fixtures/jsonObj-null-value.rb
  75. +13 −0 src/targets/ruby/faraday/fixtures/multipart-data.rb
  76. +13 −0 src/targets/ruby/faraday/fixtures/multipart-file.rb
  77. +12 −0 src/targets/ruby/faraday/fixtures/multipart-form-data-no-params.rb
  78. +13 −0 src/targets/ruby/faraday/fixtures/multipart-form-data.rb
  79. +14 −0 src/targets/ruby/faraday/fixtures/nested.rb
  80. +14 −0 src/targets/ruby/faraday/fixtures/query.rb
  81. +11 −0 src/targets/ruby/faraday/fixtures/short.rb
  82. +13 −0 src/targets/ruby/faraday/fixtures/text-plain.rb
  83. +2 −0 src/targets/ruby/target.ts
  84. +84 −0 src/targets/rust/helpers.ts
  85. +239 −0 src/targets/rust/reqwest/client.ts
  86. +29 −0 src/targets/rust/reqwest/fixtures/application-form-encoded.rs
  87. +33 −0 src/targets/rust/reqwest/fixtures/application-json.rs
  88. +22 −0 src/targets/rust/reqwest/fixtures/cookies.rs
  89. +19 −0 src/targets/rust/reqwest/fixtures/custom-method.rs
  90. +35 −0 src/targets/rust/reqwest/fixtures/full.rs
  91. +24 −0 src/targets/rust/reqwest/fixtures/headers.rs
  92. +18 −0 src/targets/rust/reqwest/fixtures/https.rs
  93. +26 −0 src/targets/rust/reqwest/fixtures/jsonObj-multiline.rs
  94. +26 −0 src/targets/rust/reqwest/fixtures/jsonObj-null-value.rs
  95. +34 −0 src/targets/rust/reqwest/fixtures/multipart-data.rs
  96. +33 −0 src/targets/rust/reqwest/fixtures/multipart-file.rs
  97. +24 −0 src/targets/rust/reqwest/fixtures/multipart-form-data-no-params.rs
  98. +24 −0 src/targets/rust/reqwest/fixtures/multipart-form-data.rs
  99. +25 −0 src/targets/rust/reqwest/fixtures/nested.rs
  100. +25 −0 src/targets/rust/reqwest/fixtures/query.rs
  101. +18 −0 src/targets/rust/reqwest/fixtures/short.rs
  102. +26 −0 src/targets/rust/reqwest/fixtures/text-plain.rs
  103. +14 −0 src/targets/rust/target.ts
  104. +12 −1 src/targets/targets.test.ts
  105. +4 −0 src/targets/targets.ts
  106. +4 −0 src/types/form-data.d.ts
  107. +8 −7 tsconfig.build.json
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ on:
jobs:
scan:
permissions:
packages: write
packages: write
contents: write # publish sbom to GH releases/tag assets
runs-on: ubuntu-latest
steps:
@@ -28,7 +28,7 @@ jobs:
# Produces SBOM and CVE report
# Helps understand vulnerabilities / license compliance across third party dependencies
- id: sca-project
uses: Kong/public-shared-actions/security-actions/sca@2f02738ecb1670f01391162e43fe3f5d4e7942a1 # v2.2.2
uses: Kong/public-shared-actions/security-actions/sca@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1
with:
dir: ${{ github.repository }}
upload-sbom-release-assets: true
@@ -74,14 +74,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.9.0
registry-url: 'https://registry.npmjs.org'

- name: Install
run: npm ci

@@ -92,4 +92,3 @@ jobs:
run: npm publish --no-git-checks --provenance --tag ${{ github.sha }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
token: ${{ secrets.PAT_INSOMNIA_INFRA }}

- name: Configure Git user
uses: Homebrew/actions/git-user-config@master
uses: Homebrew/actions/git-user-config@266845213695c3047d210b2e8fbc42ecdaf45802 # master
with:
username: ${{ (github.event_name == 'workflow_dispatch' && github.actor) || 'insomnia-infra' }}

@@ -43,14 +43,16 @@ jobs:
git remote -v
- name: Merge version commit into master
run: git push origin v${{ env.TAG }}
run: |
git push origin v${{ env.TAG }}
git push origin master
- name: Create Tag and Release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1
id: core_tag_and_release
with:
tag: v${{ env.TAG }}
name: "httpsnippet v${{ env.TAG }} 📦"
name: 'httpsnippet v${{ env.TAG }} 📦'
generateReleaseNotes: true
prerelease: false
draft: false
draft: false
5 changes: 2 additions & 3 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,9 @@ on:
pull_request: {}
push:
branches:
- master
- master
workflow_dispatch: {}


jobs:
semgrep:
name: Semgrep SAST
@@ -23,4 +22,4 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: Kong/public-shared-actions/security-actions/semgrep@bd3d75259607dd015bea3b3313123f53b80e9d7f
- uses: Kong/public-shared-actions/security-actions/semgrep@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

[![version][npm-version]][npm-url] [![License][npm-license]][license-url]

> HTTP Request snippet generator for _many_ languages & tools including: `cURL`, `HTTPie`, `JavaScript`, `Node`, `C`, `Java`, `PHP`, `Objective-C`, `Swift`, `Python`, `Ruby`, `C#`, `Go`, `OCaml` and [more](https://github.com/Kong/httpsnippet/wiki/Targets)!
> HTTP Request snippet generator for _many_ languages & tools including: `cURL`, `HTTPie`, `JavaScript`, `Node`, `C`, `Java`, `PHP`, `Objective-C`, `Swift`, `Python`, `Ruby`, `C#`, `Go`, `OCaml`, `Crystal` and [more](https://github.com/Kong/httpsnippet/wiki/Targets)!
Relies on the popular [HAR](http://www.softwareishard.com/blog/har-12-spec/#request) format to import data and describe HTTP calls.

32 changes: 32 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Security Policy

## Reporting a Vulnerability

At HTTPSnippet, we take security issues very seriously. If you believe you have found a security vulnerability in our project, we encourage you to disclose it responsibly. Please report any potential security vulnerabilities to us by sending an email to [vulnerability@konghq.com](mailto:vulnerability@konghq.com).

## How to Report

1. **Do not publicly disclose the vulnerability**: Please do not create a GitHub issue or post the vulnerability on public forums. Instead, contact us directly at [vulnerability@konghq.com](mailto:vulnerability@konghq.com).
1. **Provide detailed information**: When reporting a vulnerability, please include as much information as possible to help us understand and reproduce the issue. This may include:
- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact
- Any relevant logs or screenshots

## What to Expect

- **Acknowledgment**: We will acknowledge receipt of your vulnerability report within 48 hours.
- **Investigation**: Our security team will investigate the report and will keep you informed of the progress. We aim to resolve critical vulnerabilities within 30 days of confirmation.
- **Disclosure**: We prefer coordinated disclosure and will work with you to schedule the disclosure of the vulnerability in a way that minimizes the risk to users.

## Bug Bounty Program

We encourage security researchers to participate in our bug bounty program as outlined on the [Kong Vulnerability Disclosure](https://konghq.com/compliance/bug-bounty) page. This program provides rewards for discovering and reporting security vulnerabilities in accordance with our disclosure guidelines.

Thank you for helping to keep HTTPSnippet secure.

For more information on our security policies and guidelines, please visit the [Kong Vulnerability Disclosure](https://konghq.com/compliance/bug-bounty) page.

## Contact

For any questions or further assistance, please contact us at [vulnerability@konghq.com](mailto:vulnerability@konghq.com).
Loading