Socket
Socket
Sign inDemoInstall

@snyk/error-catalog-nodejs-public

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/error-catalog-nodejs-public - npm Package Compare versions

Comparing version 5.5.0 to 5.5.1

2

package.json
{
"name": "@snyk/error-catalog-nodejs-public",
"version": "5.5.0",
"version": "5.5.1",
"type": "commonjs",

@@ -5,0 +5,0 @@ "author": "snyk.io",

@@ -43,3 +43,3 @@ /*

InconsistentVendoring: string;
UnsupportedExternalFileGenerationSCM: string;
UnableToAccessPrivateDeps: string;
MissingRequirementFromPom: string;

@@ -46,0 +46,0 @@ UnableToResolveValueForProperty: string;

@@ -45,3 +45,3 @@ /*

InconsistentVendoring: 'SNYK-OS-GO-0005',
UnsupportedExternalFileGenerationSCM: 'SNYK-OS-GO-0006',
UnableToAccessPrivateDeps: 'SNYK-OS-GO-0007',
MissingRequirementFromPom: 'SNYK-OS-MAVEN-0001',

@@ -48,0 +48,0 @@ UnableToResolveValueForProperty: 'SNYK-OS-MAVEN-0002',

@@ -349,7 +349,13 @@ /*

* @class
* @name UnsupportedExternalFileGenerationSCMError
* @description Snyk currently does not support external file generation in your project. This limitation is due to Snyk's lack of visibility into the third-party generator tools you may be using and the specific commands required to generate these files.
* @name UnableToAccessPrivateDepsError
* @description The Go tool encountered a `DepsError` while trying to download a private dependency. Private repositories that are not accessible to the public internet, and this not available on the official Go proxy mirror, are cloned with a version control system and built on-demand.
* This requires the VCS to have the correct access rights to that repository.
*
* Snyk can only work with the files available in your repository and does not have insight into the generation process for external files.
* @summary Unsupported external file generation
* Snyk supports private repositories hosted on the same organization and the project being scanned for vulnerabilities. The authentication Snyk uses, is the same as the one you have used with your Snyk integration to the same repository.
*
* If those credentials are not allowed to access the private dependency being requested, this error is thrown.
*
* See more:
* - [https://go.dev/ref/mod#vcs](https://go.dev/ref/mod#vcs)
* @summary Authorization problem with private dependencies
* @category OpenSourceEcosystems

@@ -362,3 +368,3 @@ * @param {string} details the specific details that causes this error

*/
export declare class UnsupportedExternalFileGenerationSCMError extends ProblemError {
export declare class UnableToAccessPrivateDepsError extends ProblemError {
constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string);

@@ -365,0 +371,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc