minor-update

patch-11
Dhiyaneshwaran 2024-09-05 11:54:59 +05:30 committed by GitHub
parent 1ef7be3587
commit dc806b301e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 7 deletions

View File

@ -20,6 +20,7 @@ info:
cwe-id: CWE-89 cwe-id: CWE-89
cpe: cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:* cpe: cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:*
metadata: metadata:
verified: true
max-request: 8 max-request: 8
vendor: glpi-project vendor: glpi-project
product: glpi product: glpi
@ -30,7 +31,7 @@ flow: http(1) && http(2) && http(3) && http(4) && http(5) && http(6) && http(7)
http: http:
- raw: - raw:
- |+ - |
GET /index.php?noAUTO=1 HTTP/1.1 GET /index.php?noAUTO=1 HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
@ -60,7 +61,7 @@ http:
internal: true internal: true
- raw: - raw:
- |- - |
POST /front/login.php HTTP/1.1 POST /front/login.php HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded Content-Type: application/x-www-form-urlencoded
@ -76,7 +77,7 @@ http:
internal: true internal: true
- raw: - raw:
- |- - |
GET /ajax/common.tabs.php?_glpi_tab=User%241&main_class=tab_cadre_fixe&_target=%2Fglpi%2Ffront%2Fpreference.php&_itemtype=Preference&id=0 HTTP/1.1 GET /ajax/common.tabs.php?_glpi_tab=User%241&main_class=tab_cadre_fixe&_target=%2Fglpi%2Ffront%2Fpreference.php&_itemtype=Preference&id=0 HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
@ -90,7 +91,7 @@ http:
internal: true internal: true
- raw: - raw:
- |- - |
GET /front/preference.php HTTP/1.1 GET /front/preference.php HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
@ -200,7 +201,7 @@ http:
internal: true internal: true
- raw: - raw:
- |- - |
GET /front/preference.php HTTP/1.1 GET /front/preference.php HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
@ -214,7 +215,7 @@ http:
internal: true internal: true
- raw: - raw:
- |- - |
POST /ajax/pin_savedsearches.php HTTP/1.1 POST /ajax/pin_savedsearches.php HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
X-Glpi-Csrf-Token: {{csrf3}} X-Glpi-Csrf-Token: {{csrf3}}
@ -232,7 +233,7 @@ http:
internal: true internal: true
- raw: - raw:
- |- - |
GET /ajax/common.tabs.php?_glpi_tab=User%241&main_class=tab_cadre_fixe&_target=%2Fglpi%2Ffront%2Fpreference.php&_itemtype=Preference&id=0 HTTP/1.1 GET /ajax/common.tabs.php?_glpi_tab=User%241&main_class=tab_cadre_fixe&_target=%2Fglpi%2Ffront%2Fpreference.php&_itemtype=Preference&id=0 HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}