This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Privacy Policy for CVE Intelligence Finder | |
| Last Updated: November 18, 2025 | |
| OVERVIEW | |
| This custom GPT ("CVE Intelligence Finder") is a personal project designed to help security professionals search and retrieve publicly available Common Vulnerabilities and Exposures (CVE) information from government and public databases. | |
| DATA COLLECTION | |
| This GPT does not collect, store, or retain any personal information. All interactions are processed through OpenAI's ChatGPT platform, which is governed by OpenAI's privacy policy at https://openai.com/policies/privacy-policy | |
| The GPT processes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Privacy Policy for CVE Intelligence Finder | |
| Last Updated: November 18, 2025 | |
| OVERVIEW | |
| This custom GPT ("CVE Intelligence Finder") is a personal project designed to help security professionals search and retrieve publicly available Common Vulnerabilities and Exposures (CVE) information from government and public databases. | |
| DATA COLLECTION | |
| This GPT does not collect, store, or retain any personal information. All interactions are processed through OpenAI's ChatGPT platform, which is governed by OpenAI's privacy policy at https://openai.com/policies/privacy-policy | |
| The GPT processes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Privacy policy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'pipeline/tasks/base_task' | |
| require 'pipeline/util' | |
| require 'nokogiri' | |
| class Pipeline::NikitoScanner < Pipeline::BaseTask | |
| Pipeline::Tasks.add self | |
| include Pipeline::Util | |
| def initialize(trigger, tracker) | |
| super(trigger, tracker) | |
| @name = 'NiktoScanner' |