murplz, inc
index.md × services.cs × about.lua × contact.toml ×
explorer
murplz, inc 3srom.dev
index.md services.cs about.lua contact.toml
partners/
resources/
legal/
links
github/3srom
github/murplz
# index.md — murplz, inc
 
# Secure software for Canada's federal mission.
 
We build .NET applications with security designed in
from the first commit, and review existing systems
against the controls federal buyers are required to
enforce.
 
## services
 
- secure .NET development
- secure code review
 
## stack
 
C# .NET 8+ ASP.NET Core OWASP ITSG-33 Azure REST / gRPC
 
100% Canadian-owned  ·  federally incorporated  ·  open to teaming
 
## posture
 
name = "Murplz Inc."
type = "Federal Canadian corporation (CBCA)"
office = "Ottawa, ON — by appointment only"
market = "Government of Canada"
delivery = "prime subcontract · direct vehicles"
 
## capability statement
 
- capability_statement.pdf  ← one-page PDF for procurement files
operational artifacts · rotating
FINDING · MURPLZ-CR-0042
Insecure deserialization in document import handler
High
CWE CWE-502
OWASP A08:2021
ITSG-33 SI-7
82public Document Import(byte[] payload) {
83  var formatter = new BinaryFormatter();
84  return (Document)formatter.Deserialize(new MemoryStream(payload));
85}
Remediation Replace BinaryFormatter with System.Text.Json using a strict allow-listed type resolver. Validate against a JSON schema before deserialization.
What you receive
From every code-review or secure-development engagement
Findings register · CWE-mapped
Each finding tied to CWE, OWASP category, and ITSG-33 control.
Remediation guidance
Concrete code-level fixes, not just descriptions.
Re-test report
Verification that fixes hold under the original test conditions.
Executive summary
A short version your director can read.
CBCA incorporated 2025
ownership 100% Canadian
based in Ottawa, ON
market Government of Canada
NORMAL
main
index.md [+]
markdown
1:1
Find Files
index.mdmarkdown
services.cscsharp
about.lualua
contact.tomltoml
solutions/secure-dev.mdmarkdown
solutions/code-review.mdmarkdown
solutions/methodology.cscsharp
industries/federal.mdmarkdown
industries/defence.mdmarkdown
industries/critical-infra.mdmarkdown
partners/teaming.mdmarkdown
partners/bench.mdmarkdown
resources/insights.mdmarkdown
resources/capability.mdmarkdown
legal/privacy.mdmarkdown
legal/terms.mdmarkdown