| Already a Veracode customer? Log in to open a support case, track your cases, and post questions. | Log in → |
Tip: Click each tab to view Product News and Threat Intel.
- How can I sanitize CWE 117 for Python? Following the documentation on supported cleansing functions (https://docs.veracode.com/r/Supported_Python_Cleansing_Functions) it indicates that `repr` should be supported but it doesn't seem to work
Some examples of usage that all still generate a CWE 117 flaw:
logger.debug('An example log: %r', database_object.uuid)
logger.debug('An example log : %s', repr(database_object.uuid))
logger.debug(f'An example log : {repr(database_object.uuid)}')
logger.debug(repr(f'An example log : {database_object.uuid}'))
How should I be using the sanctioned cleansing functions in this case?
Expand Post - 🚀 June 2026 Product Updates – What's New at Veracode
We've just posted our June 2026 product update, and there's a lot to be excited about. From AI-powered fix improvements that are already live in your environment, to a featured Early Access opportunity for Fix for SCA, to upcoming changes in DAST, Analytics, and more.
Head over to the Product Updates page to read the full breakdown:
👉 community.veracode.com/s/product-updates
Note: The Product Updates page is available to logged-in community members. To access it, log in to the Veracode Platform first, then navigate to the Community — or click the link above and you'll be prompted to sign in. If you run into any trouble accessing it, email us at customersuccess@veracode.com and we'll help you get in.
Expand Post - 📣 Coming June 30th: Support for latest version of OWASP Top 10
Starting on June 30th, Veracode Policies will support the latest version of OWASP Top 10. If you are using either the ‘Auto-Update OWASP’ rule or the ‘Auto-Update PCI’ rule in your policy, your applications will automatically be re-evaluated against the new standard within 24 hours. If you are using the ‘OWASP 2021’ rule in your policy, however, you will need to replace it with an auto-update rule to use the newer version. For additional information, please review the attached FAQs and this page in the Veracode documentation center. Thank you.
Expand Post - Bad Cookie Challenge
Can you hack it?
Having hard timecompleting the lab some help to understand the requirementTo complete this challenge, you will need to perform a number of steps to decode/decrypt a cookie, then to create an encoded/encrypted cookie. You may find it helpful to open the web app in a new tab to inspect the cookie it provides more easily.
- Visit the provided web app URL
- Try out some passwords
- Check your cookies
- HTML decode
- Base64 decode
- MD5 decrypt
- Reverse the above process for the original admin user (hint: guess the admin's original user ID)
- ????
- Welcome to the admin section!
If you use a tool like
curl
, be sure to include the header argument
--header 'Origin: https://securitylabs.veracode.com'
to bypass a warning page for accessing the web app.
Expand Post
Create a free account
Reading is open to everyone. An account unlocks the rest.
| ✓ | Open and track support cases |
| ✓ | Ask questions and reply to threads |
| ✓ | Get product announcements as they ship |
| ✓ | Submit and vote on product ideas |
Popular resources
Veracode Docs
Step-by-step product documentation
Release Notes
What shipped, and when
Getting Started Guides
Your first setup, end to end
Learn & Set Up
| ▸Getting Started | ✓Onboarding |
| ¶Docs ↗ | ⇄Integrations |
Stay Current
| ↻Release Notes ↗ | !Announcements |
| ★Ideaslog in to vote |

.png)