diff --git a/content/docs/others/parsing.md b/content/docs/others/parsing.md new file mode 100644 index 0000000..aeacf4c --- /dev/null +++ b/content/docs/others/parsing.md @@ -0,0 +1,22 @@ +--- +title : "Parsing" +description: "Overview of Parsing" +lead: "Overview of Parsing" +date: 2023-01-01T00:00:00+00:00 +lastmod: 2023-01-01T00:00:00+00:00 +draft: false +images: [] +menu: + docs: + parent: "others" +weight: 620 +toc: true +--- + +## Parsing + +Parsing refers to the process of analyzing and converting input data into a more usable format. While essential for data processing, parsing can introduce security mistakes. + +## IPv6 + +- [Exploring IPv6 Zone Identifier](https://blog.slonser.info/posts/ipv6-zones/) \ No newline at end of file