Skip to content

Commit

Permalink
Drop dup link as whitelisting doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed Dec 2, 2023
1 parent 2b1bb4d commit a6c85f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: "install awesome-bot"
run: gem install awesome_bot
- name: "linting: ${{ matrix.files }}"
run: awesome_bot --skip-save-results --allow-redirect ${{ matrix.files }} --white-list www.synacktiv.com/en/publications/finding-a-pop-chain-on-a-common-symfony-bundle-part-1,hackerone.com
run: awesome_bot --skip-save-results --allow-redirect ${{ matrix.files }} --white-list hackerone.com
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Personal notes and awesome infosec stuff for a bash-focused workflow. Highly sub
#### PHP

- [ambionics/phpggc](https://github.com/ambionics/phpggc) - PHPGGC is a library of PHP `unserialize()`-payloads along with a tool to generate them, from command line or programmatically.
- [Finding a POP chain on a common Symfony bundle](https://www.synacktiv.com/en/publications/finding-a-pop-chain-on-a-common-symfony-bundle-part-1) - Detailed, step-by-step bash-driven analysis of a Symfony bundle [`Part 1`](https://www.synacktiv.com/en/publications/finding-a-pop-chain-on-a-common-symfony-bundle-part-1), [`Part 2`](https://www.synacktiv.com/en/publications/finding-a-pop-chain-on-a-common-symfony-bundle-part-2) `2023-09-12`.
- [Finding a POP chain on a common Symfony bundle](https://www.synacktiv.com/en/publications/finding-a-pop-chain-on-a-common-symfony-bundle-part-1) - Detailed, step-by-step bash-driven analysis of a Symfony bundle [`Part 2`](https://www.synacktiv.com/en/publications/finding-a-pop-chain-on-a-common-symfony-bundle-part-2) `2023-09-12`.
- [Code Reuse Attacks in PHP: Automated POP Chain Generation](https://ia803205.us.archive.org/15/items/ARMArchitectureReferenceManual/CodeReuseAttacksInPHPAutomatedPOPChainGeneration.pdf) - Using static analytics to automatically identify POP chains in various PHP frameworks.

#### Python
Expand Down

0 comments on commit a6c85f7

Please sign in to comment.