Vcodeapi
Go package for easy access to Veracode APIs
Install / Use
/learn @brian1917/VcodeapiREADME
Veracode API Package
Package Documentation
See here: https://godoc.org/github.com/brian1917/vcodeapi
Description
Go package that provides easy access to the Veracode APIs. Each API typically has two files: one for making the http request and one for parsing the response.
For example, detailedreport.go calls the Veracode API and returns a [byte] and detailedreportparser.go parses the
XML response and returns usable objects such as flaws.
Credentials File
Must be structured like the following:
veracode_api_key_id = ID HERE
veracode_api_key_secret = SECRET HERE
Included APIs
- Get App List (
/api/5.0/getapplist.do) - Get Build List (
/api/5.0/getbuildlist.do) - Get Sandbox List (
/api/5.0/getsandboxlist.do) - Get Detailed Report (
/api/5.0/detailedreport.do) - Get Team Info (
api/3.0/getteaminfo.do) - Updated Mitigation Info (
api/updatemitigationinfo.do) - Upload File (
api/5.0/uploadfile.do) - Begin Prescan (
api/5.0/beginprescan.do)
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
