Severity
High
Description
Contains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Suggestion
Publish the HTTP URL dependency to npm or a private package repository and consume it from there.
Packages with this issue
socket.io protocol parser
Client for the realtime Engine
browser-side require() the node way
Static analysis tool for JavaScript
Package to aggregate shared logic and dependencies for the IPFS ecosystem
An interface to the Apple Push Notification service for Node.js
Performance Profiler and Monitor
```typescript // 在vue中 this.$store.state.Auth.Rule // 在ts中 store.state.Auth.Rule ``` ### 判断权限 ```typescript // Rule.Cur标识当前企业 /** * 权限对象 */ export default class URule { /** * 用户UID */ UID: number = 0 /** * 企业编号 */ GID: number = 0