Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Filigran eXtended Threat Management 版本历史 - 7 个版本

Filigran eXtended Threat Management 作者: Filigran

评分 5 / 5
5 / 5 星
5
2
4
0
3
0
2
0
1
0
Filigran eXtended Threat Management 版本历史 - 7 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 0.0.22

    发布于 2026年3月13日 - 2.22 MB
    适用于 firefox 115.0 及更高版本
    Filigran XTM Browser Extension v0.0.22
    Fixed
    Panel Stays Open on Page Interaction: The floating panel no longer auto-closes when clicking on the webpage, allowing users to copy/paste content while keeping their place in the workflow (e.g. report creation) (#86)
    Added
    Workflow State Persistence: Panel workflow state (current mode, container form, scan results, platform selection) is now persisted to session storage. If the panel is explicitly closed and reopened, the in-progress workflow is automatically restored. State expires after 30 minutes and is cleared when a workflow completes

    源代码遵循 Apache 许可证 2.0 发布

    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 0.0.21

    发布于 2026年3月7日 - 2.22 MB
    适用于 firefox 115.0 及更高版本
    Filigran XTM Browser Extension v0.0.21
    Added
    Local PDF File Support: Extension can now scan local PDF files opened via file:// protocol when "Allow access to file URLs" is enabled in browser extension settings
    Fixed
    AI Configuration Detection: Fixed AI settings always showing as unconfigured in the popup due to reading the wrong property key (aiSettings instead of ai)
    Close Button in Floating Mode: The panel close button now properly hides the floating panel by sending XTM_CLOSE_PANEL to the parent content script
    PDF Highlight Click: Clicking a highlighted entity in the PDF scanner no longer inadvertently closes the panel (added stopPropagation)
    PDF Background Click Selector: Fixed incorrect CSS selector in the PDF scanner that prevented proper click-outside-to-close behavior
    Theme Default Consistency: Aligned the default theme between storage.ts and settings.ts to 'dark'
    Stale PDF URL in Message Handler: Fixed XTM_GET_PDF_CONTENT handler using a potentially stale closure instead of the ref
    Missing Error Handling: Added .catch() to clearHighlights sendMessage call to prevent unhandled promise rejections
    Payload Validation: Added Array.isArray() check for ADD_AI_ENTITIES_TO_PDF payload to prevent runtime errors on malformed messages
    useEffect Dependency: Fixed scanAndShowPanelRef sync effect running on every render instead of only when dependencies change
    Changed
    Deduplicated Entity Value Extraction: Replaced inline entity value extraction patterns across PDF scanner components with the shared getEntityValue() helper
    Redundant Code Cleanup: Removed redundant platformId || platformId assignments in panel and entity views

    源代码遵循 Apache 许可证 2.0 发布

    下载文件
  • 版本 0.0.20

    发布于 2026年2月17日 - 2.09 MB
    适用于 firefox 115.0 及更高版本
    Filigran XTM Browser Extension v0.0.20
    Added
    Inline Entity Editing: Scan result entities can now be edited directly in the results list. Click the pencil icon to modify the entity name/value and type (e.g., change "Salvador" to "El Salvador" and "City" to "Country"). Includes a "Reset to default" button to revert to the originally detected values
    Editable Selected Text: The "Add to scan results" view now allows editing the selected text before adding it as an entity, instead of displaying it as read-only
    Expanded Entity Type Selection: Added "City" and "Region" to the selectable entity types for manual entity creation and inline editing
    URL Auto-Protocol: Platform URLs without a protocol prefix now automatically get https:// prepended during normalization, preventing connection failures from missing protocol (#37)
    Changed
    Resizable Description Field: The container description text area now auto-grows with content (from 4 to 16 rows) instead of being fixed at 4 rows, making it easier to review and modify longer descriptions (#56)
    OpenAI Model Compatibility: The AI client now correctly handles different OpenAI model generations — legacy models (GPT-3.5, GPT-4) use max_tokens, modern models (GPT-4o, o-series) use max_completion_tokens, and reasoning models (o1, o3) skip the unsupported temperature parameter (#32)
    Custom AI Provider Setup: Custom AI provider no longer requires the model name at configuration time; validation is deferred to generation time. Test connection now properly sends the custom base URL and model for accurate endpoint validation
    Fixed
    AI Entity Extraction on PDFs: Fixed AI-extracted entities from PDFs not displaying or being integrated into the entity list (#31). The panel was gating entity addition on DOM highlighting success, which always fails for PDFs since text is canvas-rendered. AI entities are now directly added to the list and broadcast to the PDF scanner for canvas-based highlighting
    URL Trailing Punctuation: URLs and domain names no longer include trailing full stops, commas, or other sentence punctuation that was incorrectly captured from surrounding text (e.g., https://example.com. at the end of a sentence is now correctly detected as https://example.com) (#56)
    URL Normalization: Consolidated scattered URL normalization logic (trailing slash removal, whitespace trimming) into a shared normalizeUrl() utility used across platform clients, options page, setup wizard, and entity URL builder (#37)
    Panel Scrolling: Fixed panel content area not scrolling properly in certain views by changing overflow behavior from hidden to auto

    源代码遵循 Apache 许可证 2.0 发布

    下载文件
  • 版本 0.0.19

    发布于 2026年1月23日 - 2.09 MB
    适用于 firefox 115.0 及更高版本
    Filigran XTM Browser Extension v0.0.19
    Added
    New TLD Support: Added .me and .company TLDs for domain detection, enabling detection of domains like example[.]me and example[.]company commonly seen in threat intel reports
    Fixed
    IOC List Highlighting: Fixed partial highlighting of defanged observables in IOC lists (e.g., on threat intel blog posts). When multiple observables exist in the same text node, all occurrences are now properly highlighted. The fix deduplicates matches by position, sorts for proper DOM traversal order, and applies highlights from end to start to prevent node reference invalidation
    First IOC Not Highlighted: Fixed first domain in IOC lists not being highlighted when preceded by a sentence ending with a period (e.g., "Sinkholed by MSTIC." followed by "sopatrasoftware[.]net"). The boundary checker now correctly recognizes DOM text node boundaries, so punctuation from a previous paragraph doesn't incorrectly reject the first item as being "inside an identifier"
    PDF IOC Highlighting: Applied same highlighting fix to PDF scanner for consistent behavior when multiple entities appear in the same text region
    URL Path File Detection: Fixed incorrect detection of filenames at the end of URLs (e.g., public-index.7162a3fd.js in hxxps://account.proton.me/assets/static/public-index.7162a3fd.js). Files following a / in a URL path are no longer detected as separate entities

    源代码遵循 Apache 许可证 2.0 发布

    下载文件
  • 版本 0.0.18

    发布于 2026年1月7日 - 2.08 MB
    适用于 firefox 115.0 及更高版本
    Filigran XTM Browser Extension v0.0.18
    Changed
    Scenario Creation UX: After clicking "Generate Scenario with AI", users are now redirected to step 2 (inject selection) instead of being stuck on step 1
    Fixed
    Panel Mode Cancel Button: Fixed "Cancel" button not working in Create Scenario when using panel mode
    AI Inject Selection: Fixed "Select using AI" button in Create Scenario not selecting any injects. The AI prompt now properly includes attack pattern IDs and available inject information for accurate matching

    源代码遵循 Apache 许可证 2.0 发布

    下载文件
  • 版本 0.0.17

    发布于 2025年12月27日 - 2.08 MB
    适用于 firefox 115.0 及更高版本

    源代码遵循 Apache 许可证 2.0 发布

    下载文件
  • 版本 0.0.16

    发布于 2025年12月23日 - 2.08 MB
    适用于 firefox 115.0 及更高版本

    源代码遵循 Apache 许可证 2.0 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。