[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 13/19: Security fix : f_id is a number
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 13/19: Security fix : f_id is a number |
Date: |
Sat, 21 Jul 2018 07:47:40 -0400 (EDT) |
sparkyx pushed a commit to tag r700-currency-005
in repository noalyss.
commit 6482988c75ace6b35f1227bbeaa3aea7e426cbac
Author: Dany De Bontridder <address@hidden>
Date: Sat Jun 2 08:28:44 2018 +0200
Security fix : f_id is a number
---
include/category_card.inc.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/category_card.inc.php b/include/category_card.inc.php
index 4e1b993..ce26bc1 100644
--- a/include/category_card.inc.php
+++ b/include/category_card.inc.php
@@ -34,7 +34,7 @@ global $http;
$str_dossier=Dossier::get();
-$root="?".http_build_query(["ac"=>$http->request("ac"),"sb"=>"detail","f_id"=>$http->request("f_id")]);
+$root="?".http_build_query(["ac"=>$http->request("ac"),"sb"=>"detail","f_id"=>$http->request("f_id","number")]);
$root.="&".$str_dossier;
$ss_action=$http->request("sc", "string", "dc");
- [Noalyss-commit] [noalyss] tag r700-currency-005 created (now 457290f), Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 03/19: Update documentation, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 01/19: typo, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 05/19: New version of libreoffice use the numeric in another way, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 06/19: Create invoice : New version of libreoffice use the numeric in another way, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 09/19: integrate fix for bug in insert_quant_purchase which cannot save private fee Conflicts: include/sql/patch/upgrade128.sql, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 10/19: Fix todo_list : if list empty , gets an error in php 7.2, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 13/19: Security fix : f_id is a number,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 15/19: Task #1619 : CFGLED change label for "Donner ici la fiche du compte en banque", Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 02/19: Task #448 : add currency to card -> history + export CSV, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 14/19: Security fix : f_id is a number, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 16/19: translation, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 11/19: Security : direct injection, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 19/19: Merge branch 'master' into r700-currency, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 17/19: CFGLED : security fix : remove $_REQUEST, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 18/19: Merge master, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 04/19: Protect function nb , return the string if the parameter is not a float, Dany De Bontridder, 2018/07/21
- [Noalyss-commit] [noalyss] 07/19: Missing class : missing class for acc_ledger, Dany De Bontridder, 2018/07/21