milux

Results 14 issues of milux

This patch tries to introduce "advanced rendering" into DataTables. "Advanced" is meant to express that the (display) render function is not limited to just returning the new content of a...

The following is a false-positive, because the flagged code provides a backwards-compatible CSRNG: ``` FILE: .../wordpress/wp-content/plugins/cloudflare/vendor/cloudflare/cloudflare-plugin-backend/src/SecurityUtil.php ---------------------------------------------- FOUND 2 ERRORS AFFECTING 1 LINE ---------------------------------------------- 16 | ERROR | Extension 'mcrypt'...

This fix enables native Wayland on modern Linux distributions. This is especially important when using **fractional scaling on HiDPI displays**, as RocketChat is blurry there and looks somewhat :hankey:y... The...

There's a bug in your main script in line 99. It reads `answer = dns.resolver.query(domain, record_type)`, but should be `answer = resolver.query(domain, record_type)`, because then it uses the resolver object...

This issue is somewhat related to https://github.com/International-Data-Spaces-Association/ids-specification/issues/50, yet more specific. This specification currently mentions security tokens multiple times, also stating that `OAuth` or `did:web` might be good candidates for such...

- New test certificates - Updated to node build tool to Yarn 4 - Updated JVM dependencies (gradle) - Updated web UI dependencies (Angular/Yarn)

Implements support for remote attestation using CMC (container measurement component).

Replace the existing MapDB-based settings storage by the mechanisms of Spring Boot (i.e. configuration based on property files and/or environment variables).

enhancement

Currently, the SecurityToken/DAT is defined as a mandatory field for all IDS message classes. This perfectly makes sense for MIME/Multipart and IDS-LDP due to statelessness, but does **not** make sense...

enhancement
breaking change

This PR implements parsing and codegen for recursive `$ref`s. It requires https://github.com/pwall567/json-kotlin-schema/pull/20 or another patched version of `json-kotlin-schema` that properly creates cyclic schema objects. The cycle detection strategy is not...