Skip to content

Commit

Permalink
JSON: handle unexpected data types
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Nov 5, 2024
1 parent 920605e commit d39a4ab
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 112 deletions.
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<action dev="joniles" type="update">Added the Activity Percent Complete attribute to the `Task` class. The value of this attribute will be the Duration, Physical or Units percent complete value, based on the Percent Complete Type setting. This attribute is provided as a convenience to match the Activity Percent Complete type value shown in P6.</action>
<action dev="joniles" type="update">Improve retrieval of custom field values for certain MPP files.</action>
<action dev="joniles" type="update">Improve handling of PMXML files with more than 11 baselines.</action>
<action dev="joniles" type="update">Improve handling of unexpected data types when writing JSON files.</action>
</release>
<release date="2024-10-28" version="13.5.1">
<action dev="joniles" type="update">Fix CVE-2024-49771: Potential Path Traversal Vulnerability (Contributed by yyjLF and sprinkle).</action>
Expand Down
Loading

0 comments on commit d39a4ab

Please sign in to comment.