JanHoefelmeyer
JanHoefelmeyer
In addition to https://github.com/moinwiki/moin/issues/1298: Converting to Docbook seems to fail in general with no further info given. There also seem to be some general errors when converting that pop up...
As indicated in https://github.com/PaesslerAG/jsonpath/issues/38, Gval has trouble evaluating some JSONPath expressions since its syntax in that point conflicts with Go syntax: Strings in Go are portrayed by double-quotes "..." and...
Solves https://github.com/PaesslerAG/gval/issues/97. Creates a new Scanner if an option was set which is able to parse single-quoted strings as strings. The default behavior if this option was not used is...
Solves https://github.com/PaesslerAG/jsonpath/issues/38. This PR allows JSONPath to evaluate single-quoted strings if https://github.com/PaesslerAG/gval/pull/98 is merged. Tests have been adjusted to match new behaviour as well.
Currently, when trying to parse strings using single quotes **'**, the tool will return a syntax error. This is not according to the JSONPath standard (see [here](https://github.com/json-path/JsonPath#operators)) and also not...
Looking at e.g. https://github.com/csaf-poc/csaf_distribution/blob/main/csaf/generate_cvss_enums.go, this will generate another file using the MIT License. Should generated files also use the Apache2.0 License and should this be changed as a part of...
To allow for easier testing, we should evaluate the test coverage of the code, find a way to automate it and raise it to at least 75% if necessary.
Currently, this repository doesn't have the proper licensing information, see the output of [reuse lint](https://reuse.software/): # UNUSED LICENSES The following licenses are not used: * LicenseRef-Go119-BSD-Patentgrant # MISSING COPYRIGHT AND...
Requirement 13 states: The file changes.csv MUST contain the filename **as well as the value of /document/tracking/current_release_date for each CSAF document** in the sub-directories without a heading; lines MUST be...
To reproduce: On a fresh Ubuntu 20.04 instance (or comparable), execute the scripts in order as indicated in docs/scripts/Readme.md. To check: Execute the checker with access to the ROLIE feeds...