Eoin Power-Moran

Results 11 issues of Eoin Power-Moran

mpart-async currently returns an `InvalidBoundry` error if a multipart boundary uses the LF line terminator. While the HTTP Spec does call for CRLF terminated Multipart Boundries,[ it also state that...

### I have checked the following: - [X] I use the newest version of bruno. - [X] I've searched existing issues and found nothing related to my issue. ### Describe...

bug

Adds a new rule that can be used to detect sensitive information being sent in a request when it isn't expected.

Adds the library to perform redaction on text using the Arcjet sensitive info primitive. Redaction is performed by creating a `RedactionSession` object with the configuration that you want to use,...

Refactors wasm loading so that the `analyze` package only exports an initialisation function. This greately reduces the amount of code duplication, because we don't need functions per-wasm function per-runtime. Closes...

Structured errors have come up as something that could be useful to our users. One example of where this would be useful is if a user wants to return a...

We want to add an example to ensure that this continues to work correctly in to the future. We also need to check that it works correctly if body parsing...

All of the examples are currently used to ensure that specific functionality works, and we also test that they build correctly to ensure that we haven't broken types. It shouldn't...

We should include a link to the Arcjet docs for the redact library once they're live on our docs site.

Currently we release a new version of each package at the same time whenever one of these change, however this could be undesirable for packages that are unrelated to each...