Richard Gomez

Results 101 issues of Richard Gomez

In certain circumstances it is desirable or necessary to omit a property from the generated converter. For example, the following Kotlin DataObject will not compile successfully: ```kotlin @DataObject(generateConverter = true)...

As per #211, the `@DataObjectProperty` annotation enables custom naming on a per-property basis. e.g. ```java @DataObjectProperty("listOfFoo") private List fooList; @DataObjectProperty("map-of-bar") private Map barMap; @DataObjectProperty("string_of_baz") private String bazString; ```

to review

I stumbled upon some typos while creating another PR. This is just a small update to fix those few miscellaneous typos.

to review

It's currently possible to create an 'invalid' Maven purl because it doesn't validate the namespace. https://github.com/package-url/packageurl-js/blob/6ca60fc79cbbae7665cfedc4bc3a640e07fffea3/src/package-url.js#L53 This functionality is included in the Java package, so presumably we want parity with...

### Description: This PR adds a detection for [Azure Active Directory client secrets](https://learn.microsoft.com/en-us/microsoft-365/compliance/sit-defn-azure-ad-client-secret). Outdated issue; I've removed the allowlist > **Warning** > For some reason the generator does not apply...

### Description: This fixes #1209 and fixes #1226. I realize there are some significant changes that may qualify as "breaking" changes. Up to you whether you think this is worthwhile....

**Describe the solution you'd like** Gitleaks relies on [a core set of regex patterns](https://github.com/gitleaks/gitleaks/blob/06db3b91d7495a39caf0d922aef5fee0118e7538/cmd/generate/config/rules/rule.go#L18-L28) that are mysterious and _seem to work well enough_, but may in fact have some blind...

enhancement

While creating an issue I noticed that the links in "Your Account Type" are all broken (return a 404): - [Wire Pro Account](https://wire.com/products/pro-secure-team-collaboration/) - [Wire Enterprise Account](https://wire.com/products/enterprise-collaboration/) - [Wire Red...

type: bug / fix 🐞

## What steps will reproduce the problem? When using the Wire web and desktop apps, the message list and conversation elements are 'artificially' restricted to 800px. This leaves a lot...

type: bug / fix 🐞