Skip to content

💡Idea of methods to add. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
8 tasks done
righettod opened this issue May 28, 2024 · 0 comments
Open
8 tasks done

💡Idea of methods to add. #1

righettod opened this issue May 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@righettod
Copy link
Owner

righettod commented May 28, 2024

Ideas

  • Add method to check a path against path traversal attacks.
  • Add a method to sanitize a file.
  • Add a method to validate that an image file is safe.
  • Add a method to validate the deepness of a JSON string prior to parse/deserialize it
  • Add a method to ensure that a CSV file does not contains any CSV injection payload that will be triggered when the file will be opened in Microsoft Excel.
  • Add a method to compute a sha256 hash from a collection a strings, for which the hash, is not prone to abuse via string manipulation.
  • Add a method to ensure that an XML file only use allowed XSD/DTD.
  • Add a method to check a regex for exposure to ReDOS when regexploit cannot be used.

References

💻Example implemented by the JDK to ensure that an XML file only use allowed XSD/DTD:

image

image

@righettod righettod added the enhancement New feature or request label May 28, 2024
@righettod righettod self-assigned this May 28, 2024
@righettod righettod moved this to 📋 Backlog in ⚒ Projects Work Tracking May 28, 2024
@righettod righettod pinned this issue May 28, 2024
@righettod righettod moved this from 📋 Backlog to 🏗 Pending by me in ⚒ Projects Work Tracking May 30, 2024
@righettod righettod moved this from 🏗 Pending by me to 📋 Backlog in ⚒ Projects Work Tracking Jun 1, 2024
righettod pushed a commit that referenced this issue Jun 1, 2024
righettod pushed a commit that referenced this issue Jun 1, 2024
@righettod righettod moved this from 📋 Backlog to 🏗 Pending by me in ⚒ Projects Work Tracking Jun 6, 2024
righettod pushed a commit that referenced this issue Jun 6, 2024
@righettod righettod moved this from 🏗 Pending by me to 📋 Backlog in ⚒ Projects Work Tracking Jun 6, 2024
righettod pushed a commit that referenced this issue Jun 9, 2024
righettod pushed a commit that referenced this issue Jun 9, 2024
righettod pushed a commit that referenced this issue Jun 15, 2024
@righettod righettod moved this from 📋 Backlog to 🏗 Pending by me in ⚒ Projects Work Tracking Jun 15, 2024
@righettod righettod moved this from 🏗 Pending by me to 📋 Backlog in ⚒ Projects Work Tracking Jun 15, 2024
righettod pushed a commit that referenced this issue Jul 16, 2024
@righettod righettod moved this from 📋 Backlog to 🏗 Pending by me in ⚒ Projects Work Tracking Jul 16, 2024
@righettod righettod moved this from 🏗 Pending by me to 📋 Backlog in ⚒ Projects Work Tracking Jul 16, 2024
righettod pushed a commit that referenced this issue Mar 15, 2025
righettod pushed a commit that referenced this issue Mar 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant