Đinh Văn MạnhforFIS Securityblog.fiscybersec.com·Nov 22, 2024Palo Alto Networks Phát Hành Bản Vá Khẩn Cấp Cho Lỗ Hổng Zero-DayPalo Alto Networks đã phát hành các bản vá cho hai lỗ hổng zero-day nghiêm trọng trong hệ thống tường lửa của họ. Những lỗ hổng này đã bị khai thác tích cực, đe dọa đến an ninh của nhiều tổ chức sử dụng sản phẩm của công ty. Chi tiết về lỗ hổng Lỗ h...DiscussNewslettersthreat intelligence
Yelyzaveta Dymchenkodymchenko.hashnode.dev·Sep 20, 2024How does [patch] in Rust work?The [patch] feature in Rust allows developers to replace the source of a crate throughout the entire workspace. This ensures that every instance of the crate (for a given version) uses the patched version. Why Can’t We Directly Replace the Crate Sour...Discussrust patch
Sushil Tiwarisusilnem.hashnode.dev·Jun 19, 2024Python Unit Testing: MockingMocking means replacing real objects with pretend ones during testing, especially in unit tests. This technique lets to create different scenarios without using real resources, which saves time and effort. The Mock() object from the unittest.mock cla...Discussmagicmock
Chaya Vogelchayavogel.hashnode.dev·Nov 6, 2023A PATCH Request in React.jsCode logic that is repeated over and over again, IMHO, requires a template. A swipe sheet. Something that will prevent people from having to reopen their old applications to copy and paste the steps from before or - even worse - trying to figure it o...Discuss·1 like·71 readspatch
Maxat Akbanovmaxat-akbanov.com·Sep 14, 2023Get started with AWS SSM Patch ManagerPatch Manager, a capability of AWS Systems Manager, automates the process of patching managed nodes with both security-related updates and other types of updates. ❗ Beginning December 22, 2022, Systems Manager provides support for patch policies, wh...Discuss·34 readsawsAWS
Helina Ashenaficonsci210.hashnode.dev·Apr 21, 2023PUT or PATCH? Choosing the Right HTTP Request Method for Your NeedsHey there! Are you confused about the difference between PUT and PATCH requests? Don't worry, you're not alone. Even experienced developers can get a bit mixed up with these two request methods. But fear not, because in this article, we're going to c...Discuss·10 likes·64 readsJavaScript
Md. Minhazul HaqueProblog.mdminhazulhaque.io·May 13, 2022Extract/Patch a File inside a ConfigMapConfigMap is excellent for virtually mounting multiple files inside a container. Imagine you have a ConfigMap with multiple files inside, and you want to extract or modify just one of them. Here is an example of a ConfigMap with multiple files embedd...Discuss·1.1K readsKubernetes
Joel O.joelodey.hashnode.dev·Mar 15, 2021HTTP request MethodsAs a beginner many years ago, I kept seeing these words: GET POST PUT PATCH DELETE But what do these HTTP request types mean? Let's explain this with a simple analogy. Let's say you own an Italian restaurant. Flag of Italy You have a staff that con...Discuss·10 likes·149 readshttp
Emmanuel Tisseraemmti.com·Sep 13, 2017Generate a git patch for a specific commitI seem to be coming back to this set of directives whenever I need to apply a patch. Thought I'd keep it somewhere handy. https://gist.github.com/emmanueltissera/19d0a8852f000cde13768dd7420a0906Source: https://stackoverflow.com/questions/6658313/ge...DiscussGit