Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VulDB Spider #23

Merged
merged 3 commits into from
Jul 30, 2022
Merged

Add VulDB Spider #23

merged 3 commits into from
Jul 30, 2022

Conversation

chaymae-jhr
Copy link
Collaborator

Description

  • Add VulDB Spider.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Docs Update
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@chaymae-jhr chaymae-jhr changed the title Spiders/vuldb Add VulDB Spider Jul 30, 2022
@sonarcloud
Copy link

sonarcloud bot commented Jul 30, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@chaymae-jhr chaymae-jhr merged commit c79ae4a into main Jul 30, 2022
@chaymae-jhr chaymae-jhr deleted the spiders/vuldb branch July 30, 2022 23:48
@karimhabush karimhabush linked an issue Jul 30, 2022 that may be closed by this pull request
karimhabush added a commit that referenced this pull request Aug 10, 2022
* Fix encoding error

* Automatic update with GitHub Actions

* Fix encoding error in CISA

* Update CISASpider.py

* Automatic update with GitHub Actions

* Create LICENSE

* Update main.yml

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Fix ZDISpider Date column

* Automatic update with GitHub Actions

* Remove encode decode methods in mdtemplate

* Automatic update with GitHub Actions

* Fix link selector not getting links correctly

* Automatic update with GitHub Actions

* Add temporary link to IBMCloud

* Automatic update with GitHub Actions

* Limit number of data to seven

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Add logo

* Update README

* Update README

* Change image

* Update README and docs

* Update README and docs

* Update README and docs

* Automatic update with GitHub Actions

* Update README

* Update README

* Fix error in header encoding

* Fix error in header encoding

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Create Dependabot.yml for automatic version updates

* Bump python-dotenv from 0.19.2 to 0.20.0

Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v0.19.2...v0.20.0)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump scrapy from 2.5.1 to 2.6.2

Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.5.1 to 2.6.2.
- [Release notes](https://github.com/scrapy/scrapy/releases)
- [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst)
- [Commits](scrapy/scrapy@2.5.1...2.6.2)

---
updated-dependencies:
- dependency-name: scrapy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump requests from 2.27.1 to 2.28.1

Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.1.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.27.1...v2.28.1)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump coverage from 6.3.2 to 6.4.2

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.2 to 6.4.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.3.2...6.4.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump selenium from 3.141.0 to 4.3.0

Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 3.141.0 to 4.3.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-3.141.0...selenium-4.3.0)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Revert "Bump selenium from 3.141.0 to 4.3.0"

* Automatic update with GitHub Actions

* Add OBS Vigilance Spider (#20)

* Add OBS Vigilance Spider

* Automatic update with GitHub Actions

Co-authored-by: karimhabush <37211852+karimhabush@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>

* Automatic update with GitHub Actions

* Add VulDB Spider (#23)

* Add OBS Vigilance Spider

* Add VulDB spider

Co-authored-by: karimhabush <37211852+karimhabush@users.noreply.github.com>

* Automatic update with GitHub Actions

* Remove the ugly logo 🙂

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

* Automatic update with GitHub Actions

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chaymae-jhr <67756131+chaymae-jhr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add vuldb recent reported vulnerabilities
2 participants