issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Go language:Java
Filter by
39M results
1.添加账户的时候,增加socks5功能,这样以防所有的账户都从同一个出口ip导致被封禁
2.增加对cursor,反重力,kiro 的支持力度
Describe the issue
TransactionStore.QueryTransactions filters transactions with (sender_eid = X OR recipient_eid = Y) (built by
HasTransactionParams in token/services/storage/db/sql/common/tcondition.go), ...
概要
コピーボタンのクリック処理(view.js)で document.execCommand( copy ) を使用していますが、 この API は MDN
でも非推奨(deprecated)とされており、将来のブラウザバージョンで動作しなくなる可能性があります。
現状
src/simple-copy/view.js の copyToClipboard() 関数が document.execCommand( ...
作業中
概要
Presidio の MEDICAL_LICENSE 相当の日本版。医療・健康保険に関する番号を検出する。
検出対象
| 種別 | 形式 |
| --- | --- |
| 健康保険証番号 | 8桁数字 |
| 被保険者番号 | 都道府県コード + 記号 + 番号 |
| 医師免許証番号 | 6桁数字 |
実装方針
- コンテキストワード(「保険証」「被保険者」「医師免許」等)との組み合わせで検出 ...
enhancement
Platform
Windows
Desktop Environment
N/A (not a Linux user)
Display Server
N/A (not a Linux user)
Wox Version
V2.2.0
Description
只能使用ctrl+V粘贴内容 使用不方便,请问这个问题有记录吗
概要
Presidio の DATE_TIME recognizer 相当。生年月日はPIIの中でも重要な属性。
検出対象
1990年4月1日
1990/04/01
1990-04-01
April 1, 1990
実装方針
- 日付フォーマットはすべて [DATE_1] に統一
- 「生年月日」「誕生日」「Birthday」等のコンテキストワードがある場合のみ検出(誤検出抑制) ...
enhancement
概要
Presidio が対応しているウォレットアドレス検出を Regex のみで実装する。
検出対象
| 種別 | 形式 | 例 |
| --- | --- | --- |
| Bitcoin (Legacy) | 1 または 3 + Base58 (25-34文字) | 1A1zP1eP5QGefi2DMPTfTL5SLmv7Divf4 |
| Bitcoin (Bech32) | bc1 ...
enhancement
Title: Deprecate and Remove the dbt Plugin from Backend Components
Description
Following an internal review of the project s attack surface and current deployment guidelines (per our Authentication
and ...
type/refactor
概要
Presidio の US_PASSPORT 相当。日本と米国のパスポート番号を検出する。
形式
| 国 | 形式 | 例 |
| --- | --- | --- |
| 日本 | アルファベット2文字 + 数字7桁 | AB1234567 |
| 米国 | 数字9桁 | 123456789 |
正規表現案
{ category: PASSPORT , pattern: /\b[A-Z]{2}\d{7}\b/g ...
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.