Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-Domain JavaScript Source File Inclusion #186

Closed
pandigresik opened this issue Aug 11, 2023 · 2 comments
Closed

Cross-Domain JavaScript Source File Inclusion #186

pandigresik opened this issue Aug 11, 2023 · 2 comments
Assignees
Labels
security Keamanan
Milestone

Comments

@pandigresik
Copy link

Deskripsi :
The page includes one or more script files from a third-party domain.

Contoh :

<script src="https://cdn.jsdelivr.net/npm/jquery@2.2.4/dist/jquery.min.js"></script>

Rekomendasi:
Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.

Pastikan hanya mengambil code javascript hanya dari sumber yang terpercaya

@pandigresik pandigresik added the security Keamanan label Aug 11, 2023
@pandigresik pandigresik self-assigned this Aug 14, 2023
@pandigresik pandigresik added this to the M3 PBB 23.09 milestone Aug 14, 2023
@pandigresik
Copy link
Author

Tidak ada PR khusus untuk issue ini
Secara otomatis terselesaikan dengan PR https://github.com/OpenSID/pbb_desa/pull/201

@vickyrolanda
Copy link

Sudah diselesaikan di PR https://github.com/OpenSID/pbb_desa/pull/201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Keamanan
Projects
None yet
Development

No branches or pull requests

2 participants