npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

eoapi-opendlp

v0.0.12

Published

OpenDLP detect API sensitive words to make your API more secure

Downloads

38

Readme

openDLP API敏感数据发现

简介

Eoapi 中的 openDLP 插件基于 openDLP 开源项目,针对 Eoapi 场景实现了敏感 API 发现功能,通过扫描 API 文档,识别该API 是否可能是一个涉及敏感数据的 API。

目前内置支持 17 类敏感数据类型,可以通过自定义正则支持更多类型的识别。对于有地区和语言差异的类型,目前都是支持中国大陆地区、简体中文。具体敏感数据类型如下:

  1. 人名
  2. 身份证号
  3. 护照号
  4. 银行卡号
  5. 车牌号
  6. 电子邮箱
  7. 邮政编码
  8. 移动手机号码
  9. 固定电话号码
  10. 地址
  11. 公司名
  12. 统一社会信用代码
  13. 日期
  14. 域名
  15. IPv4 地址
  16. IPv6 地址
  17. MAC 地址

如何使用

openDLP部署

  1. 从 Dockerhub 上拉取镜像:docker push longice/opendlp-eoapi:1.0.0

  2. Docker 部署镜像。

插件使用

  1. 配置 OpenDLP 服务地址
  2. 在 API 详情页点击扫描 API 敏感词
  3. 显示当前文档敏感词扫描结果