Tina Müller (tinita)
Tina Müller (tinita)
With this you can run openQA in a browser. - Related ticket: https://progress.opensuse.org/issues/87695
It started to fail in openSUSE Tumbleweed about two weeks ago, maybe an issue with a dependency that changed its output? https://build.opensuse.org/package/live_build_log/devel:languages:perl/perl-DBD-MariaDB/openSUSE_Tumbleweed/x86_64 ``` [ 6s] [156/170] cumulate libmariadb3-3.3.10-1.1 [ 6s]...
I think it should at least be stated on the website that this is using a very old version of PyYAML, seemingly 3.10? There have been quite some bug fixes...
### Summary Call `sass` with the `--trace` option to get a backtrace in case of an error. ### Motivation Sometimes there are errors like this: TypeError: String can't be coerced...
### Summary This PR will use sassc if `MOJO_PLUGIN_ASSETPACK_SASSC` is set. ### Motivation ruby's sass is officially abandoned, and it has problems with some css files, for example the latest...
Since many people complain about the defaulting to folded single quotes when a string has line breaks, I opened this PR for discussion. * #240 It will now output stinggs...
The following CVEs I do not consider as vulnerabilties: * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35326 https://github.com/idhyt/pocs/blob/main/libyaml/CVE-2024-35326.c * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35328 https://github.com/idhyt/pocs/blob/main/libyaml/CVE-2024-35328.c * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35329 https://github.com/idhyt/pocs/blob/main/libyaml/CVE-2024-35329.c They are all missing to initialize structs with the according proper functions...
The following CVE is a misuse of the libyaml API: * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-35325 https://github.com/idhyt/pocs/blob/main/libyaml/CVE-2024-35325.c I can copy the relevant part of the code: ``` void poc() { yaml_document_t document; memset(&document, 0,...
Issue: https://progress.opensuse.org/issues/168400
Developer console showed me this error: Pattern attribute value ^[A-Za-z0-9-_]+$ is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /^[A-Za-z0-9-_]+$/v: Invalid character class Apparently dashes have to be...