You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ At HTTPSnippet, we take security issues very seriously. If you believe you have
7
7
## How to Report
8
8
9
9
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).
10
-
2.**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:
10
+
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:
0 commit comments