-
Vulnerable Library - karma-5.2.3.tgz
Spectacular Test Runner for JavaScript.
Library home page: https://registry.npmjs.org/karma/-/karma-5.2.3.tgz
Path to dependency file: /angular/package.json
Path…
-
Hi, @squaremo @xamgore, I stumbled upon a vulnerability introduced by package **url-parse@1.4.7**:
### Issue Description
When I build my project, I note that **_amqplib@0.5.6_** directly depends on …
-
### Description
discovered while debugging CI issues in https://github.com/carbon-design-system/carbon-web-components/runs/5159001396?check_suite_focus=true
running `yarn test:unit` seems to gener…
-
Hi. My project doesn't directly use log4js but we do want to make sure that a `logger` argument we take is compatible with `log4js` objects, so [our test suite](https://github.com/apollographql/apollo…
-
According to https://github.com/log4js-node/log4js-node/blob/master/docs/layouts.md#pattern-format the pattern options are:
> `%d` date, formatted - default is `ISO8601`, format options are: `ISO86…
-
With the log4js pattern:
pattern: "ISO8601_WITH_TZ_OFFSET %[%d{ISO8601_WITH_TZ_OFFSET}] ISO8601 %[%d{ISO8601}] %p %c -%] %m%n"
And testing code:
datelogger = require('log4js').getLogger('date…
-
I'm sure that a github issue is not the appropriate place for this, so I apologize, but I can't find any other place to ask the question.
I know that reloading on config file changes has been remov…
-
## CVE-2017-1000048 - High Severity Vulnerability
Vulnerable Library - qs-6.2.3.tgz
A querystring parser that supports nesting and arrays, with a depth limit
Library home page: https://registry.npmj…
-
The README content does not seem to be displayed there, which I assume you want?
-
I'm trying to output log messages to different appenders based on their log level. To achieve this, I'm using one appender to output `error` messages to a file and a second appender to log everything …