Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UVa APK Falcon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
javcres
UVa APK Falcon
Commits
0730514f
Commit
0730514f
authored
Jul 3, 2023
by
javcres
Browse files
Options
Downloads
Patches
Plain Diff
pequeno cambio en logger
parent
e470eb3f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
uva_apk_falcon/integration_system/main.py
+2
-2
2 additions, 2 deletions
uva_apk_falcon/integration_system/main.py
uva_apk_falcon/scorer/templates/scorer/report.html
+1
-1
1 addition, 1 deletion
uva_apk_falcon/scorer/templates/scorer/report.html
with
3 additions
and
3 deletions
uva_apk_falcon/integration_system/main.py
+
2
−
2
View file @
0730514f
...
...
@@ -78,10 +78,10 @@ def retrieve_app_info(package_name: str, force_download: bool = False) -> dict:
logger
.
info
(
f
"
Unable to download app
{
package_name
}
from remote repository
"
)
# If not, download it
logger
.
info
(
f
"
Downloading app
{
package_name
}
"
)
logger
.
info
(
f
"
Downloading app
{
package_name
}
from data sources
"
)
for
name
,
downloader
in
sources
:
logger
.
info
(
f
"
Downloading from source
{
name
}
"
)
logger
.
info
(
f
"
Downloading
app
{
package_name
}
from source
{
name
}
"
)
for
n_retry
in
range
(
N_RETRIES
):
if
n_retry
>=
1
:
logger
.
warning
(
...
...
...
...
This diff is collapsed.
Click to expand it.
uva_apk_falcon/scorer/templates/scorer/report.html
+
1
−
1
View file @
0730514f
...
...
@@ -53,7 +53,7 @@
src=
"{% static 'scorer/img/information_icon.png' %}"
alt=
"More information on permission groups"
width=
"15"
height=
"15"
></sup>
&
nbsp
</b>
{% if app.get_standarized_score
<
0.33
%}
<
img
src=
"{% static 'scorer/img/ok_icon.png' %}"
alt=
"Privacy score summary"
width=
"30"
height=
"30"
></h3><br>
<p><b>
In general terms, the app is not too intrusive,
</b>
,
please ensure all declared permissions make sense with the app's functionality.
</p><br>
<p><b>
In general terms, the app is not too intrusive,
</b>
please ensure all declared permissions make sense with the app's functionality.
</p><br>
{% elif app.get_standarized_score
<
0.66
%}
<
img
src=
"{% static 'scorer/img/warning_icon.png' %}"
alt=
"Privacy score summary"
width=
"30"
height=
"30"
></h3><br>
<p><b>
The app can be intrusive,
</b>
please ensure all declared permissions make sense with the app's functionality.
</p><br>
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment