-
### Current Behavior
After upgrading to DependencyTrack 4.11.0 we started getting validation errors when uploading an SBOM to DependencyTrack. Specifically we're getting the following result back:
…
-
**Describe the bug**
IDTA-01001-3-0
Part 1 uses https://www.w3.org/TR/xmlschema-2/ and NOT https://www.w3.org/TR/xmlschema11-2/ or https://www.w3.org/TR/xmlschema11-1
Update of links is incons…
-
Because of [this code](https://github.com/networknt/json-schema-validator/blob/4f3345bfb8596e6011da48f9625f59ac5dc5251f/src/main/java/com/networknt/schema/format/AbstractRFC3986Format.java#L16), "http…
marob updated
4 months ago
-
I would like to use `indexed_gzip` to download only the relevant portions of a `.gz` file via a ranged `GET` request. I understand that you cannot use `indexed_gzip` to download and decompress from an…
-
In the specification, `g7:WWW` is defined only as having a URL payload, with no indication of what it means in context. The [specification text](https://gedcom.io/specifications/FamilySearchGEDCOMv7.h…
-
PathType is defined on page 97 as:
Identifier
Note: for any string conformant to RFC8089, the "file" URI scheme (for relative and absolute file paths) applies.
Exmaples:
./Specification.pdf
f…
-
As a wiki author working in a language with a non-Latin script, I want to be able to link to a page like `[[Гильдии]]` (the equivalent of `[[Guilds]]` in Russian). Currently wiki strips out all the no…
-
Hi all,
is anyone else facing a blank screen with their webpage? I solved the baseDomain issue and things seem to work yesterday, but now the notion page is not appearing anymore.
I have the foll…
-
A fundamental issue with the way nix works is that updating a package with many dependencies will result in a mass rebuild, with subsequent cache.nixos.org storage cost, and for the users, mass downlo…
-
The `new URL()` constructor currently requires at least one of its arguments to be an absolute URL.
```js
new URL('./page.html', 'https://site.com/help/'); // OK
new URL('./page.html', '/help/')…