Closed Maximilian-Staab closed 2 years ago
Merging #38 (be8eda0) into master (e8f63f3) will decrease coverage by
0.55%
. The diff coverage isn/a
.:exclamation: Current head be8eda0 differs from pull request most recent head 6a57034. Consider uploading reports for the commit 6a57034 to get more accurate results
@@ Coverage Diff @@
## master #38 +/- ##
==========================================
- Coverage 70.15% 69.60% -0.56%
==========================================
Files 1 1
Lines 33261 37004 +3743
==========================================
+ Hits 23335 25757 +2422
- Misses 9926 11247 +1321
Impacted Files | Coverage Δ | |
---|---|---|
gen_validate_schema_pretty.js | 69.60% <0.00%> (-0.56%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
I've added a new type to report potential exploit attempts.
Notable additions are the
CVE
andCVSS
properties.Also notable: I've removed the
ServiceName
requirement from theService
field. The previous requirement prevented optional inclusions of that specific field. The requirement moved to theOpen
type (the only type that usedServiceName
)