Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@ourea/doraemon-kit
Advanced tools
注意 对vuex 的版本需要在 @3.4.0
oauth 文档 dictionary 文档
1.0.29 添加添加token单点登录的接口
1.0.31 验证码登录
UPDATE_CAPTCHA_KEY
UPDATE_CAPTCHA_CODE
两个 mutation
,请求头新增 Captcha-Key
、Captcha-Code
两个请求头信息。 // 获取到验证码 Key 后调用 UPDATE_CAPTCHA_KEY 更新 Key
this.$store.commit('doraemon/oauth/UPDATE_CAPTCHA_KEY', key)
// 输入验证码后,后调用 UPDATE_CAPTCHA_CODE 更新 Code,Base64 已自动加密
this.$store.commit('doraemon/oauth/UPDATE_CAPTCHA_CODE', code)
FAQs
> 注意 对vuex 的版本需要在 @3.4.0
We found that @ourea/doraemon-kit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.