You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Black Duck reports a security vulnerability in markdown-it 12.3.2 which is used in our project, matching the version identifier for markdown-it in pidoc/core, ^12.0.6.
It is reported to be fixed with markdown-it 13.0.2.
Could you please update the dependencies accordingly?
pidoc/core 0.18.0
CWE-400, CWE-835
The text was updated successfully, but these errors were encountered:
With latest pidoc/core 0.18.1 I am getting a type error with flexsearch:
ERROR in ./src/codegen/search.codegen
Module build failed (from ../../parcel-codegen-loader/lib/index.js):
TypeError: FlexSearch is not a constructor
at createSearch (<projectdir>\node_modules\@pidoc\core\src\tools\search.js:8:17)
Black Duck reports a security vulnerability in markdown-it 12.3.2 which is used in our project, matching the version identifier for markdown-it in pidoc/core, ^12.0.6.
It is reported to be fixed with markdown-it 13.0.2.
Could you please update the dependencies accordingly?
pidoc/core 0.18.0
CWE-400, CWE-835
The text was updated successfully, but these errors were encountered: