OWASP / CheatSheetSeries

The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
https://cheatsheetseries.owasp.org
Creative Commons Attribution Share Alike 4.0 International
27.08k stars 3.79k forks source link

Python deserialization black-box approach.md #1377

Closed suraj-sec closed 2 months ago

suraj-sec commented 2 months ago

Thank you for submitting a Pull Request (PR) to the Cheat Sheet Series.

:triangular_flag_on_post: If your PR is related to grammar/typo mistakes, please double-check the file for other mistakes in order to fix all the issues in the current cheat sheet.

Please make sure that for your contribution:

If your PR is related to an issue, please finish your PR text with the following line:

This PR covers issue #1203

Thank you again for your contribution :smiley:

jmanico commented 2 months ago

There are a few lint errors, can you check these out please?

cheatsheets/Deserialization_Cheat_Sheet.md:386:202 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] cheatsheets/Deserialization_Cheat_Sheet.md:388 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]

suraj-sec commented 2 months ago

Hi @jmanico

I have updated the file based on the errors.