Map between CVE and bugzilla numbers.
More...
#include <CveBscMap.h>
Map between CVE and bugzilla numbers.
◆ CveBscMap()
| SlCVEs::CveBscMap::CveBscMap |
( |
const std::filesystem::path & |
cve2Bugzilla | ) |
|
Create a new CveBscMap map from cve2Bugzilla.
- Parameters
-
| cve2Bugzilla | File to parse |
◆ getBsc()
| std::string_view SlCVEs::CveBscMap::getBsc |
( |
std::string_view |
cve | ) |
const |
|
inline |
Get bugzilla number for a CVE cve.
- Parameters
-
- Returns
- Bugzilla number or an empty string
◆ getCve()
| std::string_view SlCVEs::CveBscMap::getCve |
( |
std::string_view |
bsc | ) |
const |
|
inline |
Get CVE number for a bugzilla bsc.
- Parameters
-
- Returns
- CVE number or an empty string
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/slhelpers-20260723.5ab24d1/include/cves/CveBscMap.h