Skip to content

Instantly share code, notes, and snippets.

View shadsidd's full-sized avatar

Shadab Siddiqui shadsidd

View GitHub Profile
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:
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:
Privacy policy
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'