44 行
920 B
YAML
44 行
920 B
YAML
system_id: wordpress
|
|
display_name: WordPress
|
|
category: cms
|
|
tier: history-full
|
|
artifact_mode_preference:
|
|
- official-image
|
|
- official-source
|
|
- synthetic
|
|
default_repro_family: xss-generic
|
|
browser_required_default: true
|
|
log_collectors:
|
|
- docker-logs
|
|
- http-snapshot
|
|
report_template: default-lab-report
|
|
services:
|
|
app:
|
|
image: wordpress:php8.2-apache
|
|
ports:
|
|
- 18080:80
|
|
db:
|
|
image: mariadb:10.11
|
|
environment:
|
|
MARIADB_DATABASE: wordpress
|
|
MARIADB_USER: wordpress
|
|
MARIADB_PASSWORD: wordpress
|
|
MARIADB_ROOT_PASSWORD: root
|
|
source_reference:
|
|
- name: WordPress Security News
|
|
kind: html-links
|
|
url: https://wordpress.org/news/category/security/
|
|
confidence: official
|
|
advisory_mode: core
|
|
keywords:
|
|
- wordpress
|
|
- security
|
|
- release
|
|
max_items: 40
|
|
- name: NVD WordPress
|
|
kind: nvd-search
|
|
keyword: WordPress
|
|
confidence: official
|
|
advisory_mode: core
|
|
results_per_page: 50
|