|
12 | 12 |
|
13 | 13 | # CPE Vendor aliases
|
14 | 14 | vendor_alias = {
|
| 15 | + "org.apache.tomcat.embed": "apache", |
15 | 16 | "org.apache.tomcat": "apache_tomcat",
|
16 | 17 | "org.apache.commons.io": "commons-io",
|
17 | 18 | "org.apache.logging.log4j": "log4j",
|
|
41 | 42 | "ca.uhn.hapi.fhir": "fhir",
|
42 | 43 | "tensorflow": "google",
|
43 | 44 | "ansible": "redhat",
|
| 45 | + "io.springfox": "smartbear", |
44 | 46 | }
|
45 | 47 |
|
46 | 48 | # Package aliases
|
|
53 | 55 | "tomcat_native": "tomcat",
|
54 | 56 | "tomcat_connectors": "tomcat",
|
55 | 57 | "tomcat_jk_connector": "tomcat",
|
| 58 | + "tomcat-embed-core": "tomcat", |
56 | 59 | "spring-security-core": "spring_security",
|
| 60 | + "spring-security-crypto": "spring_security", |
57 | 61 | "asciidoctorj": "asciidoctor",
|
58 | 62 | "postgresql": "postgresql_jdbc_driver",
|
59 | 63 | "itextpdf": "itext",
|
|
98 | 102 | "hawkbit-boot-starter": "hawkbit",
|
99 | 103 | "software_development_kit": "splunk-sdk",
|
100 | 104 | "jira_software_data_center": "jira",
|
| 105 | + "springfox-swagger2": "swagger_ui", |
| 106 | + "spring-web": "spring_framework", |
| 107 | + "springfox-swagger-ui": "swagger_ui", |
| 108 | + "hibernate-core": "hibernate_orm", |
| 109 | + "json-smart": "json-smart-v2" |
101 | 110 | }
|
102 | 111 |
|
103 | 112 | # Default ignore list
|
|
0 commit comments