Skip to content

Commit

Permalink
Update js lib versions (#305)
Browse files Browse the repository at this point in the history
* Adds rule improvements for Android Intents, IOS permissions, UWP capability declarations.

* Updates to new rules, pattern aggregation and description updates.  Fix for endLocationLine if match is on last line of the file.  Minor wording improvements on html report.

* Tag and description updates

* Updates popper lib version.  D3 cannot be updated as it breaks existing functionality.  D3 ref is kept but copy is added to code for safekeeping.

* #262, #303 fixes.  Also orders feature groups more alphabetically.

* Identified ref for 3 js libs allowing removal of local copies.
  • Loading branch information
guyacosta committed Sep 30, 2020
1 parent 74a80a6 commit 275dbc0
Show file tree
Hide file tree
Showing 8 changed files with 210 additions and 236 deletions.
9 changes: 0 additions & 9 deletions AppInspector.CLI/AppInspector.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
</None>
<None Update="html\resources\js\appinspector.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="html\resources\js\ext-beautify.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="html\resources\js\ext-modelist.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="html\resources\js\ext-settings_menu.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="preferences\tagreportgroups.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
7 changes: 5 additions & 2 deletions AppInspector.CLI/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.7.20/c3.css" />
<link rel="stylesheet" type="text/css" href="html/resources/css/appinspector.css" />

Expand Down Expand Up @@ -56,7 +56,10 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha512-M5KW3ztuIICmVIhjSqXe01oV2bpe248gOxqmlcYrEzAvws7Pw3z6BK0iGbrwvdrUQUhi3eXgtxp5I8PDo9YfjQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/c3/0.7.20/c3.min.js" integrity="sha512-+IpCthlNahOuERYUSnKFjzjdKXIbJ/7Dd6xvUp+7bEw0Jp2dg6tluyxLs+zq9BMzZgrLv8886T4cBSqnKiVgUw==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.16.0/d3.min.js" integrity="sha512-FHsFVKQ/T1KWJDGSbrUhTJyS1ph3eRrxI228ND0EGaEp6v4a/vGwPWd3Dtd/+9cI7ccofZvl/wulICEurHN1pg==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.4.4/umd/popper.min.js" integrity="sha512-eUQ9hGdLjBjY3F41CScH3UX+4JDSI9zXeroz7hJ+RteoCaY+GP/LDoM8AO+Pt+DRFw3nXqsjh9Zsts8hnYv8/A==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.5.3/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.3.3/ext-beautify.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.3.3/ext-modelist.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.3.3/ext-settings_menu.js"></script>

<script type="text/javascript">
let data = {{ json }};
Expand Down
2 changes: 1 addition & 1 deletion AppInspector.CLI/html/partials/_report_profile.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
View key characteristics organized by Feature Groups. <b>Click any active icon</b> below or expand a feature group to view
additional details. A disabled icon indicates a 'not found' status. Click a Rule name on the right to view
where a specific feature was found in code. The <b>full set</b> of identified features can be found under the Summary menu.
To see all <i>occurences</i> of each feature, choose a different report format.
To see all <i>occurences</i> of each feature, choose a different report format and use the -d option.
</div>
</div>
<br>
Expand Down
2 changes: 2 additions & 0 deletions AppInspector.CLI/html/resources/js/d3.min.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions AppInspector.CLI/html/resources/js/ext-beautify.js

This file was deleted.

7 changes: 0 additions & 7 deletions AppInspector.CLI/html/resources/js/ext-modelist.js

This file was deleted.

0 comments on commit 275dbc0

Please sign in to comment.