<%= javascript_include_tag "ichart.1.2.min" %> <%= stylesheet_link_tag "sec-analysis.css" %> <%= stylesheet_link_tag "buglist-ichart.css" %> <%= stylesheet_link_tag "buglist.css" %>

项目安全态势

<%= link_to "更多 >>", :controller => "open_source_projects",:action => "showbug", :id => @open_source_project.id %>
<% if @open_source_project.id ==42 then %>
Tags 聚焦:
栈溢出
远程权限
框架安全
<% elsif @open_source_project.id ==70 then %>
Tags 聚焦:
Kernel安全
函数漏洞
ping_init_sock()
<% elsif @open_source_project.id ==17 then %>
Tags 聚焦:
Heartbleed
致命漏洞
<% elsif @open_source_project.id ==55 then %>
Tags 聚焦:
DDos攻击
信息泄露
<%end%>
    <% @bugs.each do |bug| %>
  • >[<%= show_description(bug, open_source_project) %>]<%= link_to bug.subject, bug.url, :target => '_blank' %>
  • <% end %>

技术创新趋势

<%= link_to "更多 >>", :controller => "open_source_projects",:action => "showmemo", :id => @open_source_project.id %>

全球热帖

<%= link_to "更多>>", :controller => "open_source_projects",:action => "showmemo", :id => @open_source_project.id %>
<% if memos.any? %> <% memos.each do |topic| %>
<%= link_to image_tag(url_to_avatar(topic.author), :class => "avatar"), user_path(topic.author) if topic.author%> <%= image_tag('../images/avatars/User/0', :class => "avatar") unless topic.author%>
<%= link_to h(topic.subject), topic.url, :target => '_blank' %>
<%= link_to (topic.replies_count), topic.url, :target => '_blank' %>
回帖
<%= link_to (topic.viewed_count_crawl+topic.viewed_count_local), topic.url, :target => '_blank' %>
关注
<%= link_to (topic.viewed_count_crawl+topic.viewed_count_local), topic.url, :target => '_blank' %>
浏览
<%=user_url_and_time topic.username, topic.userhomeurl, topic.created_at %>
帖子来源:<%=link_to 'OSChina', topic.url %>
<% end %> <% else %>

<%= l(:label_no_data) %>

<% end %>