ex_wpvulndb v0.2.0 ExWpvulndb.Core View Source

GETting vulnerabilities affecting WordPress core.

Link to this section Summary

Functions

Get all of the vulnerabilities that affect a particular WordPress core version

Link to this section Functions

Link to this function get_by_version(version) View Source
get_by_version(String.t()) :: tuple()

Get all of the vulnerabilities that affect a particular WordPress core version.

WP version should be given in either formats 4.8.3, or without dots, 483.

The function will transform versions given in the dotted format to the one without dots.