-
## Version **6.5.1** of **[carbon-components-react](https://github.com/carbon-design-system/carbon-components-react)** was just published.
Branch
Build failing 🚨
…
-
### What should we change and why?
The [ESEF reporting manual](https://www.esma.europa.eu/sites/default/files/library/esma32-60-254_esef_reporting_manual.pdf) has been updated for 2023. The followi…
-
### Version
v4.37.5
### Deployment Method
Docker
### Reverse Proxy
NGINX
### Reverse Proxy Version
2.10.3
### Description
Authelia smtp notifier is building multipart MIME messages using…
-
I think 14.4.1 should be 3 requirements:
* All have content type
* Specify safe encoding
* Actual content type must match header
It currently is this:
| # | Description | L1 | L2 | L3 | CWE |…
-
Sending the following request in a chrome browser will generate a boundary request with only delimiter-line.
```javascript
const formData = new FormData();
const request = new Request('http://127…
-
There is a new [SMTP smuggling attack published recently](https://sec-consult.com/blog/detail/smtp-smuggling-spoofing-e-mails-worldwide/).
It involves the server incorrectly parsing the end of DATA…
-
When Mail::Message::Body::Multipart reads and prints a multipart body, if the body ends with a close-delimiter, a CRLF, and an empty epilogue, the CRLF is not preserved.
A multipart body without a …
-
Hi there!
We've figured out that inbound email processing of emails sent through Apple Mail app (tested on macOS) resulted on inline attachments (like images) not being taken into account at all by…
-
According to [RFC 2046](https://datatracker.ietf.org/doc/html/rfc2046#section-5.1), the Body of a multipart request must not be empty. However, http.Client's auto-redirect uses the same Content-Type, …
-
There doesn't seem to be a registered MIME Type for TOML - are there any plans to register one?
From some quick google searching I see one use of `text/x-toml`, but I'd suggest `application/toml` a…