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 Exploit.vulnerable_version? and #vulnerable_version? methods #151

Closed
2 tasks done
postmodern opened this issue Dec 12, 2024 · 1 comment
Closed
2 tasks done
Assignees
Labels
Milestone

Comments

@postmodern
Copy link
Member

postmodern commented Dec 12, 2024

Now that Exploit.software_versions returns an Array of Support::Software::VersionRange objects, it should be easy to determine if a given version is vulnerable or not. Two methods should be added:

  • Exploit.vulnerable_version?
  • Exploit#vulnerable_version?
@postmodern postmodern added this to the 1.2.0 milestone Dec 12, 2024
@postmodern postmodern self-assigned this Dec 12, 2024
@postmodern
Copy link
Member Author

Impelemented by b42b5ec.

@postmodern postmodern changed the title Add a Exploit.vulnerable_version? method Add a Exploit.vulnerable_version? and #vulnerable_version? methods Dec 13, 2024
@postmodern postmodern changed the title Add a Exploit.vulnerable_version? and #vulnerable_version? methods Add Exploit.vulnerable_version? and #vulnerable_version? methods Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant