Skip to content

Commit

Permalink
Merge pull request #1144 from nazmulch11/patch-10
Browse files Browse the repository at this point in the history
Security Snipet updated
  • Loading branch information
zonayedpca authored Oct 28, 2024
2 parents ebc9fe5 + f4950f7 commit 0750590
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/wordpress-plugin-development.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,15 @@
"code": "is_email()"
},
{
"definition": "ট্যাক্সোনমি বা ক্যাটাগরির মধ্যে কোনো টার্ম (term) বিদ্যমান আছে কি না তা যাচাই করার জন্য ব্যবহৃত হয়",
"code": "term_exists()"
},
{
"definition": "একটি নির্দিষ্ট ইউজারনেম (username) সিস্টেমে বিদ্যমান আছে কি না তা যাচাই করার জন্য ব্যবহৃত হয়",
"code": "username_exists()"
},
{
"definition": "কোনো ফাইলের পাথ বা নাম পরীক্ষা করার জন্য ব্যবহৃত হয়, যাতে নিশ্চিত করা যায় যে এটি সঠিক এবং নিরাপদ ফাইল পাথ হিসেবে ব্যবহার করা যাচ্ছে কিনা",
"code": "validate_file()"
}
]
Expand Down

0 comments on commit 0750590

Please sign in to comment.