hlovdal

Results 39 issues of hlovdal

Even if gcc failed with errors for some of the files compiled for unit test, the test would still be reported as successful. This is fixed by properly increasing `@failure_count`....

question

Starting up docker image ```text ntop/nprobe stable b78c3cce5f23 7 weeks ago 703MB ``` produces the following log message... ```text ntopng-1 | 27/Mar/2024 18:40:44 [nprobe.c:5387] WARNING: Invalid license (/etc/nprobe.license) [Missing license...

The following might mainly be problems with tools outside of this repository, however the claims * "There aren't currently any changes needed before moving between these versions." * "There aren't...

I am missing a reference to [SDL/Z.100](https://en.wikipedia.org/wiki/Specification_and_Description_Language) between OMT and UML. This was heavily used in the telecom industry in the 80's/90's.

### TL;DR If you get error `Error in bail mode: Error: callback(): The callback was already called` when running `npm run build` then you need to set the `NODE_OPTIONS` environment...

[`azuredevops/src/Tasks/dependency-check-build-task/dependency-check-build-task.ts`](https://github.com/dependency-check/azuredevops/blob/main/src/Tasks/dependency-check-build-task/dependency-check-build-task.ts) contains ```typescript await console.log('Downloading ZIP from "' + zipUrl + '"...'); ... tl.rmRF(zipLocation); ``` however this file removal is not unlikely to fail if an anti-virus program is currently...

https://github.com/npm/node-semver/blob/main/CHANGELOG.md https://github.com/advisories/GHSA-c2qf-rxjj-qqgw ```shell $ npm audit # npm audit report semver 7.0.0 - 7.5.1 Severity: moderate semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw fix available via `npm...

If using node.js version 10 then [node-sass versions](https://github.com/sass/node-sass/releases) prior to v4.8.0 will fail to run (v4.10.0 is the latest). Thus currently any project that uses rebuild-node-sass are unable to update...